18#ifndef __elxReducedDimensionBSplineResampleInterpolator_h
19#define __elxReducedDimensionBSplineResampleInterpolator_h
53template<
class TElastix >
57 typename ResampleInterpolatorBase< TElastix >::InputImageType,
58 typename ResampleInterpolatorBase< TElastix >::CoordRepType,
66 typedef itk::BSplineInterpolateImageFunction<
71 typedef itk::SmartPointer< Self >
Pointer;
95 typedef typename Superclass1::Iterator
Iterator;
140#ifndef ITK_MANUAL_INSTANTIATION
141#include "elxRDBSplineResampleInterpolator.hxx"
A class that deals with user given parameters and command line arguments.
A resample-interpolator based on B-splines which ignores the last dimension.
Superclass1::CoefficientImageType CoefficientImageType
ResampleInterpolatorBase< TElastix > Superclass2
Superclass1::PointType PointType
ReducedDimensionBSplineResampleInterpolator Self
Superclass1::ContinuousIndexType ContinuousIndexType
itk::BSplineInterpolateImageFunction< typename ResampleInterpolatorBase< TElastix >::InputImageType, typename ResampleInterpolatorBase< TElastix >::CoordRepType, double > Superclass1
Superclass1::OutputType OutputType
void BeforeRegistration(void) override
Superclass2::ElastixPointer ElastixPointer
Superclass1::InputImageType InputImageType
itk::SmartPointer< Self > Pointer
ReducedDimensionBSplineResampleInterpolator()
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
Superclass1::Iterator Iterator
elxClassNameMacro("FinalReducedDimensionBSplineInterpolator")
Superclass2::ConfigurationType ConfigurationType
itk::SmartPointer< const Self > ConstPointer
ReducedDimensionBSplineResampleInterpolator(const Self &)
Superclass2::ElastixType ElastixType
Superclass2::RegistrationPointer RegistrationPointer
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass1::CoefficientDataType CoefficientDataType
void operator=(const Self &)
Superclass2::RegistrationType RegistrationType
Superclass2::ITKBaseType ITKBaseType
void WriteToFile(void) const override
void ReadFromFile(void) override
Superclass1::CoefficientFilterPointer CoefficientFilterPointer
Superclass1::CoefficientFilter CoefficientFilter
Superclass1::CovariantVectorType CovariantVectorType
Superclass1::IndexType IndexType
~ReducedDimensionBSplineResampleInterpolator() override
This class is the elastix base class for all ResampleInterpolators.
Superclass::RegistrationType RegistrationType
ElastixType::CoordRepType CoordRepType
Superclass::ElastixPointer ElastixPointer
ElastixType::MovingImageType InputImageType
Superclass::ConfigurationPointer ConfigurationPointer
Superclass::ElastixType ElastixType
Superclass::RegistrationPointer RegistrationPointer
itk::InterpolateImageFunction< InputImageType, CoordRepType > ITKBaseType
Evaluates the B-Spline interpolation of an image. Spline order may be from 0 to 5.