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

#include <elxImageSamplerBase.h>

Detailed Description

template<class TElastix>
class elastix::ImageSamplerBase< TElastix >

This class is the elastix base class for all ImageSamplers.

This class contains all the common functionality for ImageSamplers.

Definition at line 44 of file elxImageSamplerBase.h.

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

Public Types

typedef Superclass::ConfigurationPointer ConfigurationPointer
 
typedef Superclass::ConfigurationType ConfigurationType
 
typedef Superclass::ElastixPointer ElastixPointer
 
typedef Superclass::ElastixType ElastixType
 
typedef ElastixType::FixedImageType InputImageType
 
typedef itk::ImageSamplerBase< InputImageTypeITKBaseType
 
typedef Superclass::RegistrationPointer RegistrationPointer
 
typedef Superclass::RegistrationType RegistrationType
 
typedef ImageSamplerBase 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

void BeforeEachResolutionBase (void) override
 
virtual ITKBaseTypeGetAsITKBaseType (void)
 
virtual const ITKBaseTypeGetAsITKBaseType (void) const
 
virtual const char * GetClassName () 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

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

 ImageSamplerBase (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 {}
 

Member Typedef Documentation

◆ ConfigurationPointer

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

Definition at line 59 of file elxImageSamplerBase.h.

◆ ConfigurationType

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

Definition at line 58 of file elxImageSamplerBase.h.

◆ ElastixPointer

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

Definition at line 57 of file elxImageSamplerBase.h.

◆ ElastixType

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

Typedefs inherited from Elastix.

Definition at line 56 of file elxImageSamplerBase.h.

◆ InputImageType

template<class TElastix >
typedef ElastixType::FixedImageType elastix::ImageSamplerBase< TElastix >::InputImageType

Other typedef's.

Definition at line 64 of file elxImageSamplerBase.h.

◆ ITKBaseType

template<class TElastix >
typedef itk::ImageSamplerBase< InputImageType > elastix::ImageSamplerBase< TElastix >::ITKBaseType

ITKBaseType.

Definition at line 67 of file elxImageSamplerBase.h.

◆ RegistrationPointer

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

Definition at line 61 of file elxImageSamplerBase.h.

◆ RegistrationType

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

Definition at line 60 of file elxImageSamplerBase.h.

◆ Self

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

Standard ITK-stuff.

Definition at line 49 of file elxImageSamplerBase.h.

◆ Superclass

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

Definition at line 50 of file elxImageSamplerBase.h.

Constructor & Destructor Documentation

◆ ImageSamplerBase() [1/2]

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

The constructor.

Definition at line 92 of file elxImageSamplerBase.h.

◆ ~ImageSamplerBase()

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

The destructor.

Definition at line 94 of file elxImageSamplerBase.h.

◆ ImageSamplerBase() [2/2]

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

The private constructor.

Member Function Documentation

◆ BeforeEachResolutionBase()

template<class TElastix >
void elastix::ImageSamplerBase< TElastix >::BeforeEachResolutionBase ( void  )
overridevirtual

Execute stuff before each resolution:

  • Give a warning when NewSamplesEveryIteration is specified, but the sampler is ignoring it.

Reimplemented from elastix::BaseComponent.

◆ GetAsITKBaseType() [1/2]

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

Cast to ITKBaseType.

Definition at line 70 of file elxImageSamplerBase.h.

◆ GetAsITKBaseType() [2/2]

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

Cast to ITKBaseType, to use in const functions.

Definition at line 77 of file elxImageSamplerBase.h.

◆ GetClassName()

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

Run-time type information (and related methods).

◆ operator=()

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

The private copy constructor.



Generated on 1667476801 for elastix by doxygen 1.9.4 elastix logo