28 #ifndef itkBSplineCenteredResampleImageFilterBase_h
29 #define itkBSplineCenteredResampleImageFilterBase_h
63 template<
typename TInputImage,
typename TOutputImage >
90 void InitializePyramidSplineFilter(
int SplineOrder)
override;
93 const std::vector< double > & In,
95 unsigned int traverseSize,
100 const std::vector< double > & In,
102 unsigned int traverseSize,
109 void PrintSelf(std::ostream & os,
Indent indent)
const override;
119 #ifndef ITK_MANUAL_INSTANTIATION
120 #include "itkBSplineCenteredResampleImageFilterBase.hxx"
typename Superclass::OutputImageIterator OutputImageIterator
typename TInputImage::SizeValueType SizeValueType
unsigned long SizeValueType
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.
typename OutputImageType::PixelType OutputImagePixelType
Uses the "l2" spline pyramid implementation of B-Spline Filters to up/down sample an image by a facto...
signed long IndexValueType
Implements progress tracking for a filter.
Control indentation during Print() invocation.
Evaluates the Centered B-Spline interpolation of an image. Spline order may be from 0 to 5...
typename TInputImage::IndexValueType IndexValueType