18 #ifndef __elxNearestNeighborResampleInterpolator_h 19 #define __elxNearestNeighborResampleInterpolator_h 22 #include "itkNearestNeighborInterpolateImageFunction.h" 43 template<
class TElastix >
46 itk::NearestNeighborInterpolateImageFunction<
47 typename ResampleInterpolatorBase< TElastix >::InputImageType,
48 typename ResampleInterpolatorBase< TElastix >::CoordRepType >,
55 typedef itk::NearestNeighborInterpolateImageFunction<
59 typedef itk::SmartPointer< Self >
Pointer;
110 #ifndef ITK_MANUAL_INSTANTIATION 111 #include "elxNearestNeighborResampleInterpolator.hxx" 114 #endif // end __elxNearestNeighborResampleInterpolator_h Superclass::ElastixType ElastixType
Superclass::RegistrationType RegistrationType
Superclass2::ConfigurationType ConfigurationType
elxClassNameMacro("FinalNearestNeighborInterpolator")
Superclass::ElastixPointer ElastixPointer
ElastixType::MovingImageType InputImageType
Superclass1::InputImageType InputImageType
Superclass1::IndexType IndexType
Superclass2::ElastixType ElastixType
Superclass1::OutputType OutputType
NearestNeighborResampleInterpolator Self
Superclass2::RegistrationType RegistrationType
ElastixType::CoordRepType CoordRepType
itk::SmartPointer< Self > Pointer
Superclass::ConfigurationPointer ConfigurationPointer
Superclass1::ContinuousIndexType ContinuousIndexType
Superclass2::RegistrationPointer RegistrationPointer
This class is the elastix base class for all ResampleInterpolators.
Superclass::RegistrationPointer RegistrationPointer
NearestNeighborResampleInterpolator()
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass2::ElastixPointer ElastixPointer
itk::SmartPointer< const Self > ConstPointer
virtual ~NearestNeighborResampleInterpolator()
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
A nearest neighbor resample-interpolator.
void operator=(const Self &)
itk::NearestNeighborInterpolateImageFunction< typename ResampleInterpolatorBase< TElastix >::InputImageType, typename ResampleInterpolatorBase< TElastix >::CoordRepType > Superclass1
Superclass2::ITKBaseType ITKBaseType
itk::InterpolateImageFunction< InputImageType, CoordRepType > ITKBaseType
Superclass::ConfigurationType ConfigurationType
ResampleInterpolatorBase< TElastix > Superclass2