18 #ifndef __elxBaseComponentSE_h 19 #define __elxBaseComponentSE_h 22 #include "itkObject.h" 42 template<
class TElastix >
130 #ifndef ITK_MANUAL_INSTANTIATION 131 #include "elxBaseComponentSE.hxx" 134 #endif // end #ifndef __elxBaseComponentSE_h The BaseComponentSE class is a base class for elastix components that provides some basic functionali...
ElastixType::RegistrationBaseType RegistrationType
ElastixType::ConfigurationPointer ConfigurationPointer
ElastixType::Pointer ElastixPointer
ElastixType::ConfigurationType ConfigurationType
void operator=(const Self &)
virtual ElastixType * GetElastix(void) const
The BaseComponent class is a class that all elastix components should inherit from.
virtual ~BaseComponentSE()
RegistrationType * RegistrationPointer
ConfigurationPointer m_Configuration
virtual ConfigurationType * GetConfiguration(void) const
virtual void SetElastix(ElastixType *_arg)
virtual void SetConfiguration(ConfigurationType *_arg)
RegistrationPointer m_Registration
virtual RegistrationPointer GetRegistration(void) const