Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkUSActivator_h
14 #define mitkUSActivator_h
43 void Load(us::ModuleContext* context)
override;
48 void Unload(us::ModuleContext* context)
override;
Module activator for the US module. Loads mitk::USVideoDevice objects from hard disk on module load a...
void OnServiceEvent(const us::ServiceEvent event)
Listens to ServiceRegistry changes and updates the list of mitk::USDevice object accordingly.
void Load(us::ModuleContext *context) override
The mitk::USVideoDevice obejcts are loaded from hard disk and registered into micro service.
void Unload(us::ModuleContext *context) override
Registered mitk::USVideoDevice objects are stored to hard disk an deregistered from micro service.
Find image slices visible on a given plane.
std::vector< USDevice::Pointer > m_Devices
#define US_EXPORT_MODULE_ACTIVATOR(_activator_type)
Export a module activator class.
us::ModuleContext * m_Context