28 #ifndef itkBSplineCenteredL2ResampleImageFilterBase_h
29 #define itkBSplineCenteredL2ResampleImageFilterBase_h
82 template<
typename TInputImage,
typename TOutputImage >
100 void InitializePyramidSplineFilter(
int SplineOrder)
override;
104 void PrintSelf(std::ostream & os,
Indent indent)
const override;
108 #ifndef ITK_MANUAL_INSTANTIATION
109 #include "itkBSplineCenteredL2ResampleImageFilterBase.hxx"
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Base class for all process objects that output image data.
Control indentation during Print() invocation.
Evaluates the Centered B-Spline interpolation of an image. Spline order may be from 0 to 5...