18#ifndef elxReducedDimensionBSplineResampleInterpolator_h
19#define elxReducedDimensionBSplineResampleInterpolator_h
53template <
class TElastix>
56 typename ResampleInterpolatorBase<TElastix>::InputImageType,
57 typename ResampleInterpolatorBase<TElastix>::CoordRepType,
91 using typename Superclass1::OutputType;
92 using typename Superclass1::InputImageType;
93 using typename Superclass1::IndexType;
94 using typename Superclass1::ContinuousIndexType;
95 using typename Superclass1::PointType;
134#ifndef ITK_MANUAL_INSTANTIATION
135# include "elxRDBSplineResampleInterpolator.hxx"
A resample-interpolator based on B-splines which ignores the last dimension.
itk::SmartPointer< Self > Pointer
itk::SmartPointer< const Self > ConstPointer
void ReadFromFile() override
typename ElastixType::ParameterMapType ParameterMapType
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
elxClassNameMacro("FinalReducedDimensionBSplineInterpolator")
ReducedDimensionBSplineResampleInterpolator()=default
ITK_DISALLOW_COPY_AND_MOVE(ReducedDimensionBSplineResampleInterpolator)
void BeforeRegistration() override
typename Superclass2::ITKBaseType ITKBaseType
ParameterMapType CreateDerivedTransformParameterMap() const override
~ReducedDimensionBSplineResampleInterpolator() override=default
This class is the elastix base class for all ResampleInterpolators.
itk::InterpolateImageFunction< InputImageType, CoordRepType > ITKBaseType
typename ElastixType::ParameterMapType ParameterMapType
typename ElastixType::RegistrationBaseType RegistrationType
Calculates the B-Spline coefficients of an image. Spline order may be per dimension from 0 to 5 per.
Evaluates the B-Spline interpolation of an image. Spline order may be from 0 to 5.
TCoefficientType CoefficientDataType
CovariantVector< OutputType, Self::ImageDimension > CovariantVectorType
typename CoefficientFilter::Pointer CoefficientFilterPointer