X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FvvImageReader.h;h=4348e0fac7e131f38aca7ab3d1ccb47d7851902b;hb=8860f160965cb8265706d8edfedfe5a1cc75450a;hp=2f1de53537794d937e16c4770ff8828eeddeddd5;hpb=21f45ad79a13d6320a591e4968b181ef48e2f96b;p=clitk.git diff --git a/common/vvImageReader.h b/common/vvImageReader.h index 2f1de53..4348e0f 100644 --- a/common/vvImageReader.h +++ b/common/vvImageReader.h @@ -85,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();