18 #ifndef __elxBSplineResampleInterpolatorFloat_h 19 #define __elxBSplineResampleInterpolatorFloat_h 22 #include "itkBSplineInterpolateImageFunction.h" 53 template<
class TElastix >
56 itk::BSplineInterpolateImageFunction<
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 "elxBSplineResampleInterpolatorFloat.hxx" 144 #endif // end __elxBSplineResampleInterpolatorFloat_h Superclass::ElastixType ElastixType
Superclass::RegistrationType RegistrationType
void operator=(const Self &)
BSplineResampleInterpolatorFloat Self
Superclass2::ElastixType ElastixType
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
Superclass::ElastixPointer ElastixPointer
ElastixType::MovingImageType InputImageType
virtual void WriteToFile(void) const
Superclass2::RegistrationType RegistrationType
virtual void BeforeRegistration(void)
virtual ~BSplineResampleInterpolatorFloat()
Superclass2::ITKBaseType ITKBaseType
Superclass2::ConfigurationType ConfigurationType
Superclass1::CoefficientFilter CoefficientFilter
itk::SmartPointer< Self > Pointer
BSplineResampleInterpolatorFloat()
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass1::InputImageType InputImageType
itk::SmartPointer< const Self > ConstPointer
ElastixType::CoordRepType CoordRepType
Superclass1::CoefficientFilterPointer CoefficientFilterPointer
virtual void ReadFromFile(void)
Superclass::ConfigurationPointer ConfigurationPointer
Superclass1::PointType PointType
This class is the elastix base class for all ResampleInterpolators.
Superclass::RegistrationPointer RegistrationPointer
Superclass1::OutputType OutputType
Superclass1::CovariantVectorType CovariantVectorType
ResampleInterpolatorBase< TElastix > Superclass2
Superclass1::IndexType IndexType
Superclass1::Iterator Iterator
Superclass1::ContinuousIndexType ContinuousIndexType
elxClassNameMacro("FinalBSplineInterpolatorFloat")
Superclass2::ElastixPointer ElastixPointer
Superclass1::CoefficientDataType CoefficientDataType
Superclass1::CoefficientImageType CoefficientImageType
A resample-interpolator based on B-splines.
Superclass2::RegistrationPointer RegistrationPointer
itk::InterpolateImageFunction< InputImageType, CoordRepType > ITKBaseType
Superclass::ConfigurationType ConfigurationType
itk::BSplineInterpolateImageFunction< typename ResampleInterpolatorBase< TElastix >::InputImageType, typename ResampleInterpolatorBase< TElastix >::CoordRepType, float > Superclass1