28 #ifndef itkBSplineResampleImageFunction_h
29 #define itkBSplineResampleImageFunction_h
55 template<
typename TImageType,
typename TCoordRep =
float >
58 TImageType, TCoordRep, typename TImageType::PixelType >
64 TImageType, TCoordRep,
typename TImageType::PixelType >
Superclass;
virtual ~BSplineResampleImageFunction()
Resample image intensity from a BSpline coefficient image.
virtual void SetInputImage(const TImageType *inputData) override
Light weight base class for most itk classes.
virtual void SetInputImage(const InputImageType *ptr)
SmartPointer< const Self > ConstPointer
BSplineInterpolateImageFunction< TImageType, TCoordRep, typename TImageType::PixelType > Superclass
TImageType::SizeType m_DataLength
BSplineResampleImageFunction()
SmartPointer< Self > Pointer
Evaluates the B-Spline interpolation of an image. Spline order may be from 0 to 5.
CoefficientImageType::ConstPointer m_Coefficients
BSplineResampleImageFunction Self