18 #ifndef __elxLinearInterpolator_h 19 #define __elxLinearInterpolator_h 22 #include "itkLinearInterpolateImageFunction.h" 43 template<
class TElastix >
46 typename InterpolatorBase< TElastix >::InputImageType,
47 typename InterpolatorBase< TElastix >::CoordRepType >,
59 typedef itk::SmartPointer< Self >
Pointer;
111 #ifndef ITK_MANUAL_INSTANTIATION 112 #include "elxLinearInterpolator.hxx" 115 #endif // end #ifndef __elxLinearInterpolator_h Superclass2::RegistrationPointer RegistrationPointer
itk::AdvancedLinearInterpolateImageFunction< typename InterpolatorBase< TElastix >::InputImageType, typename InterpolatorBase< TElastix >::CoordRepType > Superclass1
elxClassNameMacro("LinearInterpolator")
Superclass::ElastixType ElastixType
Superclass1::OutputType OutputType
Superclass1::ContinuousIndexType ContinuousIndexType
itk::InterpolateImageFunction< InputImageType, CoordRepType > ITKBaseType
itk::SmartPointer< Self > Pointer
Superclass::OutputType OutputType
Superclass::ElastixPointer ElastixPointer
Superclass::RegistrationType RegistrationType
Superclass2::ITKBaseType ITKBaseType
InterpolatorBase< TElastix > Superclass2
Superclass2::ConfigurationType ConfigurationType
An interpolator based on the itk::AdvancedLinearInterpolateImageFunction.
void operator=(const Self &)
Superclass::InputImageType InputImageType
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
Superclass2::ElastixType ElastixType
Superclass::ConfigurationType ConfigurationType
itk::SmartPointer< const Self > ConstPointer
ElastixType::CoordRepType CoordRepType
This class is the elastix base class for all Interpolators.
Superclass1::IndexType IndexType
virtual ~LinearInterpolator()
ElastixType::MovingImageType InputImageType
Superclass2::RegistrationType RegistrationType
Superclass1::PointType PointType
Superclass2::ElastixPointer ElastixPointer
Superclass::RegistrationPointer RegistrationPointer
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass::IndexType IndexType
Superclass::ContinuousIndexType ContinuousIndexType
Superclass::ConfigurationPointer ConfigurationPointer
Superclass1::InputImageType InputImageType
Linearly interpolate an image at specified positions.