]> Creatis software - clitk.git/blobdiff - common/vvImageReader.h
Removed mat file from experimental
[clitk.git] / common / vvImageReader.h
index 2f1de53537794d937e16c4770ff8828eeddeddd5..4348e0fac7e131f38aca7ab3d1ccb47d7851902b 100644 (file)
@@ -85,12 +85,14 @@ protected:
   //====================================================================
   template<class InputPixelType, unsigned int VImageDimension>
   void UpdateWithDimAndInputPixelType();
+  template<class InputPixelType, unsigned int VImageDimension>
+  void UpdateWithDimAndInputVectorPixelType();
   ///Input dimension and pixel type
   int mDim;
   std::string mInputPixelType;
 
   //====================================================================
-  void ReadNkiImageTransform();
+//  void ReadNkiImageTransform();
   void ReadMatImageTransform();
 private:
   vvImageReader();