X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FvvImageReader.h;h=4dc3f409d3d193520439e534e90e17309fdd8d98;hb=0afc0bed742570bfb6d2b3439d06892214b8a764;hp=2f1de53537794d937e16c4770ff8828eeddeddd5;hpb=9abaa6b134ff9d8d87ec6752faa1152cc8869c07;p=clitk.git diff --git a/common/vvImageReader.h b/common/vvImageReader.h index 2f1de53..4dc3f40 100644 --- a/common/vvImageReader.h +++ b/common/vvImageReader.h @@ -36,6 +36,8 @@ public: MERGEDWITHTIME, VECTORFIELD, VECTORFIELDWITHTIME, + VECTORPIXELIMAGE, + VECTORPIXELIMAGEWITHTIME, UNDEFINEDIMAGETYPE } LoadedImageType; @@ -85,12 +87,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();