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
mitkUSDevicePersistence.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 mitkUSDevicePersistence_h
14
#define mitkUSDevicePersistence_h
15
16
// MITK
17
#include <
mitkCommon.h
>
18
#include <
mitkUSVideoDevice.h
>
19
#include <
mitkUSProbe.h
>
20
21
// ITK
22
#include <itkObjectFactory.h>
23
24
// QT
25
#include <QSettings>
26
27
namespace
mitk
{
32
class
USDevicePersistence
:
public
itk::Object
33
{
34
public
:
35
mitkClassMacroItkParent
(
USDevicePersistence
, itk::Object);
36
itkFactorylessNewMacro(Self);
37
itkCloneMacro(Self);
38
39
void
StoreCurrentDevices
();
40
41
std::vector<mitk::USDevice::Pointer>
RestoreLastDevices
();
42
43
protected
:
44
45
USDevicePersistence
();
46
~USDevicePersistence
()
override
{}
47
48
QString
USVideoDeviceToString
(
mitk::USVideoDevice::Pointer
d);
49
mitk::USVideoDevice::Pointer
StringToUSVideoDevice
(QString s);
50
QString
USProbeToString
(mitk::USProbe::Pointer p);
51
mitk::USProbe::Pointer
StringToUSProbe
(std::string s);
52
53
QSettings
m_devices
;
54
55
void
split
(std::string& text, std::string& separators, std::vector<std::string>& words);
56
double
spacingToDouble
(std::string s);
57
int
depthToInt
(std::string s);
58
};
59
}
// namespace mitk
60
61
#endif
mitk::USDevicePersistence::StringToUSProbe
mitk::USProbe::Pointer StringToUSProbe(std::string s)
mitk::USDevicePersistence
Definition:
mitkUSDevicePersistence.h:32
mitk::USDevicePersistence::USProbeToString
QString USProbeToString(mitk::USProbe::Pointer p)
itk::SmartPointer< Self >
mitkUSProbe.h
mitk::USDevicePersistence::~USDevicePersistence
~USDevicePersistence() override
Definition:
mitkUSDevicePersistence.h:46
mitk::USDevicePersistence::mitkClassMacroItkParent
mitkClassMacroItkParent(USDevicePersistence, itk::Object)
mitk
Find image slices visible on a given plane.
Definition:
RenderingTests.dox:1
mitk::USDevicePersistence::split
void split(std::string &text, std::string &separators, std::vector< std::string > &words)
mitk::USDevicePersistence::StoreCurrentDevices
void StoreCurrentDevices()
mitk::USDevicePersistence::spacingToDouble
double spacingToDouble(std::string s)
mitk::USDevicePersistence::depthToInt
int depthToInt(std::string s)
mitk::USDevicePersistence::StringToUSVideoDevice
mitk::USVideoDevice::Pointer StringToUSVideoDevice(QString s)
mitkCommon.h
mitk::USDevicePersistence::USDevicePersistence
USDevicePersistence()
mitkUSVideoDevice.h
mitk::USDevicePersistence::USVideoDeviceToString
QString USVideoDeviceToString(mitk::USVideoDevice::Pointer d)
mitk::USDevicePersistence::m_devices
QSettings m_devices
Definition:
mitkUSDevicePersistence.h:53
mitk::USDevicePersistence::RestoreLastDevices
std::vector< mitk::USDevice::Pointer > RestoreLastDevices()
src
MITK
Modules
US
USModel
mitkUSDevicePersistence.h
Generated on Thu Nov 30 2023 15:58:57 for Medical Imaging Interaction Toolkit by
1.8.17