Go to the documentation of this file.
18 #ifndef __elxBSplineResampleInterpolator_h
19 #define __elxBSplineResampleInterpolator_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;
146 #ifndef ITK_MANUAL_INSTANTIATION
147 #include "elxBSplineResampleInterpolator.hxx"
150 #endif // end __elxBSplineResampleInterpolator_h
virtual void WriteToFile(void) const
Superclass1::CoefficientFilterPointer CoefficientFilterPointer
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
Superclass1::PointType PointType
Superclass::ElastixType ElastixType
Superclass1::Iterator Iterator
Superclass1::ContinuousIndexType ContinuousIndexType
BSplineResampleInterpolator(const Self &)
A resample-interpolator based on B-splines.
ElastixType::MovingImageType InputImageType
BSplineResampleInterpolator()
ElastixType::ParameterMapType ParameterMapType
Superclass::ElastixPointer ElastixPointer
virtual void CreateTransformParametersMap(ParameterMapType *paramsMap) const
virtual ~BSplineResampleInterpolator()
Superclass1::CoefficientImageType CoefficientImageType
void operator=(const Self &)
Superclass2::ConfigurationType ConfigurationType
Superclass2::ElastixPointer ElastixPointer
virtual void BeforeRegistration(void)
Superclass::ConfigurationPointer ConfigurationPointer
elxClassNameMacro("FinalBSplineInterpolator")
Superclass1::CoefficientFilter CoefficientFilter
itk::BSplineInterpolateImageFunction< typename ResampleInterpolatorBase< TElastix >::InputImageType, typename ResampleInterpolatorBase< TElastix >::CoordRepType, double > Superclass1
BSplineResampleInterpolator Self
itk::SmartPointer< const Self > ConstPointer
Superclass1::CoefficientDataType CoefficientDataType
ElastixType::CoordRepType CoordRepType
This class is the elastix base class for all ResampleInterpolators.
itk::SmartPointer< Self > Pointer
Superclass1::CovariantVectorType CovariantVectorType
Superclass1::IndexType IndexType
Superclass2::RegistrationType RegistrationType
itk::InterpolateImageFunction< InputImageType, CoordRepType > ITKBaseType
Superclass2::ParameterMapType ParameterMapType
Superclass::RegistrationPointer RegistrationPointer
ResampleInterpolatorBase< TElastix > Superclass2
Superclass::ConfigurationType ConfigurationType
Superclass2::RegistrationPointer RegistrationPointer
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass1::InputImageType InputImageType
Superclass2::ITKBaseType ITKBaseType
Superclass2::ElastixType ElastixType
Superclass1::OutputType OutputType
virtual void ReadFromFile(void)
Superclass::RegistrationType RegistrationType
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|