]> Creatis software - clitk.git/blobdiff - tools/clitkAffineTransformGenericFilter.h
With ITKv5, change VectorResample and VectorCast Image Filter to Resample and Cast...
[clitk.git] / tools / clitkAffineTransformGenericFilter.h
index 482114b0adfd4d9e342855a7817c20cbdf8e1076..b4560b69062facdd58b4f09c7b62b6b4f12cae37 100644 (file)
@@ -40,7 +40,9 @@
 #include "itkLightObject.h"
 #include "itkAffineTransform.h"
 #include "itkResampleImageFilter.h"
+#if ( ITK_VERSION_MAJOR < 5 )
 #include "itkVectorResampleImageFilter.h"
+#endif
 
 
 namespace clitk