]> Creatis software - clitk.git/commitdiff
Accessor to list of filenames
authorSimon Rit <simon.rit@creatis.insa-lyon.fr>
Mon, 30 May 2011 07:37:23 +0000 (09:37 +0200)
committerSimon Rit <simon.rit@creatis.insa-lyon.fr>
Mon, 30 May 2011 07:37:23 +0000 (09:37 +0200)
common/vvImageReader.h

index 06cf8c4bbc99c191c88e5d81b9ae18e921f69eea..a646a01384cbfb9c675d71e89502bcea1e9516c1 100644 (file)
@@ -42,6 +42,8 @@ public:
   typedef itk::SmartPointer<Self> Pointer;
   itkNewMacro(Self);
 
+  const std::vector<std::string>& GetInputFilenames(){return mInputFilenames;}
+
   void SetInputFilename(const std::string & filename);
   void SetInputFilenames(const std::vector<std::string> & filenames);