X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FvvImageReader.h;h=4dc3f409d3d193520439e534e90e17309fdd8d98;hb=796e989ceb46f66e41e972f7505730aca0f0f916;hp=a646a01384cbfb9c675d71e89502bcea1e9516c1;hpb=0a15c71786a0eff54c48134abb5235ab26f2bda9;p=clitk.git diff --git a/common/vvImageReader.h b/common/vvImageReader.h index a646a01..4dc3f40 100644 --- a/common/vvImageReader.h +++ b/common/vvImageReader.h @@ -35,6 +35,9 @@ public: IMAGEWITHTIME, MERGEDWITHTIME, VECTORFIELD, + VECTORFIELDWITHTIME, + VECTORPIXELIMAGE, + VECTORPIXELIMAGEWITHTIME, UNDEFINEDIMAGETYPE } LoadedImageType; @@ -84,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();