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::ResampleInterpolatorBase< TElastix > Class Template Reference

#include <elxResampleInterpolatorBase.h>

Detailed Description

template<class TElastix>
class elastix::ResampleInterpolatorBase< TElastix >

This class is the elastix base class for all ResampleInterpolators.

This class contains all the common functionality for ResampleInterpolators.

Definition at line 42 of file elxResampleInterpolatorBase.h.

+ Inheritance diagram for elastix::ResampleInterpolatorBase< TElastix >:

Public Types

typedef Superclass::ConfigurationPointer ConfigurationPointer
 
typedef Superclass::ConfigurationType ConfigurationType
 
typedef ElastixType::CoordRepType CoordRepType
 
typedef Superclass::ElastixPointer ElastixPointer
 
typedef Superclass::ElastixType ElastixType
 
typedef ElastixType::MovingImageType InputImageType
 
typedef itk::InterpolateImageFunction< InputImageType, CoordRepTypeITKBaseType
 
typedef ElastixType::ParameterMapType ParameterMapType
 
typedef Superclass::RegistrationPointer RegistrationPointer
 
typedef Superclass::RegistrationType RegistrationType
 
typedef ResampleInterpolatorBase Self
 
typedef BaseComponentSE< TElastix > Superclass
 
- Public Types inherited from elastix::BaseComponentSE< TElastix >
typedef Configuration::Pointer ConfigurationPointer
 
typedef Configuration ConfigurationType
 
typedef itk::WeakPointer< ElastixTypeElastixPointer
 
typedef TElastix ElastixType
 
typedef RegistrationTypeRegistrationPointer
 
typedef ElastixType::RegistrationBaseType RegistrationType
 
typedef BaseComponentSE Self
 
typedef BaseComponent Superclass
 

Public Member Functions

virtual int BeforeAllTransformix (void)
 
virtual void CreateTransformParametersMap (ParameterMapType *paramsMap) const
 
virtual ITKBaseTypeGetAsITKBaseType (void)
 
virtual const ITKBaseTypeGetAsITKBaseType (void) const
 
virtual const char * GetClassName () const
 
virtual void ReadFromFile (void)
 
virtual void WriteToFile (void) const
 
- Public Member Functions inherited from elastix::BaseComponentSE< TElastix >
ConfigurationTypeGetConfiguration (void) const
 
ElastixTypeGetElastix (void) const
 
RegistrationPointer GetRegistration (void) const
 
 ITK_DISALLOW_COPY_AND_ASSIGN (BaseComponentSE)
 
void SetConfiguration (ConfigurationType *_arg)
 
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)
 
virtual const char * elxGetClassName (void) const
 
const char * GetComponentLabel (void) const
 
 ITK_DISALLOW_COPY_AND_ASSIGN (BaseComponent)
 
 itkTypeMacroNoParent (BaseComponent)
 
void SetComponentLabel (const char *label, unsigned int idx)
 

Protected Member Functions

 ResampleInterpolatorBase ()
 
 ~ResampleInterpolatorBase () 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

