Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
mitkIGTActivator.h
Go to the documentation of this file.
1 /*============================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center (DKFZ)
6 All rights reserved.
7 
8 Use of this source code is governed by a 3-clause BSD license that can be
9 found in the LICENSE file.
10 
11 ============================================================================*/
12 
13 #ifndef mitkIGTActivator_H
14 #define mitkIGTActivator_H
15 
16 #include <usModuleActivator.h>
18 
19 namespace mitk
20 {
21 
28  {
29  public:
30  IGTActivator();
31  ~IGTActivator() override;
32  void Load(us::ModuleContext*) override;
33  void Unload(us::ModuleContext*) override;
34 
35  private:
36  TrackingDeviceTypeCollection m_DeviceTypeCollection;
37 
38  };
39 }
40 
41 #endif // mitkIGTActivator_H
void Unload(us::ModuleContext *) override
The load function of this class is executed every time, the module is loaded. Attention: no static va...
DataCollection - Class to facilitate loading/accessing structured data.
This class is a collection for information of all Tracking Device Types (derived from abstract Tracki...
void Load(us::ModuleContext *) override