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