Go to the documentation of this file.
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
itk::SmartPointer< Self > Pointer
Superclass2::RegistrationPointer RegistrationPointer
NearestNeighborResampleInterpolator()
Superclass2::ElastixPointer ElastixPointer
ElastixType::MovingImageType InputImageType
Superclass1::ContinuousIndexType ContinuousIndexType
virtual ~NearestNeighborResampleInterpolator()
Superclass::ElastixPointer ElastixPointer
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
NearestNeighborResampleInterpolator(const Self &)
Superclass2::ConfigurationPointer ConfigurationPointer
itk::SmartPointer< const Self > ConstPointer
itk::NearestNeighborInterpolateImageFunction< typename ResampleInterpolatorBase< TElastix >::InputImageType, typename ResampleInterpolatorBase< TElastix >::CoordRepType > Superclass1
void operator=(const Self &)
Superclass::ConfigurationPointer ConfigurationPointer
Superclass2::ITKBaseType ITKBaseType
ResampleInterpolatorBase< TElastix > Superclass2
Superclass2::ConfigurationType ConfigurationType
A nearest neighbor resample-interpolator.
ElastixType::CoordRepType CoordRepType
This class is the elastix base class for all ResampleInterpolators.
elxClassNameMacro("FinalNearestNeighborInterpolator")
Superclass1::IndexType IndexType
Superclass1::InputImageType InputImageType
itk::InterpolateImageFunction< InputImageType, CoordRepType > ITKBaseType
Superclass::RegistrationPointer RegistrationPointer
Superclass::ConfigurationType ConfigurationType
Superclass2::ElastixType ElastixType
Superclass1::OutputType OutputType
NearestNeighborResampleInterpolator Self
Superclass2::RegistrationType RegistrationType
Superclass::RegistrationType RegistrationType
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|