X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=common%2FvvImageReader.h;h=dae05e47047ec4d9fb335491b03645b9588560f0;hb=e45a45ee23c57b4875d349f7210fbcdb24e375e1;hp=06cf8c4bbc99c191c88e5d81b9ae18e921f69eea;hpb=573d80d0f7a17607d2ee883c21c940c0ba020282;p=clitk.git diff --git a/common/vvImageReader.h b/common/vvImageReader.h index 06cf8c4..dae05e4 100644 --- a/common/vvImageReader.h +++ b/common/vvImageReader.h @@ -35,6 +35,7 @@ public: IMAGEWITHTIME, MERGEDWITHTIME, VECTORFIELD, + VECTORFIELDWITHTIME, UNDEFINEDIMAGETYPE } LoadedImageType; @@ -42,6 +43,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); @@ -82,6 +85,8 @@ protected: //==================================================================== template void UpdateWithDimAndInputPixelType(); + template + void UpdateWithDimAndInputVectorPixelType(); ///Input dimension and pixel type int mDim; std::string mInputPixelType;