|
|
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 44 of file elxInterpolatorBase.h.
Inheritance diagram for elastix::InterpolatorBase< TElastix >:Public Types | |
| using | CoordRepType = ElastixBase::CoordRepType |
| using | ElastixType = TElastix |
| using | InputImageType = typename ElastixType::MovingImageType |
| using | ITKBaseType = itk::InterpolateImageFunction< InputImageType, CoordRepType > |
| using | RegistrationType = typename ElastixType::RegistrationBaseType |
| using | Self = InterpolatorBase |
| using | Superclass = BaseComponentSE< TElastix > |
Public Types inherited from elastix::BaseComponentSE< TElastix > | |
| using | ElastixType = TElastix |
| using | RegistrationType = typename ElastixType::RegistrationBaseType |
| using | Self = BaseComponentSE |
| using | Superclass = BaseComponent |
Protected Member Functions | |
| InterpolatorBase ()=default | |
| ~InterpolatorBase () override=default | |
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 | |
| elxDeclarePureVirtualGetSelfMacro (ITKBaseType) | |
Additional Inherited Members | |
Static Public Member Functions inherited from elastix::BaseComponent | |
| template<typename TBaseComponent > | |
| static auto | AsITKBaseType (TBaseComponent *const baseComponent) -> decltype(baseComponent->GetAsITKBaseType()) |
| static void | InitializeElastixExecutable () |
| static bool | IsElastixLibrary () |
Protected Attributes inherited from elastix::BaseComponentSE< TElastix > | |
| Configuration::ConstPointer | m_Configuration {} |
| itk::WeakPointer< TElastix > | m_Elastix {} |
| RegistrationType * | m_Registration {} |
| using elastix::InterpolatorBase< TElastix >::CoordRepType = ElastixBase::CoordRepType |
Definition at line 62 of file elxInterpolatorBase.h.
| using elastix::BaseComponentSE< TElastix >::ElastixType = TElastix |
Elastix typedef.
Definition at line 57 of file elxBaseComponentSE.h.
| using elastix::InterpolatorBase< TElastix >::InputImageType = typename ElastixType::MovingImageType |
Other typedef's.
Definition at line 61 of file elxInterpolatorBase.h.
| using elastix::InterpolatorBase< TElastix >::ITKBaseType = itk::InterpolateImageFunction<InputImageType, CoordRepType> |
ITKBaseType.
Definition at line 65 of file elxInterpolatorBase.h.
| using elastix::BaseComponentSE< TElastix >::RegistrationType = typename ElastixType::RegistrationBaseType |
RegistrationType; NB: this is the elx::RegistrationBase not an itk::Object or something like that.
Definition at line 62 of file elxBaseComponentSE.h.
| using elastix::InterpolatorBase< TElastix >::Self = InterpolatorBase |
Standard ITK-stuff.
Definition at line 50 of file elxInterpolatorBase.h.
| using elastix::InterpolatorBase< TElastix >::Superclass = BaseComponentSE<TElastix> |
Definition at line 51 of file elxInterpolatorBase.h.
|
protecteddefault |
The constructor.
|
overrideprotecteddefault |
The destructor.
|
private |
|
inline |
Retrieves this object as ITKBaseType.
Definition at line 69 of file elxInterpolatorBase.h.
|
inline |
Retrieves this object as ITKBaseType, to use in const functions.
Definition at line 77 of file elxInterpolatorBase.h.
|
virtual |
Run-time type information (and related methods).
Reimplemented in elastix::BSplineInterpolator< TElastix >, elastix::BSplineInterpolatorFloat< TElastix >, elastix::LinearInterpolator< TElastix >, elastix::NearestNeighborInterpolator< TElastix >, elastix::RayCastInterpolator< TElastix >, and elastix::ReducedDimensionBSplineInterpolator< TElastix >.
| elastix::InterpolatorBase< TElastix >::ITK_DISALLOW_COPY_AND_MOVE | ( | InterpolatorBase< TElastix > | ) |
Generated on 1739326392 for elastix by 1.9.8 |