18#ifndef elxReducedDimensionBSplineInterpolator_h
19#define elxReducedDimensionBSplineInterpolator_h
47template <
class TElastix>
50 typename InterpolatorBase<TElastix>::CoordRepType,
84 using typename Superclass1::OutputType;
85 using typename Superclass1::InputImageType;
86 using typename Superclass1::IndexType;
87 using typename Superclass1::ContinuousIndexType;
88 using typename Superclass1::PointType;
89 using typename Superclass1::CoefficientDataType;
90 using typename Superclass1::CoefficientImageType;
91 using typename Superclass1::CoefficientFilter;
92 using typename Superclass1::CoefficientFilterPointer;
93 using typename Superclass1::CovariantVectorType;
118#ifndef ITK_MANUAL_INSTANTIATION
119# include "elxReducedDimensionBSplineInterpolator.hxx"
itk::InterpolateImageFunction< InputImageType, CoordRepType > ITKBaseType
typename ElastixType::RegistrationBaseType RegistrationType
ElastixBase::CoordRepType CoordRepType
InterpolatorBase()=default
InterpolatorBase< TElastix > Superclass2
void BeforeEachResolution() override
ITK_DISALLOW_COPY_AND_MOVE(ReducedDimensionBSplineInterpolator)
elxClassNameMacro("ReducedDimensionBSplineInterpolator")
~ReducedDimensionBSplineInterpolator() override=default
ReducedDimensionBSplineInterpolator()=default
itk::ReducedDimensionBSplineInterpolateImageFunction< typename InterpolatorBase< TElastix >::InputImageType, typename InterpolatorBase< TElastix >::CoordRepType, double > Superclass1
typename Superclass2::ITKBaseType ITKBaseType
itk::SmartPointer< const Self > ConstPointer
ReducedDimensionBSplineInterpolator Self
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
itk::SmartPointer< Self > Pointer
Evaluates the B-Spline interpolation of an image. Spline order may be from 0 to 5.
ReducedDimensionBSplineInterpolateImageFunction()