X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FvvImageReader.h;h=4348e0fac7e131f38aca7ab3d1ccb47d7851902b;hb=749a10abf2b91f6cedc3d89addd3658044670714;hp=a646a01384cbfb9c675d71e89502bcea1e9516c1;hpb=f4fc4c25f08ee080852aa6e75526bfa8116cc59a;p=clitk.git diff --git a/common/vvImageReader.h b/common/vvImageReader.h index a646a01..4348e0f 100644 --- a/common/vvImageReader.h +++ b/common/vvImageReader.h @@ -35,6 +35,7 @@ public: IMAGEWITHTIME, MERGEDWITHTIME, VECTORFIELD, + VECTORFIELDWITHTIME, UNDEFINEDIMAGETYPE } LoadedImageType; @@ -84,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();