]> Creatis software - clitk.git/blobdiff - common/vvImageReader.h
Ensure compatibility with VTK7
[clitk.git] / common / vvImageReader.h
index a646a01384cbfb9c675d71e89502bcea1e9516c1..4348e0fac7e131f38aca7ab3d1ccb47d7851902b 100644 (file)
@@ -35,6 +35,7 @@ public:
   IMAGEWITHTIME,
   MERGEDWITHTIME,
   VECTORFIELD,
+  VECTORFIELDWITHTIME,
   UNDEFINEDIMAGETYPE
   } LoadedImageType;
 
@@ -84,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();