|
|
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 >:Protected Member Functions | |
| 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 | |
| InterpolatorBase (const Self &) | |
| void | operator= (const Self &) |
Additional Inherited Members | |
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 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 55 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.
|
inlineoverrideprotected |
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::ReducedDimensionBSplineInterpolator< TElastix >, elastix::RayCastInterpolator< TElastix >, elastix::NearestNeighborInterpolator< TElastix >, elastix::LinearInterpolator< TElastix >, elastix::BSplineInterpolatorFloat< TElastix >, and elastix::BSplineInterpolator< TElastix >.
|
private |
The private copy constructor.
Generated on OURCE_DATE_EPOCH for elastix by 1.9.1 |