Medical Imaging Interaction Toolkit
2024.12.99-d991a09f
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
f
g
i
l
m
n
o
p
q
r
s
t
v
x
Enumerations
Enumerator
a
b
c
d
e
g
h
i
k
l
n
o
p
r
s
t
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
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
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
o
p
q
r
s
t
u
v
x
Functions
_
e
h
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
x
Examples
Download
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
org_mitk_gui_qt_pointsetinteraction_Export.h
Go to the documentation of this file.
1
2
3
// .NAME __org_mitk_gui_qt_pointsetinteraction_Export - manage Windows system differences
4
// .SECTION Description
5
// The __org_mitk_gui_qt_pointsetinteraction_Export captures some system differences between Unix
6
// and Windows operating systems.
7
8
#ifndef __org_mitk_gui_qt_pointsetinteraction_Export_h
9
#define __org_mitk_gui_qt_pointsetinteraction_Export_h
10
11
#include "ctkCompatibility_p.h"
12
#include "ctkCompilerDetections_p.h"
13
14
#include <QtGlobal>
15
16
#if defined(Q_OS_WIN) || defined(Q_OS_SYMBIAN)
17
# if defined(org_mitk_gui_qt_pointsetinteraction_EXPORTS)
18
# define POINTSETINTERACTION_EXPORT Q_DECL_EXPORT
19
# else
20
# define POINTSETINTERACTION_EXPORT Q_DECL_IMPORT
21
# endif
22
#endif
23
24
#if !defined(POINTSETINTERACTION_EXPORT)
25
//# if defined(CTK_SHARED)
26
# define POINTSETINTERACTION_EXPORT Q_DECL_EXPORT
27
//# else
28
//# define POINTSETINTERACTION_EXPORT
29
//# endif
30
#endif
31
32
33
34
#endif
Plugins
org.mitk.gui.qt.pointsetinteraction
org_mitk_gui_qt_pointsetinteraction_Export.h
Generated on Sun Mar 16 2025 02:13:45 for Medical Imaging Interaction Toolkit by
1.8.17