18#ifndef __elxBSplineInterpolator_h
19#define __elxBSplineInterpolator_h
22#include "itkBSplineInterpolateImageFunction.h"
49template<
class TElastix >
52 itk::BSplineInterpolateImageFunction<
53 typename InterpolatorBase< TElastix >::InputImageType,
54 typename InterpolatorBase< TElastix >::CoordRepType,
63 typedef itk::BSplineInterpolateImageFunction<
68 typedef itk::SmartPointer< Self >
Pointer;
92 typedef typename Superclass1::Iterator
Iterator;
131#ifndef ITK_MANUAL_INSTANTIATION
132#include "elxBSplineInterpolator.hxx"
An interpolator based on the itkBSplineInterpolateImageFunction.
Superclass1::Iterator Iterator
itk::BSplineInterpolateImageFunction< typename InterpolatorBase< TElastix >::InputImageType, typename InterpolatorBase< TElastix >::CoordRepType, double > Superclass1
Superclass2::ElastixPointer ElastixPointer
elxClassNameMacro("BSplineInterpolator")
InterpolatorBase< TElastix > Superclass2
void operator=(const Self &)
Superclass1::OutputType OutputType
Superclass1::CoefficientDataType CoefficientDataType
Superclass1::InputImageType InputImageType
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass2::ElastixType ElastixType
Superclass2::ITKBaseType ITKBaseType
itk::SmartPointer< const Self > ConstPointer
void BeforeEachResolution(void) override
Superclass2::RegistrationType RegistrationType
Superclass1::CoefficientFilter CoefficientFilter
BSplineInterpolator(const Self &)
Superclass1::CovariantVectorType CovariantVectorType
Superclass1::IndexType IndexType
Superclass2::ConfigurationType ConfigurationType
Superclass1::ContinuousIndexType ContinuousIndexType
Superclass1::PointType PointType
Superclass1::CoefficientFilterPointer CoefficientFilterPointer
Superclass1::CoefficientImageType CoefficientImageType
~BSplineInterpolator() override
Superclass2::RegistrationPointer RegistrationPointer
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
itk::SmartPointer< Self > Pointer
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