18 #ifndef __elxLinearResampleInterpolator_h 19 #define __elxLinearResampleInterpolator_h 22 #include "itkLinearInterpolateImageFunction.h" 43 template<
class TElastix >
46 itk::LinearInterpolateImageFunction<
47 typename ResampleInterpolatorBase< TElastix >::InputImageType,
48 typename ResampleInterpolatorBase< TElastix >::CoordRepType >,
55 typedef itk::LinearInterpolateImageFunction<
59 typedef itk::SmartPointer< Self >
Pointer;
110 #ifndef ITK_MANUAL_INSTANTIATION 111 #include "elxLinearResampleInterpolator.hxx" 114 #endif // end __elxLinearResampleInterpolator_h Superclass2::ElastixType ElastixType
Superclass::ElastixType ElastixType
Superclass::RegistrationType RegistrationType
Superclass2::ElastixPointer ElastixPointer
LinearResampleInterpolator Self
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
ResampleInterpolatorBase< TElastix > Superclass2
itk::LinearInterpolateImageFunction< typename ResampleInterpolatorBase< TElastix >::InputImageType, typename ResampleInterpolatorBase< TElastix >::CoordRepType > Superclass1
Superclass::ConfigurationPointer ConfigurationPointer
Superclass1::IndexType IndexType
itk::SmartPointer< const Self > ConstPointer
This class is the elastix base class for all ResampleInterpolators.
Superclass::RegistrationPointer RegistrationPointer
void operator=(const Self &)
elxClassNameMacro("FinalLinearInterpolator")
Superclass1::ContinuousIndexType ContinuousIndexType
itk::InterpolateImageFunction< InputImageType, CoordRepType > ITKBaseType
itk::SmartPointer< Self > Pointer
Superclass::ConfigurationType ConfigurationType
LinearResampleInterpolator()
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)