![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <elxImageSamplerBase.h>
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.
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< InputImageType > | ITKBaseType |
typedef Superclass::RegistrationPointer | RegistrationPointer |
typedef Superclass::RegistrationType | RegistrationType |
typedef ImageSamplerBase | Self |
typedef BaseComponentSE< TElastix > | Superclass |
![]() | |
typedef ElastixType::ConfigurationPointer | ConfigurationPointer |
typedef ElastixType::ConfigurationType | ConfigurationType |
typedef ElastixType::Pointer | ElastixPointer |
typedef TElastix | ElastixType |
typedef RegistrationType * | RegistrationPointer |
typedef ElastixType::RegistrationBaseType | RegistrationType |
typedef BaseComponentSE | Self |
typedef BaseComponent | Superclass |
Public Member Functions | |
virtual void | BeforeEachResolutionBase (void) |
virtual ITKBaseType * | GetAsITKBaseType (void) |
virtual const ITKBaseType * | GetAsITKBaseType (void) const |
virtual const char * | GetClassName () const |
![]() | |
virtual ConfigurationType * | GetConfiguration (void) const |
virtual ElastixType * | GetElastix (void) const |
virtual RegistrationPointer | GetRegistration (void) const |
virtual void | SetConfiguration (ConfigurationType *_arg) |
virtual void | SetElastix (ElastixType *_arg) |
![]() | |
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 | BeforeRegistration (void) |
virtual void | BeforeRegistrationBase (void) |
std::string | ConvertSecondsToDHMS (const double totalSeconds, const unsigned int precision) const |
virtual const char * | elxGetClassName (void) const |
virtual const char * | GetComponentLabel (void) const |
virtual void | SetComponentLabel (const char *label, unsigned int idx) |
Protected Member Functions | |
ImageSamplerBase () | |
virtual | ~ImageSamplerBase () |
![]() | |
BaseComponentSE () | |
virtual | ~BaseComponentSE () |
![]() | |
BaseComponent () | |
virtual | ~BaseComponent () |
Private Member Functions | |
ImageSamplerBase (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
![]() | |
ConfigurationPointer | m_Configuration |
ElastixPointer | m_Elastix |
RegistrationPointer | m_Registration |
typedef Superclass::ConfigurationPointer elastix::ImageSamplerBase< TElastix >::ConfigurationPointer |
Definition at line 59 of file elxImageSamplerBase.h.
typedef Superclass::ConfigurationType elastix::ImageSamplerBase< TElastix >::ConfigurationType |
Definition at line 58 of file elxImageSamplerBase.h.
typedef Superclass::ElastixPointer elastix::ImageSamplerBase< TElastix >::ElastixPointer |
Definition at line 57 of file elxImageSamplerBase.h.
typedef Superclass::ElastixType elastix::ImageSamplerBase< TElastix >::ElastixType |
Typedefs inherited from Elastix.
Definition at line 53 of file elxImageSamplerBase.h.
typedef ElastixType::FixedImageType elastix::ImageSamplerBase< TElastix >::InputImageType |
Other typedef's.
Definition at line 64 of file elxImageSamplerBase.h.
typedef itk::ImageSamplerBase< InputImageType > elastix::ImageSamplerBase< TElastix >::ITKBaseType |
ITKBaseType.
Definition at line 67 of file elxImageSamplerBase.h.
typedef Superclass::RegistrationPointer elastix::ImageSamplerBase< TElastix >::RegistrationPointer |
Definition at line 61 of file elxImageSamplerBase.h.
typedef Superclass::RegistrationType elastix::ImageSamplerBase< TElastix >::RegistrationType |
Definition at line 60 of file elxImageSamplerBase.h.
typedef ImageSamplerBase elastix::ImageSamplerBase< TElastix >::Self |
Standard ITK-stuff.
Definition at line 49 of file elxImageSamplerBase.h.
typedef BaseComponentSE< TElastix > elastix::ImageSamplerBase< TElastix >::Superclass |
Definition at line 50 of file elxImageSamplerBase.h.
|
inlineprotected |
The constructor.
Definition at line 92 of file elxImageSamplerBase.h.
|
inlineprotectedvirtual |
The destructor.
Definition at line 94 of file elxImageSamplerBase.h.
|
private |
The private constructor.
|
virtual |
Execute stuff before each resolution:
Reimplemented from elastix::BaseComponent.
|
inlinevirtual |
Cast to ITKBaseType.
Definition at line 70 of file elxImageSamplerBase.h.
|
inlinevirtual |
Cast to ITKBaseType, to use in const functions.
Definition at line 77 of file elxImageSamplerBase.h.
|
virtual |
Run-time type information (and related methods).
|
private |
The private copy constructor.
Generated on 07-03-2016 for elastix by ![]() |
![]() |