go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
Public Types | Public Member Functions | Protected Member Functions | Private Member Functions
elastix::InterpolatorBase< TElastix > Class Template Reference

#include <elxInterpolatorBase.h>

Detailed Description

template<class TElastix>
class elastix::InterpolatorBase< TElastix >

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 >:
Inheritance graph
[legend]

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 ConfigurationPointer = Configuration::Pointer
 
using ElastixType = TElastix
 
using RegistrationType = typename ElastixType::RegistrationBaseType
 
using Self = BaseComponentSE
 
using Superclass = BaseComponent
 

Public Member Functions

ITKBaseTypeGetAsITKBaseType ()
 
const ITKBaseTypeGetAsITKBaseType () const
 
virtual const char * GetClassName () const
 
 ITK_DISALLOW_COPY_AND_MOVE (InterpolatorBase)
 
- Public Member Functions inherited from elastix::BaseComponentSE< TElastix >
void AddTargetCellToIterationInfo (const char *const name)
 
ConfigurationGetConfiguration () const
 
ElastixTypeGetElastix () const
 
xl::xoutbaseGetIterationInfoAt (const char *const name)
 
RegistrationTypeGetRegistration () const
 
 ITK_DISALLOW_COPY_AND_MOVE (BaseComponentSE)
 
int RemoveTargetCellFromIterationInfo (const char *const name)
 
void SetConfiguration (Configuration *_arg)
 
void SetElastix (ElastixType *_arg)
 
- Public Member Functions inherited from elastix::BaseComponent
virtual void AfterEachIteration ()
 
virtual void AfterEachIterationBase ()
 
virtual void AfterEachResolution ()
 
virtual void AfterEachResolutionBase ()
 
virtual void AfterRegistration ()
 
virtual void AfterRegistrationBase ()
 
virtual int BeforeAll ()
 
virtual int BeforeAllBase ()
 
virtual void BeforeEachResolution ()
 
virtual void BeforeEachResolutionBase ()
 
virtual void BeforeRegistration ()
 
virtual void BeforeRegistrationBase ()
 
virtual const char * elxGetClassName () const
 
const char * GetComponentLabel () const
 
 ITK_DISALLOW_COPY_AND_MOVE (BaseComponent)
 
 itkTypeMacroNoParent (BaseComponent)
 
void SetComponentLabel (const char *label, unsigned int idx)
 

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 >
ConfigurationPointer m_Configuration {}
 
itk::WeakPointer< TElastix > m_Elastix {}
 
RegistrationTypem_Registration {}
 

Member Typedef Documentation

◆ CoordRepType

template<class TElastix >
using elastix::InterpolatorBase< TElastix >::CoordRepType = ElastixBase::CoordRepType

Definition at line 62 of file elxInterpolatorBase.h.

◆ ElastixType

template<class TElastix >
using elastix::BaseComponentSE< TElastix >::ElastixType = TElastix

Elastix typedef.

Definition at line 57 of file elxBaseComponentSE.h.

◆ InputImageType

template<class TElastix >
using elastix::InterpolatorBase< TElastix >::InputImageType = typename ElastixType::MovingImageType

Other typedef's.

Definition at line 61 of file elxInterpolatorBase.h.

◆ ITKBaseType

template<class TElastix >
using elastix::InterpolatorBase< TElastix >::ITKBaseType = itk::InterpolateImageFunction<InputImageType, CoordRepType>

ITKBaseType.

Definition at line 65 of file elxInterpolatorBase.h.

◆ RegistrationType

template<class TElastix >
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 65 of file elxBaseComponentSE.h.

◆ Self

template<class TElastix >
using elastix::InterpolatorBase< TElastix >::Self = InterpolatorBase

Standard ITK-stuff.

Definition at line 50 of file elxInterpolatorBase.h.

◆ Superclass

template<class TElastix >
using elastix::InterpolatorBase< TElastix >::Superclass = BaseComponentSE<TElastix>

Definition at line 51 of file elxInterpolatorBase.h.

Constructor & Destructor Documentation

◆ InterpolatorBase()

template<class TElastix >
elastix::InterpolatorBase< TElastix >::InterpolatorBase ( )
protecteddefault

The constructor.

◆ ~InterpolatorBase()

template<class TElastix >
elastix::InterpolatorBase< TElastix >::~InterpolatorBase ( )
overrideprotecteddefault

The destructor.

Member Function Documentation

◆ elxDeclarePureVirtualGetSelfMacro()

template<class TElastix >
elastix::InterpolatorBase< TElastix >::elxDeclarePureVirtualGetSelfMacro ( ITKBaseType  )
private

◆ GetAsITKBaseType() [1/2]

template<class TElastix >
ITKBaseType * elastix::InterpolatorBase< TElastix >::GetAsITKBaseType ( )
inline

Retrieves this object as ITKBaseType.

Definition at line 69 of file elxInterpolatorBase.h.

◆ GetAsITKBaseType() [2/2]

template<class TElastix >
const ITKBaseType * elastix::InterpolatorBase< TElastix >::GetAsITKBaseType ( ) const
inline

Retrieves this object as ITKBaseType, to use in const functions.

Definition at line 77 of file elxInterpolatorBase.h.

◆ GetClassName()

template<class TElastix >
virtual const char * elastix::InterpolatorBase< TElastix >::GetClassName ( ) const
virtual

◆ ITK_DISALLOW_COPY_AND_MOVE()

template<class TElastix >
elastix::InterpolatorBase< TElastix >::ITK_DISALLOW_COPY_AND_MOVE ( InterpolatorBase< TElastix >  )


Generated on Wed 12 Apr 2023 for elastix by doxygen 1.9.6 elastix logo