21 #ifndef otbWindowedSincInterpolateImageFunctionBase_h
22 #define otbWindowedSincInterpolateImageFunctionBase_h
27 #include "vnl/vnl_math.h"
139 template <
class TInputImage,
class TWindowFunction,
class TBoundaryCondition = itk::ZeroFluxNeumannBoundaryCondition<TInputImage>,
class TCoordRep =
double>
161 itkStaticConstMacro(ImageDimension,
unsigned int, Superclass::ImageDimension);
179 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
183 void operator=(
const Self&) =
delete;
188 #ifndef OTB_MANUAL_INSTANTIATION