X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FvvImageReader.h;h=4348e0fac7e131f38aca7ab3d1ccb47d7851902b;hb=c25dc5b9c8094da27269fa006f847ddd8154c8e1;hp=06cf8c4bbc99c191c88e5d81b9ae18e921f69eea;hpb=765020625fbc092d283e221e36c83e60a1844cb7;p=clitk.git diff --git a/common/vvImageReader.h b/common/vvImageReader.h index 06cf8c4..4348e0f 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,12 +85,14 @@ protected: //==================================================================== template void UpdateWithDimAndInputPixelType(); + template + void UpdateWithDimAndInputVectorPixelType(); ///Input dimension and pixel type int mDim; std::string mInputPixelType; //==================================================================== - void ReadNkiImageTransform(); +// void ReadNkiImageTransform(); void ReadMatImageTransform(); private: vvImageReader();