Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
The load function of this class is executed every time, the module is loaded. Attention: no static variables of any class in IGT Module are initialized at this moment! More...
#include <mitkIGTActivator.h>
Public Member Functions | |
IGTActivator () | |
~IGTActivator () override | |
void | Load (us::ModuleContext *) override |
void | Unload (us::ModuleContext *) override |
![]() | |
virtual | ~ModuleActivator () |
virtual void | Load (ModuleContext *context)=0 |
virtual void | Unload (ModuleContext *context)=0 |
The load function of this class is executed every time, the module is loaded. Attention: no static variables of any class in IGT Module are initialized at this moment!
Documentation:
Definition at line 27 of file mitkIGTActivator.h.
mitk::IGTActivator::IGTActivator | ( | ) |
Definition at line 34 of file mitkIGTActivator.cpp.
|
override |
Definition at line 38 of file mitkIGTActivator.cpp.
|
override |
Definition at line 42 of file mitkIGTActivator.cpp.
References mitk::TrackingDeviceTypeCollection::RegisterAsMicroservice(), and mitk::TrackingDeviceTypeCollection::RegisterTrackingDeviceType().
|
override |
Definition at line 60 of file mitkIGTActivator.cpp.
References MITK_WARN, mitk::TrackingDeviceTypeCollection::UnRegisterMicroservice(), and US_EXPORT_MODULE_ACTIVATOR.