X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FvvImageReader.h;h=dae05e47047ec4d9fb335491b03645b9588560f0;hb=0e4f77b4892597234d90ee974044aa9f5a81ce89;hp=a646a01384cbfb9c675d71e89502bcea1e9516c1;hpb=aca83815bbe3946ec5656569751f22c1c9c6620d;p=clitk.git diff --git a/common/vvImageReader.h b/common/vvImageReader.h index a646a01..dae05e4 100644 --- a/common/vvImageReader.h +++ b/common/vvImageReader.h @@ -35,6 +35,7 @@ public: IMAGEWITHTIME, MERGEDWITHTIME, VECTORFIELD, + VECTORFIELDWITHTIME, UNDEFINEDIMAGETYPE } LoadedImageType; @@ -84,6 +85,8 @@ protected: //==================================================================== template void UpdateWithDimAndInputPixelType(); + template + void UpdateWithDimAndInputVectorPixelType(); ///Input dimension and pixel type int mDim; std::string mInputPixelType;