X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=registration%2FclitkConvertBLUTCoeffsToVFFilter.h;h=40eb129d084e3c8bec1f0dabfcd8e9681c5f9477;hb=fc06c63186228015b7f52746eb0bc9731519822c;hp=76b1578b68c0a426674279f707f5eb44369b130e;hpb=e06bbd15e271bf0a4092b673399d040a5cb25efe;p=clitk.git diff --git a/registration/clitkConvertBLUTCoeffsToVFFilter.h b/registration/clitkConvertBLUTCoeffsToVFFilter.h index 76b1578..40eb129 100644 --- a/registration/clitkConvertBLUTCoeffsToVFFilter.h +++ b/registration/clitkConvertBLUTCoeffsToVFFilter.h @@ -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 ConvertorType; # endif -#else - typedef itk::TransformToDeformationFieldSource ConvertorType; #endif itkNewMacro(Self);