28 #ifndef itkBSplineL2ResampleImageFilterBase_h
29 #define itkBSplineL2ResampleImageFilterBase_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 "itkBSplineL2ResampleImageFilterBase.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.
Uses the "l2" spline pyramid implementation of B-Spline Filters to up/down sample an image by a facto...
Control indentation during Print() invocation.
Uses the "Centered l2" B-Spline pyramid implementation of B-Spline Filters to up/down sample an image...