18#ifndef __elxNearestNeighborInterpolator_h
19#define __elxNearestNeighborInterpolator_h
22#include "itkNearestNeighborInterpolateImageFunction.h"
41template<
class TElastix >
44 itk::NearestNeighborInterpolateImageFunction<
45 typename InterpolatorBase< TElastix >::InputImageType,
46 typename InterpolatorBase< TElastix >::CoordRepType >,
54 typedef itk::NearestNeighborInterpolateImageFunction<
58 typedef itk::SmartPointer< Self >
Pointer;
110#ifndef ITK_MANUAL_INSTANTIATION
111#include "elxNearestNeighborInterpolator.hxx"
A class that deals with user given parameters and command line arguments.
This class is the elastix base class for all Interpolators.
Superclass::ElastixPointer ElastixPointer
Superclass::ConfigurationPointer ConfigurationPointer
Superclass::RegistrationType RegistrationType
ElastixType::MovingImageType InputImageType
ElastixType::CoordRepType CoordRepType
Superclass::RegistrationPointer RegistrationPointer
Superclass::ElastixType ElastixType
itk::InterpolateImageFunction< InputImageType, CoordRepType > ITKBaseType
An interpolator based on the itkNearestNeighborInterpolateImageFunction.
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
itk::SmartPointer< Self > Pointer
itk::NearestNeighborInterpolateImageFunction< typename InterpolatorBase< TElastix >::InputImageType, typename InterpolatorBase< TElastix >::CoordRepType > Superclass1
Superclass1::OutputType OutputType
Superclass1::PointType PointType
Superclass2::ConfigurationPointer ConfigurationPointer
InterpolatorBase< TElastix > Superclass2
Superclass2::RegistrationType RegistrationType
elxClassNameMacro("NearestNeighborInterpolator")
NearestNeighborInterpolator(const Self &)
~NearestNeighborInterpolator() override
Superclass2::ElastixPointer ElastixPointer
void operator=(const Self &)
Superclass2::ITKBaseType ITKBaseType
Superclass2::ConfigurationType ConfigurationType
NearestNeighborInterpolator Self
Superclass2::RegistrationPointer RegistrationPointer
NearestNeighborInterpolator()
Superclass1::ContinuousIndexType ContinuousIndexType
itk::SmartPointer< const Self > ConstPointer
Superclass1::InputImageType InputImageType
Superclass2::ElastixType ElastixType
Superclass1::IndexType IndexType