Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <elxBaseComponentSE.h>
The BaseComponentSE class is a base class for elastix components that provides some basic functionality.
Most elastix component will not directly inherit from the elx::BaseComponent class but from this one, since it adds some methods that most methods need anyway, such as Set/GetElastix, Set/GetConfiguration.
Definition at line 44 of file elxBaseComponentSE.h.
Public Types | |
typedef Configuration::Pointer | ConfigurationPointer |
typedef Configuration | ConfigurationType |
typedef itk::WeakPointer< ElastixType > | ElastixPointer |
typedef TElastix | ElastixType |
typedef RegistrationType * | RegistrationPointer |
typedef ElastixType::RegistrationBaseType | RegistrationType |
typedef BaseComponentSE | Self |
typedef BaseComponent | Superclass |
Protected Member Functions | |
BaseComponentSE ()=default | |
~BaseComponentSE () override=default | |
Protected Member Functions inherited from elastix::BaseComponent | |
BaseComponent ()=default | |
virtual | ~BaseComponent ()=default |
Protected Attributes | |
ConfigurationPointer | m_Configuration {} |
ElastixPointer | m_Elastix {} |
RegistrationPointer | m_Registration {} |
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 () |
typedef Configuration::Pointer elastix::BaseComponentSE< TElastix >::ConfigurationPointer |
Definition at line 59 of file elxBaseComponentSE.h.
typedef Configuration elastix::BaseComponentSE< TElastix >::ConfigurationType |
ConfigurationType.
Definition at line 58 of file elxBaseComponentSE.h.
typedef itk::WeakPointer< ElastixType > elastix::BaseComponentSE< TElastix >::ElastixPointer |
Definition at line 55 of file elxBaseComponentSE.h.
typedef TElastix elastix::BaseComponentSE< TElastix >::ElastixType |
Elastix typedef's.
Definition at line 54 of file elxBaseComponentSE.h.
typedef RegistrationType* elastix::BaseComponentSE< TElastix >::RegistrationPointer |
Definition at line 65 of file elxBaseComponentSE.h.
typedef ElastixType::RegistrationBaseType elastix::BaseComponentSE< TElastix >::RegistrationType |
RegistrationType; NB: this is the elx::RegistrationBase not an itk::Object or something like that.
Definition at line 64 of file elxBaseComponentSE.h.
typedef BaseComponentSE elastix::BaseComponentSE< TElastix >::Self |
Standard stuff.
Definition at line 50 of file elxBaseComponentSE.h.
typedef BaseComponent elastix::BaseComponentSE< TElastix >::Superclass |
Definition at line 51 of file elxBaseComponentSE.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
inline |
itkGetModifiableObjectMacro(Configuration, ConfigurationType); The configuration object provides functionality to read parameters and command line arguments.
Definition at line 94 of file elxBaseComponentSE.h.
|
inline |
itkGetModifiableObjectMacro( Elastix, ElastixType ); without the itkDebug call.
Definition at line 84 of file elxBaseComponentSE.h.
|
inline |
Get a pointer to the Registration component. This is a convenience function, since the registration component is needed often by other components. It could be accessed also via GetElastix->GetElxRegistrationBase().
Definition at line 108 of file elxBaseComponentSE.h.
elastix::BaseComponentSE< TElastix >::ITK_DISALLOW_COPY_AND_ASSIGN | ( | BaseComponentSE< TElastix > | ) |
void elastix::BaseComponentSE< TElastix >::SetConfiguration | ( | ConfigurationType * | _arg | ) |
Set the configuration. Added for transformix.
void elastix::BaseComponentSE< TElastix >::SetElastix | ( | ElastixType * | _arg | ) |
Get/Set functions for Elastix. The Set-functions cannot be defined with the itkSetObjectMacro, since this class does not derive from itk::Object and thus does not have a Modified() method.
This method checks if this instance of the class can be casted (dynamically) to an itk::Object. If yes, it calls Modified()
Besides setting m_Elastix, this method also sets m_Configuration and m_Registration.
|
protected |
Definition at line 120 of file elxBaseComponentSE.h.
|
protected |
Definition at line 119 of file elxBaseComponentSE.h.
|
protected |
Definition at line 121 of file elxBaseComponentSE.h.
Generated on 1667476801 for elastix by 1.9.4 |