]> Creatis software - clitk.git/blobdiff - common/vvImageReader.h
Merge branch 'master' of git.creatis.insa-lyon.fr:clitk
[clitk.git] / common / vvImageReader.h
index a646a01384cbfb9c675d71e89502bcea1e9516c1..dae05e47047ec4d9fb335491b03645b9588560f0 100644 (file)
@@ -35,6 +35,7 @@ public:
   IMAGEWITHTIME,
   MERGEDWITHTIME,
   VECTORFIELD,
+  VECTORFIELDWITHTIME,
   UNDEFINEDIMAGETYPE
   } LoadedImageType;
 
@@ -84,6 +85,8 @@ 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;