18#ifndef __elxBSplineInterpolatorFloat_h
19#define __elxBSplineInterpolatorFloat_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 "elxBSplineInterpolatorFloat.hxx"
An interpolator based on the itk::BSplineInterpolateImageFunction.
Superclass2::RegistrationType RegistrationType
Superclass1::CoefficientFilterPointer CoefficientFilterPointer
itk::SmartPointer< Self > Pointer
Superclass1::Iterator Iterator
Superclass1::CoefficientFilter CoefficientFilter
Superclass2::ConfigurationType ConfigurationType
Superclass1::ContinuousIndexType ContinuousIndexType
Superclass2::ElastixType ElastixType
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
Superclass1::CoefficientImageType CoefficientImageType
Superclass1::IndexType IndexType
Superclass2::ElastixPointer ElastixPointer
BSplineInterpolatorFloat(const Self &)
~BSplineInterpolatorFloat() override
Superclass2::ITKBaseType ITKBaseType
Superclass1::OutputType OutputType
Superclass1::CoefficientDataType CoefficientDataType
void operator=(const Self &)
InterpolatorBase< TElastix > Superclass2
void BeforeEachResolution(void) override
itk::SmartPointer< const Self > ConstPointer
Superclass1::InputImageType InputImageType
itk::BSplineInterpolateImageFunction< typename InterpolatorBase< TElastix >::InputImageType, typename InterpolatorBase< TElastix >::CoordRepType, float > Superclass1
Superclass1::PointType PointType
BSplineInterpolatorFloat()
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass2::RegistrationPointer RegistrationPointer
Superclass1::CovariantVectorType CovariantVectorType
BSplineInterpolatorFloat Self
elxClassNameMacro("BSplineInterpolatorFloat")
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