18#ifndef __elxNearestNeighborResampleInterpolator_h
19#define __elxNearestNeighborResampleInterpolator_h
22#include "itkNearestNeighborInterpolateImageFunction.h"
43template<
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"
A class that deals with user given parameters and command line arguments.
A nearest neighbor resample-interpolator.
Superclass2::ElastixType ElastixType
Superclass2::RegistrationType RegistrationType
~NearestNeighborResampleInterpolator() override
Superclass2::ElastixPointer ElastixPointer
void operator=(const Self &)
Superclass2::RegistrationPointer RegistrationPointer
itk::NearestNeighborInterpolateImageFunction< typename ResampleInterpolatorBase< TElastix >::InputImageType, typename ResampleInterpolatorBase< TElastix >::CoordRepType > Superclass1
NearestNeighborResampleInterpolator Self
ResampleInterpolatorBase< TElastix > Superclass2
Superclass2::ITKBaseType ITKBaseType
Superclass1::IndexType IndexType
itk::SmartPointer< Self > Pointer
itk::SmartPointer< const Self > ConstPointer
elxClassNameMacro("FinalNearestNeighborInterpolator")
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
Superclass1::OutputType OutputType
NearestNeighborResampleInterpolator(const Self &)
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass1::ContinuousIndexType ContinuousIndexType
Superclass2::ConfigurationType ConfigurationType
Superclass1::InputImageType InputImageType
NearestNeighborResampleInterpolator()
This class is the elastix base class for all ResampleInterpolators.
Superclass::RegistrationType RegistrationType
ElastixType::CoordRepType CoordRepType
Superclass::ElastixPointer ElastixPointer
ElastixType::MovingImageType InputImageType
Superclass::ConfigurationPointer ConfigurationPointer
Superclass::ElastixType ElastixType
Superclass::RegistrationPointer RegistrationPointer
itk::InterpolateImageFunction< InputImageType, CoordRepType > ITKBaseType