28 #ifndef itkBSplineL2ResampleImageFilterBase_h
29 #define itkBSplineL2ResampleImageFilterBase_h
82 template<
typename TInputImage,
typename TOutputImage >
110 #ifndef ITK_MANUAL_INSTANTIATION
111 #include "itkBSplineL2ResampleImageFilterBase.hxx"
SmartPointer< Self > Pointer
Uses the "l2" spline pyramid implementation of B-Spline Filters to up/down sample an image by a facto...
void PrintSelf(std::ostream &os, Indent indent) const override
virtual void InitializePyramidSplineFilter(int SplineOrder) override
BSplineL2ResampleImageFilterBase Self
BSplineResampleImageFilterBase< TInputImage, TOutputImage > Superclass
void operator=(const Self &)
virtual ~BSplineL2ResampleImageFilterBase()
SmartPointer< const Self > ConstPointer
Control indentation during Print() invocation.
Uses the "Centered l2" B-Spline pyramid implementation of B-Spline Filters to up/down sample an image...
BSplineL2ResampleImageFilterBase()