Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkInputDeviceDescriptor.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,
6 Division of Medical and Biological Informatics.
7 All rights reserved.
8 
9 This software is distributed WITHOUT ANY WARRANTY; without
10 even the implied warranty of MERCHANTABILITY or FITNESS FOR
11 A PARTICULAR PURPOSE.
12 
13 See LICENSE.txt or http://www.mitk.org for details.
14 
15 ===================================================================*/
16 
17 #ifndef MITKINPUTDEVICEDESCRIPTOR_H_
18 #define MITKINPUTDEVICEDESCRIPTOR_H_
19 
21 
22 #include <string>
23 
25 #include "mitkIInputDevice.h"
26 
27 namespace mitk
28 {
36  {
37 
38  public:
39 
47 
52 
57 
61  std::string GetDescription() const;
62 
66  std::string GetID() const;
67 
71  std::string GetName() const;
72 
76  bool operator==(const Object* object) const;
77 
78  private:
79 
80  // IConfigurationElements are used to access xml files (here: plugin.xml)
81  berry::IConfigurationElement::Pointer m_InputDeviceExtensionPoint;
82  mitk::IInputDevice::Pointer m_InputDevice;
83 
84  }; // end class
85 } // end namespace
86 
87 #endif /*MITKINPUTDEVICEDESCRIPTOR_H_*/
std::string GetDescription() const
DataCollection - Class to facilitate loading/accessing structured data.
std::string GetID() const
InputDeviceDescriptor(berry::IConfigurationElement::Pointer inputDeviceExtensionPoint)
bool operator==(const Object *object) const
mitk::IInputDevice::Pointer CreateInputDevice()
std::string GetName() const