]> Creatis software - clitk.git/blobdiff - common/vvImageReader.h
Change vv compilation settings for travis
[clitk.git] / common / vvImageReader.h
index 2f1de53537794d937e16c4770ff8828eeddeddd5..4dc3f409d3d193520439e534e90e17309fdd8d98 100644 (file)
@@ -36,6 +36,8 @@ public:
   MERGEDWITHTIME,
   VECTORFIELD,
   VECTORFIELDWITHTIME,
+  VECTORPIXELIMAGE,
+  VECTORPIXELIMAGEWITHTIME,
   UNDEFINEDIMAGETYPE
   } LoadedImageType;
 
@@ -85,12 +87,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();