]> Creatis software - clitk.git/blobdiff - tools/clitkWarpImageGenericFilter.h
With ITKv5, change VectorResample and VectorCast Image Filter to Resample and Cast...
[clitk.git] / tools / clitkWarpImageGenericFilter.h
index 0ce874deb74c26f8773f7f0438c7ce1efecd5fa0..58da907bf7ac3e488464aa0d71115c48540980ae 100644 (file)
 //itk include
 #include "itkLightObject.h"
 #include "itkWarpImageFilter.h"
+#if ( ITK_VERSION_MAJOR < 5 )
 #include "itkVectorResampleImageFilter.h"
+#else
+#include "itkResampleImageFilter.h"
+#endif
 
 namespace clitk 
 {