Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <elxNearestNeighborInterpolator.h>
An interpolator based on the itkNearestNeighborInterpolateImageFunction.
This interpolator interpolates images using nearest neighbour interpolation. The image derivatives are computed using a central difference scheme.
The parameters used in this class are:
(Interpolator "NearestNeighborInterpolator")
Definition at line 42 of file elxNearestNeighborInterpolator.h.
Public Member Functions | |
elxClassNameMacro ("NearestNeighborInterpolator") | |
virtual const char * | GetClassName () const |
itkStaticConstMacro (ImageDimension, unsigned int, Superclass1::ImageDimension) | |
Public Member Functions inherited from elastix::InterpolatorBase< TElastix > | |
virtual ITKBaseType * | GetAsITKBaseType (void) |
virtual const ITKBaseType * | GetAsITKBaseType (void) const |
virtual const char * | GetClassName () const |
Public Member Functions inherited from elastix::BaseComponentSE< TElastix > | |
ConfigurationType * | GetConfiguration (void) const |
ElastixType * | GetElastix (void) const |
RegistrationPointer | GetRegistration (void) const |
ITK_DISALLOW_COPY_AND_ASSIGN (BaseComponentSE) | |
void | SetConfiguration (ConfigurationType *_arg) |
void | SetElastix (ElastixType *_arg) |
Public Member Functions inherited from elastix::BaseComponent | |
virtual void | AfterEachIteration (void) |
virtual void | AfterEachIterationBase (void) |
virtual void | AfterEachResolution (void) |
virtual void | AfterEachResolutionBase (void) |
virtual void | AfterRegistration (void) |
virtual void | AfterRegistrationBase (void) |
virtual int | BeforeAll (void) |
virtual int | BeforeAllBase (void) |
virtual void | BeforeEachResolution (void) |
virtual void | BeforeEachResolutionBase (void) |
virtual void | BeforeRegistration (void) |
virtual void | BeforeRegistrationBase (void) |
virtual const char * | elxGetClassName (void) const |
const char * | GetComponentLabel (void) const |
ITK_DISALLOW_COPY_AND_ASSIGN (BaseComponent) | |
itkTypeMacroNoParent (BaseComponent) | |
void | SetComponentLabel (const char *label, unsigned int idx) |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from elastix::BaseComponent | |
static std::string | ConvertSecondsToDHMS (const double totalSeconds, const unsigned int precision) |
static void | InitializeElastixExecutable () |
static bool | IsElastixLibrary () |
Protected Member Functions | |
NearestNeighborInterpolator () | |
~NearestNeighborInterpolator () override | |
Protected Member Functions inherited from elastix::InterpolatorBase< TElastix > | |
InterpolatorBase () | |
~InterpolatorBase () override | |
Protected Member Functions inherited from elastix::BaseComponentSE< TElastix > | |
BaseComponentSE ()=default | |
~BaseComponentSE () override=default | |
Protected Member Functions inherited from elastix::BaseComponent | |
BaseComponent ()=default | |
virtual | ~BaseComponent ()=default |
Private Member Functions | |
NearestNeighborInterpolator (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Protected Attributes inherited from elastix::BaseComponentSE< TElastix > | |
ConfigurationPointer | m_Configuration {} |
ElastixPointer | m_Elastix {} |
RegistrationPointer | m_Registration {} |
typedef Superclass2::ConfigurationPointer elastix::NearestNeighborInterpolator< TElastix >::ConfigurationPointer |
Definition at line 87 of file elxNearestNeighborInterpolator.h.
typedef Superclass2::ConfigurationType elastix::NearestNeighborInterpolator< TElastix >::ConfigurationType |
Definition at line 86 of file elxNearestNeighborInterpolator.h.
typedef itk::SmartPointer< const Self > elastix::NearestNeighborInterpolator< TElastix >::ConstPointer |
Definition at line 59 of file elxNearestNeighborInterpolator.h.
typedef Superclass1::ContinuousIndexType elastix::NearestNeighborInterpolator< TElastix >::ContinuousIndexType |
Definition at line 80 of file elxNearestNeighborInterpolator.h.
typedef Superclass2::ElastixPointer elastix::NearestNeighborInterpolator< TElastix >::ElastixPointer |
Definition at line 85 of file elxNearestNeighborInterpolator.h.
typedef Superclass2::ElastixType elastix::NearestNeighborInterpolator< TElastix >::ElastixType |
Typedefs inherited from Elastix.
Definition at line 84 of file elxNearestNeighborInterpolator.h.
typedef Superclass1::IndexType elastix::NearestNeighborInterpolator< TElastix >::IndexType |
Definition at line 79 of file elxNearestNeighborInterpolator.h.
typedef Superclass1::InputImageType elastix::NearestNeighborInterpolator< TElastix >::InputImageType |
Definition at line 78 of file elxNearestNeighborInterpolator.h.
typedef Superclass2::ITKBaseType elastix::NearestNeighborInterpolator< TElastix >::ITKBaseType |
Definition at line 90 of file elxNearestNeighborInterpolator.h.
typedef Superclass1::OutputType elastix::NearestNeighborInterpolator< TElastix >::OutputType |
Typedefs inherited from the superclass.
Definition at line 77 of file elxNearestNeighborInterpolator.h.
typedef itk::SmartPointer< Self > elastix::NearestNeighborInterpolator< TElastix >::Pointer |
Definition at line 58 of file elxNearestNeighborInterpolator.h.
typedef Superclass1::PointType elastix::NearestNeighborInterpolator< TElastix >::PointType |
Definition at line 81 of file elxNearestNeighborInterpolator.h.
typedef Superclass2::RegistrationPointer elastix::NearestNeighborInterpolator< TElastix >::RegistrationPointer |
Definition at line 89 of file elxNearestNeighborInterpolator.h.
typedef Superclass2::RegistrationType elastix::NearestNeighborInterpolator< TElastix >::RegistrationType |
Definition at line 88 of file elxNearestNeighborInterpolator.h.
typedef NearestNeighborInterpolator elastix::NearestNeighborInterpolator< TElastix >::Self |
Standard ITK-stuff.
Definition at line 53 of file elxNearestNeighborInterpolator.h.
typedef itk::NearestNeighborInterpolateImageFunction< typename InterpolatorBase< TElastix >::InputImageType, typename InterpolatorBase< TElastix >::CoordRepType > elastix::NearestNeighborInterpolator< TElastix >::Superclass1 |
Definition at line 56 of file elxNearestNeighborInterpolator.h.
typedef InterpolatorBase< TElastix > elastix::NearestNeighborInterpolator< TElastix >::Superclass2 |
Definition at line 57 of file elxNearestNeighborInterpolator.h.
|
inlineprotected |
The constructor.
Definition at line 95 of file elxNearestNeighborInterpolator.h.
|
inlineoverrideprotected |
The destructor.
Definition at line 97 of file elxNearestNeighborInterpolator.h.
|
private |
The private constructor.
elastix::NearestNeighborInterpolator< TElastix >::elxClassNameMacro | ( | "NearestNeighborInterpolator< TElastix >" | ) |
Name of this class. Use this name in the parameter file to select this specific interpolator.
example: (Interpolator "NearestNeighborInterpolator")
|
virtual |
Run-time type information (and related methods).
Reimplemented from elastix::InterpolatorBase< TElastix >.
elastix::NearestNeighborInterpolator< TElastix >::itkStaticConstMacro | ( | ImageDimension | , |
unsigned int | , | ||
Superclass1::ImageDimension | |||
) |
Get the ImageDimension.
|
static |
Method for creation through the object factory.
|
private |
The private copy constructor.
Generated on 1667476801 for elastix by 1.9.4 |