Go to the documentation of this file.
18 #ifndef __elxBSplineInterpolator_h
19 #define __elxBSplineInterpolator_h
22 #include "itkBSplineInterpolateImageFunction.h"
49 template<
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"
135 #endif // end #ifndef __elxBSplineInterpolator_h
virtual void BeforeEachResolution(void)
Superclass2::ITKBaseType ITKBaseType
itk::InterpolateImageFunction< InputImageType, CoordRepType > ITKBaseType
Superclass1::ContinuousIndexType ContinuousIndexType
itk::SmartPointer< const Self > ConstPointer
ElastixType::MovingImageType InputImageType
Superclass1::CoefficientFilter CoefficientFilter
Superclass1::Iterator Iterator
Superclass::ElastixPointer ElastixPointer
BSplineInterpolator(const Self &)
ElastixType::CoordRepType CoordRepType
Superclass2::RegistrationPointer RegistrationPointer
elxClassNameMacro("BSplineInterpolator")
Superclass1::InputImageType InputImageType
itk::SmartPointer< Self > Pointer
Superclass1::CoefficientFilterPointer CoefficientFilterPointer
Superclass1::CoefficientDataType CoefficientDataType
InterpolatorBase< TElastix > Superclass2
virtual ~BSplineInterpolator()
Superclass2::ElastixType ElastixType
Superclass::ConfigurationPointer ConfigurationPointer
itk::BSplineInterpolateImageFunction< typename InterpolatorBase< TElastix >::InputImageType, typename InterpolatorBase< TElastix >::CoordRepType, double > Superclass1
Superclass::RegistrationPointer RegistrationPointer
Superclass1::CoefficientImageType CoefficientImageType
void operator=(const Self &)
Superclass1::CovariantVectorType CovariantVectorType
Superclass2::RegistrationType RegistrationType
Superclass2::ConfigurationType ConfigurationType
Superclass::RegistrationType RegistrationType
Superclass2::ElastixPointer ElastixPointer
Superclass1::OutputType OutputType
Superclass1::PointType PointType
Superclass::ConfigurationType ConfigurationType
This class is the elastix base class for all Interpolators.
Superclass2::ConfigurationPointer ConfigurationPointer
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
Superclass::ElastixType ElastixType
Superclass1::IndexType IndexType
An interpolator based on the itkBSplineInterpolateImageFunction.
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|