|
|
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <elxInterpolatorBase.h>
This class is the elastix base class for all Interpolators.
This class contains all the common functionality for Interpolators.
Definition at line 43 of file elxInterpolatorBase.h.
Inheritance diagram for elastix::InterpolatorBase< TElastix >:Public Member Functions | |
| virtual ITKBaseType * | GetAsITKBaseType (void) |
| virtual const ITKBaseType * | GetAsITKBaseType (void) const |
| virtual const char * | GetClassName () const |
Public Member Functions inherited from elastix::BaseComponentSE< TElastix > | |
| 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) |
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) |
| std::string | ConvertSecondsToDHMS (const double totalSeconds, const unsigned int precision) const |
| virtual const char * | elxGetClassName (void) const |
| virtual const char * | GetComponentLabel (void) const |
| itkTypeMacroNoParent (BaseComponent) | |
| virtual void | SetComponentLabel (const char *label, unsigned int idx) |
Protected Member Functions | |
| InterpolatorBase () | |
| virtual | ~InterpolatorBase () |
Protected Member Functions inherited from elastix::BaseComponentSE< TElastix > | |
| BaseComponentSE () | |
| virtual | ~BaseComponentSE () |
Protected Member Functions inherited from elastix::BaseComponent | |
| BaseComponent () | |
| virtual | ~BaseComponent () |
Private Member Functions | |
| InterpolatorBase (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 Superclass::ConfigurationPointer elastix::InterpolatorBase< TElastix >::ConfigurationPointer |
Definition at line 58 of file elxInterpolatorBase.h.
| typedef Superclass::ConfigurationType elastix::InterpolatorBase< TElastix >::ConfigurationType |
Definition at line 57 of file elxInterpolatorBase.h.
| typedef ElastixType::CoordRepType elastix::InterpolatorBase< TElastix >::CoordRepType |
Definition at line 64 of file elxInterpolatorBase.h.
| typedef Superclass::ElastixPointer elastix::InterpolatorBase< TElastix >::ElastixPointer |
Definition at line 56 of file elxInterpolatorBase.h.
| typedef Superclass::ElastixType elastix::InterpolatorBase< TElastix >::ElastixType |
Typedefs inherited from Elastix.
Definition at line 52 of file elxInterpolatorBase.h.
| typedef ElastixType::MovingImageType elastix::InterpolatorBase< TElastix >::InputImageType |
Other typedef's.
Definition at line 63 of file elxInterpolatorBase.h.
| typedef itk::InterpolateImageFunction< InputImageType, CoordRepType > elastix::InterpolatorBase< TElastix >::ITKBaseType |
ITKBaseType.
Definition at line 68 of file elxInterpolatorBase.h.
| typedef Superclass::RegistrationPointer elastix::InterpolatorBase< TElastix >::RegistrationPointer |
Definition at line 60 of file elxInterpolatorBase.h.
| typedef Superclass::RegistrationType elastix::InterpolatorBase< TElastix >::RegistrationType |
Definition at line 59 of file elxInterpolatorBase.h.
| typedef InterpolatorBase elastix::InterpolatorBase< TElastix >::Self |
Standard ITK-stuff.
Definition at line 48 of file elxInterpolatorBase.h.
| typedef BaseComponentSE< TElastix > elastix::InterpolatorBase< TElastix >::Superclass |
Definition at line 49 of file elxInterpolatorBase.h.
|
inlineprotected |
The constructor.
Definition at line 87 of file elxInterpolatorBase.h.
|
inlineprotectedvirtual |
The destructor.
Definition at line 89 of file elxInterpolatorBase.h.
|
private |
The private constructor.
|
inlinevirtual |
Cast to ITKBaseType.
Definition at line 71 of file elxInterpolatorBase.h.
|
inlinevirtual |
Cast to ITKBaseType, to use in const functions.
Definition at line 78 of file elxInterpolatorBase.h.
|
virtual |
Run-time type information (and related methods).
Reimplemented in elastix::BSplineInterpolator< TElastix >, elastix::BSplineInterpolatorFloat< TElastix >, elastix::ReducedDimensionBSplineInterpolator< TElastix >, elastix::RayCastInterpolator< TElastix >, elastix::LinearInterpolator< TElastix >, and elastix::NearestNeighborInterpolator< TElastix >.
|
private |
The private copy constructor.
Generated on OURCE_DATE_EPOCH for elastix by 1.8.13 |