void operator= (const Self &)
 
 ResampleInterpolatorBase (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 {}
 

Member Typedef Documentation

◆ ConfigurationPointer

template<class TElastix >
typedef Superclass::ConfigurationPointer elastix::ResampleInterpolatorBase< TElastix >::ConfigurationPointer

Definition at line 57 of file elxResampleInterpolatorBase.h.

◆ ConfigurationType

template<class TElastix >
typedef Superclass::ConfigurationType elastix::ResampleInterpolatorBase< TElastix >::ConfigurationType

Definition at line 56 of file elxResampleInterpolatorBase.h.

◆ CoordRepType

template<class TElastix >
typedef ElastixType::CoordRepType elastix::ResampleInterpolatorBase< TElastix >::CoordRepType

Definition at line 63 of file elxResampleInterpolatorBase.h.

◆ ElastixPointer

template<class TElastix >
typedef Superclass::ElastixPointer elastix::ResampleInterpolatorBase< TElastix >::ElastixPointer

Definition at line 55 of file elxResampleInterpolatorBase.h.

◆ ElastixType

template<class TElastix >
typedef Superclass::ElastixType elastix::ResampleInterpolatorBase< TElastix >::ElastixType

Typedef's from superclass.

Definition at line 54 of file elxResampleInterpolatorBase.h.

◆ InputImageType

template<class TElastix >
typedef ElastixType::MovingImageType elastix::ResampleInterpolatorBase< TElastix >::InputImageType

Typedef's from elastix.

Definition at line 62 of file elxResampleInterpolatorBase.h.

◆ ITKBaseType

template<class TElastix >
typedef itk::InterpolateImageFunction< InputImageType, CoordRepType > elastix::ResampleInterpolatorBase< TElastix >::ITKBaseType

Other typedef's.

Definition at line 67 of file elxResampleInterpolatorBase.h.

◆ ParameterMapType

template<class TElastix >
typedef ElastixType::ParameterMapType elastix::ResampleInterpolatorBase< TElastix >::ParameterMapType

Typedef that is used in the elastix dll version.

Definition at line 70 of file elxResampleInterpolatorBase.h.

◆ RegistrationPointer

template<class TElastix >
typedef Superclass::RegistrationPointer elastix::ResampleInterpolatorBase< TElastix >::RegistrationPointer

Definition at line 59 of file elxResampleInterpolatorBase.h.

◆ RegistrationType

template<class TElastix >
typedef Superclass::RegistrationType elastix::ResampleInterpolatorBase< TElastix >::RegistrationType

Definition at line 58 of file elxResampleInterpolatorBase.h.

◆ Self

template<class TElastix >
typedef ResampleInterpolatorBase elastix::ResampleInterpolatorBase< TElastix >::Self

Standard ITK stuff.

Definition at line 47 of file elxResampleInterpolatorBase.h.

◆ Superclass

template<class TElastix >
typedef BaseComponentSE< TElastix > elastix::ResampleInterpolatorBase< TElastix >::Superclass

Definition at line 48 of file elxResampleInterpolatorBase.h.

Constructor & Destructor Documentation

◆ ResampleInterpolatorBase() [1/2]

template<class TElastix >
elastix::ResampleInterpolatorBase< TElastix >::ResampleInterpolatorBase ( )
inlineprotected

The constructor.

Definition at line 103 of file elxResampleInterpolatorBase.h.

◆ ~ResampleInterpolatorBase()

template<class TElastix >
elastix::ResampleInterpolatorBase< TElastix >::~ResampleInterpolatorBase ( )
inlineoverrideprotected

The destructor.

Definition at line 105 of file elxResampleInterpolatorBase.h.

◆ ResampleInterpolatorBase() [2/2]

template<class TElastix >
elastix::ResampleInterpolatorBase< TElastix >::ResampleInterpolatorBase ( const Self )
private

The private constructor.

Member Function Documentation

◆ BeforeAllTransformix()

template<class TElastix >
virtual int elastix::ResampleInterpolatorBase< TElastix >::BeforeAllTransformix ( void  )
inlinevirtual

Execute stuff before the actual transformation:

  • nothing here

Definition at line 89 of file elxResampleInterpolatorBase.h.

◆ CreateTransformParametersMap()

template<class TElastix >
virtual void elastix::ResampleInterpolatorBase< TElastix >::CreateTransformParametersMap ( ParameterMapType paramsMap) const
virtual

Function to create transform-parameters map.

Reimplemented in elastix::BSplineResampleInterpolator< TElastix >.

◆ GetAsITKBaseType() [1/2]

template<class TElastix >
virtual ITKBaseType * elastix::ResampleInterpolatorBase< TElastix >::GetAsITKBaseType ( void  )
inlinevirtual

Cast ti ITKBaseType.

Definition at line 73 of file elxResampleInterpolatorBase.h.

◆ GetAsITKBaseType() [2/2]

template<class TElastix >
virtual const ITKBaseType * elastix::ResampleInterpolatorBase< TElastix >::GetAsITKBaseType ( void  ) const
inlinevirtual

Cast to ITKBaseType, to use in const functions.

Definition at line 80 of file elxResampleInterpolatorBase.h.

◆ GetClassName()

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

◆ operator=()

template<class TElastix >
void elastix::ResampleInterpolatorBase< TElastix >::operator= ( const Self )
private

The private copy constructor.

◆ ReadFromFile()

template<class TElastix >
virtual void elastix::ResampleInterpolatorBase< TElastix >::ReadFromFile ( void  )
virtual

◆ WriteToFile()

template<class TElastix >
virtual void elastix::ResampleInterpolatorBase< TElastix >::WriteToFile ( void  ) const
virtual


Generated on 1667476801 for elastix by doxygen 1.9.4 elastix logo