MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
mitk::KinectActivator Class Reference

The KinectActivator class This is the module activator for the "mitkKinectModule" module. It registers services like the IToFDeviceFactory. More...

Inheritance diagram for mitk::KinectActivator:

Public Member Functions

void Load (us::ModuleContext *context)
 Load This method is automatically called, when the kinect module is activated. It will automatically register a KinectDeviceFactory.
 
void Unload (us::ModuleContext *)
 Unload called when the module is unloaded.
 
 ~KinectActivator ()
 Default destructor which deletes all registered factories. Usually, there should never be more than one.
 

Detailed Description

The KinectActivator class This is the module activator for the "mitkKinectModule" module. It registers services like the IToFDeviceFactory.

Definition at line 32 of file mitkKinectActivator.cpp.

Constructor & Destructor Documentation

◆ ~KinectActivator()

mitk::KinectActivator::~KinectActivator ( )
inline

Default destructor which deletes all registered factories. Usually, there should never be more than one.

Definition at line 61 of file mitkKinectActivator.cpp.

Member Function Documentation

◆ Load()

void mitk::KinectActivator::Load ( us::ModuleContext * context)
inline

Load This method is automatically called, when the kinect module is activated. It will automatically register a KinectDeviceFactory.

Definition at line 38 of file mitkKinectActivator.cpp.

◆ Unload()

void mitk::KinectActivator::Unload ( us::ModuleContext * )
inline

Unload called when the module is unloaded.

Definition at line 53 of file mitkKinectActivator.cpp.


The documentation for this class was generated from the following file: