15 #ifndef __elxLinearResampleInterpolator_h
16 #define __elxLinearResampleInterpolator_h
18 #include "itkLinearInterpolateImageFunction.h"
40 template <
class TElastix >
43 itk::LinearInterpolateImageFunction<
44 typename ResampleInterpolatorBase<TElastix>::InputImageType,
45 typename ResampleInterpolatorBase<TElastix>::CoordRepType >,
52 typedef itk::LinearInterpolateImageFunction<
108 #ifndef ITK_MANUAL_INSTANTIATION
109 #include "elxLinearResampleInterpolator.hxx"
112 #endif // end __elxLinearResampleInterpolator_h
Superclass2::ElastixType ElastixType
Superclass::ElastixType ElastixType
Superclass::RegistrationType RegistrationType
Superclass2::ElastixPointer ElastixPointer
LinearResampleInterpolator Self
itk::SmartPointer< Self > Pointer
A linear resample-interpolator.
Superclass::ElastixPointer ElastixPointer
ElastixType::MovingImageType InputImageType
Superclass2::ITKBaseType ITKBaseType
Superclass1::InputImageType InputImageType
Superclass2::RegistrationPointer RegistrationPointer
Superclass2::RegistrationType RegistrationType
virtual ~LinearResampleInterpolator()
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass2::ConfigurationType ConfigurationType
Superclass1::OutputType OutputType
ElastixType::CoordRepType CoordRepType
Superclass::ConfigurationPointer ConfigurationPointer
itk::LinearInterpolateImageFunction< typename ResampleInterpolatorBase< TElastix >::InputImageType, typename ResampleInterpolatorBase< TElastix >::CoordRepType > Superclass1
Superclass1::IndexType IndexType
ResampleInterpolatorBase< TElastix > Superclass2
This class is the elastix base class for all ResampleInterpolators.
Superclass::RegistrationPointer RegistrationPointer
itk::SmartPointer< const Self > ConstPointer
void operator=(const Self &)
elxClassNameMacro("FinalLinearInterpolator")
Superclass1::ContinuousIndexType ContinuousIndexType
itk::InterpolateImageFunction< InputImageType, CoordRepType > ITKBaseType
Superclass::ConfigurationType ConfigurationType
LinearResampleInterpolator()
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)