Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
Home
Manual
API Reference
Download
Bugzilla
Groups
Namespace List
Class List
File List
Examples
File List
File Members
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
20
#include <
berryIConfigurationElement.h
>
21
22
#include <string>
23
24
#include "
mitkIInputDeviceDescriptor.h
"
25
#include "
mitkIInputDevice.h
"
26
27
namespace
mitk
28
{
35
class
InputDeviceDescriptor
:
public
IInputDeviceDescriptor
36
{
37
38
public
:
39
46
InputDeviceDescriptor
(
berry::IConfigurationElement::Pointer
inputDeviceExtensionPoint);
47
51
~InputDeviceDescriptor
();
52
56
mitk::IInputDevice::Pointer
CreateInputDevice
();
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_*/
mitkIInputDevice.h
mitk::InputDeviceDescriptor::GetDescription
std::string GetDescription() const
mitk
DataCollection - Class to facilitate loading/accessing structured data.
Definition:
GeometryOverview.dox:1
berry::SmartPointer< Self >
berryIConfigurationElement.h
mitk::InputDeviceDescriptor::GetID
std::string GetID() const
mitk::InputDeviceDescriptor::InputDeviceDescriptor
InputDeviceDescriptor(berry::IConfigurationElement::Pointer inputDeviceExtensionPoint)
mitkIInputDeviceDescriptor.h
mitk::InputDeviceDescriptor::operator==
bool operator==(const Object *object) const
mitk::InputDeviceDescriptor
Definition:
mitkInputDeviceDescriptor.h:35
mitk::IInputDeviceDescriptor
Definition:
mitkIInputDeviceDescriptor.h:41
mitk::InputDeviceDescriptor::CreateInputDevice
mitk::IInputDevice::Pointer CreateInputDevice()
mitk::InputDeviceDescriptor::~InputDeviceDescriptor
~InputDeviceDescriptor()
mitk::InputDeviceDescriptor::GetName
std::string GetName() const
berry::Object::Object
Object()
Definition:
berryObject.cpp:167
git
MITK
Plugins
org.mitk.core.ext
src
mitkInputDeviceDescriptor.h
Generated on Fri Feb 3 2017 20:52:01 for Medical Imaging Interaction Toolkit by
1.8.9.1