From: Simon Rit Date: Mon, 30 May 2011 07:37:23 +0000 (+0200) Subject: Accessor to list of filenames X-Git-Tag: v1.3.0~333 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=0a15c71786a0eff54c48134abb5235ab26f2bda9;p=clitk.git Accessor to list of filenames --- diff --git a/common/vvImageReader.h b/common/vvImageReader.h index 06cf8c4..a646a01 100644 --- a/common/vvImageReader.h +++ b/common/vvImageReader.h @@ -42,6 +42,8 @@ public: typedef itk::SmartPointer Pointer; itkNewMacro(Self); + const std::vector& GetInputFilenames(){return mInputFilenames;} + void SetInputFilename(const std::string & filename); void SetInputFilenames(const std::vector & filenames);