Go to the documentation of this file.
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
BaseComponentSE(const Self &)
The BaseComponent class is a class that all elastix components should inherit from.
virtual RegistrationPointer GetRegistration(void) const
RegistrationPointer m_Registration
ConfigurationPointer m_Configuration
RegistrationType * RegistrationPointer
ElastixType::ConfigurationPointer ConfigurationPointer
The BaseComponentSE class is a base class for elastix components that provides some basic functionali...
virtual ConfigurationType * GetConfiguration(void) const
itk::WeakPointer< ElastixType > ElastixPointer
virtual void SetElastix(ElastixType *_arg)
virtual void SetConfiguration(ConfigurationType *_arg)
virtual ~BaseComponentSE()
virtual ElastixType * GetElastix(void) const
ElastixType::ConfigurationType ConfigurationType
void operator=(const Self &)
ElastixType::RegistrationBaseType RegistrationType
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|