X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=itk%2FclitkReconstructThroughDilationImageFilter.txx;h=de290f96c1ae05f534a1a7e3e13603ab66e0a9c8;hb=ba7eb37f66c14a90fe67ac035ecf9d8bc70fef1a;hp=8e30eb39e6dbb4efeae79b8a6493d1094a4d22d0;hpb=6194949c0beb1589904e22381b9aba1bbface172;p=clitk.git diff --git a/itk/clitkReconstructThroughDilationImageFilter.txx b/itk/clitkReconstructThroughDilationImageFilter.txx index 8e30eb3..de290f9 100644 --- a/itk/clitkReconstructThroughDilationImageFilter.txx +++ b/itk/clitkReconstructThroughDilationImageFilter.txx @@ -68,11 +68,7 @@ namespace clitk typedef itk::StatisticsImageFilter StatisticsImageFilterType; typedef itk::BinaryBallStructuringElement KernelType; typedef clitk::ConditionalBinaryDilateImageFilter ConditionalBinaryDilateImageFilterType; -#if ITK_VERSION_MAJOR >= 4 typedef itk::Testing::ComparisonImageFilter DifferenceImageFilterType; -#else - typedef itk::DifferenceImageFilter DifferenceImageFilterType; -#endif typedef itk::CastImageFilter OutputCastImageFilterType; typedef clitk::SetBackgroundImageFilter SetBackgroundImageFilterType;