|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
28 #ifndef itkBSplineResampleImageFunction_h
29 #define itkBSplineResampleImageFunction_h
56 template <
typename TImageType,
typename TCoordRep =
float>
~BSplineResampleImageFunction() override=default
Evaluates the B-Spline interpolation of an image. Spline order may be from 0 to 5.
TImageType::SizeType m_DataLength
CoefficientImageType::ConstPointer m_Coefficients
Light weight base class for most itk classes.
Resample image intensity from a BSpline coefficient image.
virtual void SetInputImage(const InputImageType *ptr)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
bool IsNotNull() const noexcept
void SetInputImage(const TImageType *inputData) override
BSplineResampleImageFunction()=default