Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
Home
Manual
API Reference
Groups
Namespace List
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
Variables
e
f
i
l
m
n
p
r
s
t
Typedefs
a
b
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
v
x
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Class List
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerations
a
b
c
d
e
f
h
i
l
m
n
o
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Properties
c
m
o
r
s
t
Related Functions
File List
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
m
n
o
p
q
r
s
t
u
v
Functions
_
e
g
h
i
m
o
q
s
u
Variables
Typedefs
Enumerations
Enumerator
Macros
_
a
b
c
d
e
f
g
i
m
o
p
q
r
s
u
v
Examples
Download
Bug Tracker
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
QmitkStructureSensorParameterWidget.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 QmitkStructureSensorParameterWidget_h
14
#define QmitkStructureSensorParameterWidget_h
15
16
#include "MitkToFUIExports.h"
17
#include "ui_QmitkStructureSensorParameterWidgetControls.h"
18
19
#include <
mitkToFImageGrabber.h
>
20
21
#include <QWidget>
22
32
class
MITKTOFUI_EXPORT
QmitkStructureSensorParameterWidget
:
public
QWidget
33
{
34
//this is needed for all Qt objects that should have a MOC object (everything that derives from QObject)
35
Q_OBJECT
36
37
public
:
38
39
static
const
std::string
VIEW_ID
;
40
41
QmitkStructureSensorParameterWidget
(QWidget* p =
nullptr
, Qt::WindowFlags f =
nullptr
);
42
~
QmitkStructureSensorParameterWidget
()
override
;
43
44
/* @brief This method is part of the widget an needs not to be called seperately. */
45
virtual
void
CreateQtPartControl(QWidget *parent);
46
/* @brief This method is part of the widget an needs not to be called seperately. (Creation of the connections of main and control widget.)*/
47
virtual
void
CreateConnections();
48
53
mitk::ToFImageGrabber
* GetToFImageGrabber();
54
58
void
SetToFImageGrabber(
mitk::ToFImageGrabber
* aToFImageGrabber);
59
63
void
ActivateAllParameters();
64
69
int
GetSelectedResolution();
70
71
protected
slots:
75
void
OnResolutionChanged();
76
77
protected
:
78
79
Ui::QmitkStructureSensorParameterWidgetControls*
m_Controls
;
80
81
mitk::ToFImageGrabber::Pointer
m_ToFImageGrabber
;
82
};
83
84
#endif
QmitkStructureSensorParameterWidget
Widget for configuring the Structure Sensor device (Occipital, Inc.)
Definition:
QmitkStructureSensorParameterWidget.h:32
mitk::ToFImageGrabber
Image source providing ToF images. Interface for filters provided in ToFProcessing module.
Definition:
mitkToFImageGrabber.h:34
QmitkStructureSensorParameterWidget::VIEW_ID
static const std::string VIEW_ID
Definition:
QmitkStructureSensorParameterWidget.h:39
itk::SmartPointer< Self >
QmitkStructureSensorParameterWidget::m_ToFImageGrabber
mitk::ToFImageGrabber::Pointer m_ToFImageGrabber
image grabber object to be configured by the widget
Definition:
QmitkStructureSensorParameterWidget.h:81
QmitkStructureSensorParameterWidget::m_Controls
Ui::QmitkStructureSensorParameterWidgetControls * m_Controls
member holding the UI elements of this widget
Definition:
QmitkStructureSensorParameterWidget.h:79
mitkToFImageGrabber.h
src
MITK
Modules
ToFUI
Qmitk
QmitkStructureSensorParameterWidget.h
Generated on Thu Nov 30 2023 15:58:58 for Medical Imaging Interaction Toolkit by
1.8.17