18#ifndef __elxReducedDimensionBSplineInterpolator_h
19#define __elxReducedDimensionBSplineInterpolator_h
47template<
class TElastix >
51 typename InterpolatorBase< TElastix >::InputImageType,
52 typename InterpolatorBase< TElastix >::CoordRepType,
66 typedef itk::SmartPointer< Self >
Pointer;
129#ifndef ITK_MANUAL_INSTANTIATION
130#include "elxReducedDimensionBSplineInterpolator.hxx"
A class that deals with user given parameters and command line arguments.
This class is the elastix base class for all Interpolators.
Superclass::ElastixPointer ElastixPointer
Superclass::ConfigurationPointer ConfigurationPointer
Superclass::RegistrationType RegistrationType
ElastixType::MovingImageType InputImageType
ElastixType::CoordRepType CoordRepType
Superclass::RegistrationPointer RegistrationPointer
Superclass::ElastixType ElastixType
itk::InterpolateImageFunction< InputImageType, CoordRepType > ITKBaseType
An interpolator based on the itkReducedDimensionBSplineInterpolateImageFunction.
Superclass1::CoefficientImageType CoefficientImageType
itk::ReducedDimensionBSplineInterpolateImageFunction< typename InterpolatorBase< TElastix >::InputImageType, typename InterpolatorBase< TElastix >::CoordRepType, double > Superclass1
Superclass2::ITKBaseType ITKBaseType
Superclass2::ElastixType ElastixType
Superclass1::CovariantVectorType CovariantVectorType
Superclass1::CoefficientFilterPointer CoefficientFilterPointer
itk::SmartPointer< const Self > ConstPointer
Superclass1::OutputType OutputType
Superclass1::IndexType IndexType
Superclass2::RegistrationPointer RegistrationPointer
Superclass1::PointType PointType
elxClassNameMacro("ReducedDimensionBSplineInterpolator")
itk::SmartPointer< Self > Pointer
ReducedDimensionBSplineInterpolator Self
Superclass2::RegistrationType RegistrationType
ReducedDimensionBSplineInterpolator(const Self &)
ReducedDimensionBSplineInterpolator()
Superclass1::CoefficientFilter CoefficientFilter
~ReducedDimensionBSplineInterpolator() override
Superclass1::InputImageType InputImageType
Superclass2::ConfigurationType ConfigurationType
Superclass1::CoefficientDataType CoefficientDataType
InterpolatorBase< TElastix > Superclass2
void BeforeEachResolution(void) override
void operator=(const Self &)
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
Superclass2::ElastixPointer ElastixPointer
Superclass1::Iterator Iterator
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass1::ContinuousIndexType ContinuousIndexType
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.
ImageLinearIteratorWithIndex< TImageType > Iterator
Superclass::ContinuousIndexType ContinuousIndexType
CovariantVector< OutputType, itkGetStaticConstMacro(ImageDimension) > CovariantVectorType
Superclass::InputImageType InputImageType
Superclass::PointType PointType
Superclass::OutputType OutputType
TCoefficientType CoefficientDataType
Superclass::IndexType IndexType