|
|
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.
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< InputImageType > | ITKBaseType |
| typedef Superclass::RegistrationPointer | RegistrationPointer |
| typedef Superclass::RegistrationType | RegistrationType |
| typedef ImageSamplerBase | Self |
| typedef BaseComponentSE< TElastix > | Superclass |
Public Types inherited from elastix::BaseComponentSE< TElastix > | |
| typedef ElastixType::ConfigurationPointer | ConfigurationPointer |
| typedef ElastixType::ConfigurationType | ConfigurationType |
| typedef itk::WeakPointer< ElastixType > | 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 |
Public Member Functions inherited from elastix::BaseComponentSE< TElastix > | |
| 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) |
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 | 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 |
| itkTypeMacroNoParent (BaseComponent) | |
| virtual void | SetComponentLabel (const char *label, unsigned int idx) |
Protected Member Functions | |
| ImageSamplerBase () | |
| virtual | ~ImageSamplerBase () |
Protected Member Functions inherited from elastix::BaseComponentSE< TElastix > | |
| BaseComponentSE () | |
| virtual | ~BaseComponentSE () |
Protected Member Functions inherited from elastix::BaseComponent | |
| BaseComponent () | |
| virtual | ~BaseComponent () |
Private Member Functions | |
| ImageSamplerBase (const Self &) | |
| void | operator= (const Self &) |
Additional Inherited Members | |
Protected Attributes inherited from elastix::BaseComponentSE< TElastix > | |
| 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 OURCE_DATE_EPOCH for elastix by 1.8.13 |