Medical Imaging Interaction Toolkit
2018.4.99-389bf124
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 (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 MITKINPUTDEVICEDESCRIPTOR_H_
14
#define MITKINPUTDEVICEDESCRIPTOR_H_
15
16
#include <
berryIConfigurationElement.h
>
17
18
#include <string>
19
20
#include "
mitkIInputDeviceDescriptor.h
"
21
#include "
mitkIInputDevice.h
"
22
23
namespace
mitk
24
{
31
class
InputDeviceDescriptor
:
public
IInputDeviceDescriptor
32
{
33
34
public
:
35
42
InputDeviceDescriptor
(
berry::IConfigurationElement::Pointer
inputDeviceExtensionPoint);
43
47
~InputDeviceDescriptor
();
48
52
mitk::IInputDevice::Pointer
CreateInputDevice
();
53
57
std::string
GetDescription
()
const
;
58
62
std::string
GetID
()
const
;
63
67
std::string
GetName
()
const
;
68
72
bool
operator==
(
const
Object
*
object
)
const
;
73
74
private
:
75
76
// IConfigurationElements are used to access xml files (here: plugin.xml)
77
berry::IConfigurationElement::Pointer
m_InputDeviceExtensionPoint;
78
mitk::IInputDevice::Pointer
m_InputDevice;
79
80
};
// end class
81
}
// end namespace
82
83
#endif
/*MITKINPUTDEVICEDESCRIPTOR_H_*/
mitkIInputDevice.h
mitk::InputDeviceDescriptor::GetName
std::string GetName() const
mitk
DataCollection - Class to facilitate loading/accessing structured data.
Definition:
GeometryOverview.dox:1
berry::SmartPointer< Self >
berryIConfigurationElement.h
mitk::InputDeviceDescriptor::InputDeviceDescriptor
InputDeviceDescriptor(berry::IConfigurationElement::Pointer inputDeviceExtensionPoint)
mitkIInputDeviceDescriptor.h
mitk::InputDeviceDescriptor
Definition:
mitkInputDeviceDescriptor.h:31
mitk::InputDeviceDescriptor::operator==
bool operator==(const Object *object) const
mitk::IInputDeviceDescriptor
Definition:
mitkIInputDeviceDescriptor.h:37
mitk::InputDeviceDescriptor::CreateInputDevice
mitk::IInputDevice::Pointer CreateInputDevice()
mitk::InputDeviceDescriptor::~InputDeviceDescriptor
~InputDeviceDescriptor()
mitk::InputDeviceDescriptor::GetID
std::string GetID() const
mitk::InputDeviceDescriptor::GetDescription
std::string GetDescription() const
berry::Object::Object
Object()
Definition:
berryObject.cpp:163
Source
Plugins
org.mitk.core.ext
src
mitkInputDeviceDescriptor.h
Generated on Thu Mar 12 2020 10:23:53 for Medical Imaging Interaction Toolkit by
1.8.13