From 60741f439639a87635fae7fba233ade2462fc26f Mon Sep 17 00:00:00 2001 From: Otmane Lahlou <otmane.lahlou@c-s.fr> Date: Wed, 8 Sep 2010 14:05:11 +0200 Subject: [PATCH] ENH : remove unecessary accessor --- Code/Projections/otbOptResampleImageFilter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Projections/otbOptResampleImageFilter.h b/Code/Projections/otbOptResampleImageFilter.h index 486666b2f5..408198fd38 100644 --- a/Code/Projections/otbOptResampleImageFilter.h +++ b/Code/Projections/otbOptResampleImageFilter.h @@ -23,6 +23,7 @@ #include "itkTransformToDeformationFieldSource.h" #include "itkLinearInterpolateImageFunction.h" #include "itkInterpolateImageFunction.h" +#include "itkVector.h" namespace otb { @@ -95,7 +96,6 @@ public: /** The Deformation field spacing & size */ itkSetMacro(DeformationFieldSpacing,SpacingType); - itkSetMacro(DeformationGridSize,SizeType); /** The resampled image parameters */ // Output Origin -- GitLab