X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FvvImageReader.h;h=a646a01384cbfb9c675d71e89502bcea1e9516c1;hb=aca83815bbe3946ec5656569751f22c1c9c6620d;hp=06cf8c4bbc99c191c88e5d81b9ae18e921f69eea;hpb=573d80d0f7a17607d2ee883c21c940c0ba020282;p=clitk.git 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);