]> Creatis software - clitk.git/blobdiff - registration/clitkConvertBSplineDeformableTransformToVFGenericFilter.h
Add one slice for the S1RL support
[clitk.git] / registration / clitkConvertBSplineDeformableTransformToVFGenericFilter.h
old mode 100755 (executable)
new mode 100644 (file)
index e976f64..bcdf67b
 //itk include
 #include "itkLightObject.h"
 #include "itkImageMaskSpatialObject.h"
-#include "itkTransformToDeformationFieldSource.h"
+#if ITK_VERSION_MAJOR >= 4
+  #include "itkTransformToDisplacementFieldSource.h"
+#else
+  #include "itkTransformToDeformationFieldSource.h"
+#endif
 
 
 namespace clitk