]> Creatis software - clitk.git/blobdiff - registration/clitkConvertBLUTCoeffsToVFFilter.h
Remove ITK3 and ITK4.2 tests and dependencies
[clitk.git] / registration / clitkConvertBLUTCoeffsToVFFilter.h
index 76b1578b68c0a426674279f707f5eb44369b130e..40eb129d084e3c8bec1f0dabfcd8e9681c5f9477 100644 (file)
@@ -13,8 +13,6 @@
 #  else
 #    include "itkTransformToDisplacementFieldFilter.h"
 #  endif
-#else
-#  include "itkTransformToDeformationFieldSource.h"
 #endif
 
 namespace clitk 
@@ -55,8 +53,6 @@ namespace clitk
 #  else
     typedef itk::TransformToDisplacementFieldFilter<OutputImageType, double> ConvertorType;
 #  endif
-#else
-    typedef itk::TransformToDeformationFieldSource<OutputImageType, double> ConvertorType;
 #endif
 
     itkNewMacro(Self);