Go to the documentation of this file.
18 #ifndef __elxBaseComponent_h
19 #define __elxBaseComponent_h
35 #pragma warning ( disable : 4786 )
36 #pragma warning ( disable : 4503 )
46 #define __ELASTIX_VERSION 4.900
147 #endif // end #ifndef __elxBaseComponent_h
virtual void BeforeEachResolutionBase(void)
virtual int BeforeAllBase(void)
virtual void AfterEachResolutionBase(void)
The BaseComponent class is a class that all elastix components should inherit from.
virtual void AfterRegistrationBase(void)
virtual int BeforeAll(void)
virtual void SetComponentLabel(const char *label, unsigned int idx)
std::string m_ComponentLabel
std::string ConvertSecondsToDHMS(const double totalSeconds, const unsigned int precision) const
itkTypeMacroNoParent(BaseComponent)
void operator=(const BaseComponent &)
BaseComponent(const BaseComponent &)
virtual void BeforeRegistration(void)
virtual void AfterEachIteration(void)
virtual void BeforeEachResolution(void)
virtual void AfterEachIterationBase(void)
virtual void BeforeRegistrationBase(void)
virtual void AfterEachResolution(void)
virtual const char * elxGetClassName(void) const
virtual void AfterRegistration(void)
virtual const char * GetComponentLabel(void) const
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|