28 #ifndef itkBSplineCenteredResampleImageFilterBase_h
29 #define itkBSplineCenteredResampleImageFilterBase_h
63 template<
typename TInputImage,
typename TOutputImage >
88 virtual void InitializePyramidSplineFilter(
int SplineOrder) ITK_OVERRIDE;
90 virtual void Reduce1DImage(
91 const std::vector< double > & In,
93 unsigned int traverseSize,
97 virtual void Expand1DImage(
98 const std::vector< double > & In,
100 unsigned int traverseSize,
107 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
119 #ifndef ITK_MANUAL_INSTANTIATION
120 #include "itkBSplineCenteredResampleImageFilterBase.hxx"
SmartPointer< const Self > ConstPointer
Superclass::OutputImagePixelType OutputImagePixelType
BSplineResampleImageFilterBase< TInputImage, TOutputImage > Superclass
Superclass::OutputImageIterator OutputImageIterator
signed long IndexValueType
Base class for all process objects that output image data.
unsigned long SizeValueType
TInputImage::SizeValueType SizeValueType
TInputImage::IndexValueType IndexValueType
Uses the "l2" spline pyramid implementation of B-Spline Filters to up/down sample an image by a facto...
BSplineCenteredResampleImageFilterBase Self
Implements progress tracking for a filter.
Control indentation during Print() invocation.
SmartPointer< Self > Pointer
Evaluates the Centered B-Spline interpolation of an image. Spline order may be from 0 to 5...
virtual ~BSplineCenteredResampleImageFilterBase() override