![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <elxNearestNeighborResampleInterpolator.h>
Public Member Functions | |
elxClassNameMacro ("FinalNearestNeighborInterpolator") | |
virtual const char * | GetClassName () const |
itkStaticConstMacro (ImageDimension, unsigned int, Superclass1::ImageDimension) | |
![]() | |
virtual int | BeforeAllTransformix (void) |
virtual void | CreateTransformParametersMap (ParameterMapType *paramsMap) const |
virtual ITKBaseType * | GetAsITKBaseType (void) |
virtual const ITKBaseType * | GetAsITKBaseType (void) const |
virtual void | ReadFromFile (void) |
virtual void | WriteToFile (void) const |
![]() | |
virtual ConfigurationType * | GetConfiguration (void) const |
virtual ElastixType * | GetElastix (void) const |
virtual RegistrationPointer | GetRegistration (void) const |
virtual void | SetConfiguration (ConfigurationType *_arg) |
virtual void | SetElastix (ElastixType *_arg) |
![]() | |
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 |
virtual const char * | GetComponentLabel (void) const |
virtual void | SetComponentLabel (const char *label, unsigned int idx) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
NearestNeighborResampleInterpolator () | |
virtual | ~NearestNeighborResampleInterpolator () |
![]() | |
ResampleInterpolatorBase () | |
virtual | ~ResampleInterpolatorBase () |
![]() | |
BaseComponentSE () | |
virtual | ~BaseComponentSE () |
![]() | |
BaseComponent () | |
virtual | ~BaseComponent () |
Private Member Functions | |
NearestNeighborResampleInterpolator (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
![]() | |
ConfigurationPointer | m_Configuration |
ElastixPointer | m_Elastix |
RegistrationPointer | m_Registration |
A nearest neighbor resample-interpolator.
Compared to the BSplineResampleInterpolator and BSplineResampleInterpolatorFloat with SplineOrder 0 this class uses less (in fact, no) memory. You can select this resample interpolator if memory burden is an issue and nearest neighbor interpolation is sufficient.
The parameters used in this class are:
(ResampleInterpolator "FinalNearestNeighborInterpolator")
Definition at line 40 of file elxNearestNeighborResampleInterpolator.h.
typedef Superclass2::ConfigurationPointer elastix::NearestNeighborResampleInterpolator< TElastix >::ConfigurationPointer |
Definition at line 83 of file elxNearestNeighborResampleInterpolator.h.
typedef Superclass2::ConfigurationType elastix::NearestNeighborResampleInterpolator< TElastix >::ConfigurationType |
Definition at line 82 of file elxNearestNeighborResampleInterpolator.h.
typedef itk::SmartPointer< const Self > elastix::NearestNeighborResampleInterpolator< TElastix >::ConstPointer |
Definition at line 56 of file elxNearestNeighborResampleInterpolator.h.
typedef Superclass1::ContinuousIndexType elastix::NearestNeighborResampleInterpolator< TElastix >::ContinuousIndexType |
Definition at line 77 of file elxNearestNeighborResampleInterpolator.h.
typedef Superclass2::ElastixPointer elastix::NearestNeighborResampleInterpolator< TElastix >::ElastixPointer |
Definition at line 81 of file elxNearestNeighborResampleInterpolator.h.
typedef Superclass2::ElastixType elastix::NearestNeighborResampleInterpolator< TElastix >::ElastixType |
Typedef's from ResampleInterpolatorBase.
Definition at line 80 of file elxNearestNeighborResampleInterpolator.h.
typedef Superclass1::IndexType elastix::NearestNeighborResampleInterpolator< TElastix >::IndexType |
Definition at line 76 of file elxNearestNeighborResampleInterpolator.h.
typedef Superclass1::InputImageType elastix::NearestNeighborResampleInterpolator< TElastix >::InputImageType |
Definition at line 75 of file elxNearestNeighborResampleInterpolator.h.
typedef Superclass2::ITKBaseType elastix::NearestNeighborResampleInterpolator< TElastix >::ITKBaseType |
Definition at line 86 of file elxNearestNeighborResampleInterpolator.h.
typedef Superclass1::OutputType elastix::NearestNeighborResampleInterpolator< TElastix >::OutputType |
Typedef's inherited from the superclass.
Definition at line 74 of file elxNearestNeighborResampleInterpolator.h.
typedef itk::SmartPointer< Self > elastix::NearestNeighborResampleInterpolator< TElastix >::Pointer |
Definition at line 55 of file elxNearestNeighborResampleInterpolator.h.
typedef Superclass2::RegistrationPointer elastix::NearestNeighborResampleInterpolator< TElastix >::RegistrationPointer |
Definition at line 85 of file elxNearestNeighborResampleInterpolator.h.
typedef Superclass2::RegistrationType elastix::NearestNeighborResampleInterpolator< TElastix >::RegistrationType |
Definition at line 84 of file elxNearestNeighborResampleInterpolator.h.
typedef NearestNeighborResampleInterpolator elastix::NearestNeighborResampleInterpolator< TElastix >::Self |
Standard ITK-stuff.
Definition at line 50 of file elxNearestNeighborResampleInterpolator.h.
typedef itk::NearestNeighborInterpolateImageFunction< typename ResampleInterpolatorBase< TElastix >::InputImageType, typename ResampleInterpolatorBase< TElastix >::CoordRepType > elastix::NearestNeighborResampleInterpolator< TElastix >::Superclass1 |
Definition at line 53 of file elxNearestNeighborResampleInterpolator.h.
typedef ResampleInterpolatorBase< TElastix > elastix::NearestNeighborResampleInterpolator< TElastix >::Superclass2 |
Definition at line 54 of file elxNearestNeighborResampleInterpolator.h.
|
inlineprotected |
The constructor.
Definition at line 91 of file elxNearestNeighborResampleInterpolator.h.
|
inlineprotectedvirtual |
The destructor.
Definition at line 93 of file elxNearestNeighborResampleInterpolator.h.
|
private |
The private constructor.
elastix::NearestNeighborResampleInterpolator< TElastix >::elxClassNameMacro | ( | "FinalNearestNeighborInterpolator" | ) |
Name of this class. Use this name in the parameter file to select this specific resample interpolator.
example: (ResampleInterpolator "FinalNearestNeighborInterpolator")
|
virtual |
Run-time type information (and related methods).
Reimplemented from elastix::ResampleInterpolatorBase< TElastix >.
elastix::NearestNeighborResampleInterpolator< TElastix >::itkStaticConstMacro | ( | ImageDimension | , |
unsigned | int, | ||
Superclass1::ImageDimension | |||
) |
Dimension of the image.
|
static |
Method for creation through the object factory.
|
private |
The private copy constructor.
Generated on 11-03-2014 for elastix by ![]() |
![]() |