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
▼
Medical Imaging Interaction Toolkit
►
MITK User Manual
►
Developer Manual
►
MITK Basic Image Processing Mini Apps
Deprecated List
▼
API Reference
►
Groups
►
Namespace List
►
Class List
▼
File List
►
File List
►
File Members
►
Examples
Download
Bug Tracker
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
mitkConfig.h
Go to the documentation of this file.
1
/*
2
mitkConfig.h
3
this file is generated. Do not change!
4
*/
5
6
#ifndef MITKCONFIG_H
7
#define MITKCONFIG_H
8
9
#define MITK_ROOT "/home/ubuntu/jenkins-agent/MITK/Release/src/MITK/"
10
#define MITK_EXTENSION_DIRS ""
11
/* #undef MITK_BUILD_SHARED_CORE */
12
/* #undef USE_ITKZLIB */
13
/* #undef MITK_CHILI_PLUGIN */
14
/* #undef MITK_USE_TD_MOUSE */
15
16
#define MITK_ACCESSBYITK_INTEGRAL_PIXEL_TYPES int, unsigned int, short, unsigned short, char, unsigned char
17
#define MITK_ACCESSBYITK_FLOATING_PIXEL_TYPES double, float
18
#define MITK_ACCESSBYITK_COMPOSITE_PIXEL_TYPES itk::RGBPixel<unsigned char>, itk::RGBAPixel<unsigned char>
19
#define MITK_ACCESSBYITK_VECTOR_PIXEL_TYPES itk::VariableLengthVector<int>,itk::VariableLengthVector< unsigned int>,itk::VariableLengthVector< short>,itk::VariableLengthVector< unsigned short>,itk::VariableLengthVector< char>,itk::VariableLengthVector< unsigned char>,itk::VariableLengthVector<double>,itk::VariableLengthVector< float>
20
#define MITK_ACCESSBYITK_PIXEL_TYPES int, unsigned int, short, unsigned short, char, unsigned char,double, float
21
22
#define MITK_ACCESSBYITK_INTEGRAL_PIXEL_TYPES_SEQ (int)( unsigned int)( short)( unsigned short)( char)( unsigned char)
23
#define MITK_ACCESSBYITK_FLOATING_PIXEL_TYPES_SEQ (double)( float)
24
#define MITK_ACCESSBYITK_COMPOSITE_PIXEL_TYPES_SEQ (itk::RGBPixel<unsigned char>)( itk::RGBAPixel<unsigned char>)
25
#define MITK_ACCESSBYITK_VECTOR_PIXEL_TYPES_SEQ (itk::VariableLengthVector<int>)(itk::VariableLengthVector< unsigned int>)(itk::VariableLengthVector< short>)(itk::VariableLengthVector< unsigned short>)(itk::VariableLengthVector< char>)(itk::VariableLengthVector< unsigned char>)(itk::VariableLengthVector<double>)(itk::VariableLengthVector< float>)
26
#define MITK_ACCESSBYITK_PIXEL_TYPES_SEQ (int)( unsigned int)( short)( unsigned short)( char)( unsigned char)(double)( float)
27
28
#define MITK_ACCESSBYITK_DIMENSIONS 2,3
29
#define MITK_ACCESSBYITK_DIMENSIONS_SEQ (2)(3)
30
31
#define MITK_ACCESSBYITK_INTEGRAL_TYPES_DIMN_SEQ(dim) ((int,dim))(( unsigned int,dim))(( short,dim))(( unsigned short,dim))(( char,dim))(( unsigned char,dim))
32
#define MITK_ACCESSBYITK_FLOATING_TYPES_DIMN_SEQ(dim) ((double,dim))(( float,dim))
33
#define MITK_ACCESSBYITK_COMPOSITE_TYPES_DIMN_SEQ(dim) ((itk::RGBPixel<unsigned char>,dim))(( itk::RGBAPixel<unsigned char>,dim))
34
#define MITK_ACCESSBYITK_VECTOR_TYPES_DIMN_SEQ(dim) ((itk::VariableLengthVector<int>,dim))((itk::VariableLengthVector< unsigned int>,dim))((itk::VariableLengthVector< short>,dim))((itk::VariableLengthVector< unsigned short>,dim))((itk::VariableLengthVector< char>,dim))((itk::VariableLengthVector< unsigned char>,dim))((itk::VariableLengthVector<double>,dim))((itk::VariableLengthVector< float>,dim))
35
#define MITK_ACCESSBYITK_TYPES_DIMN_SEQ(dim) ((int,dim))(( unsigned int,dim))(( short,dim))(( unsigned short,dim))(( char,dim))(( unsigned char,dim))((double,dim))(( float,dim))
36
37
#define MITK_CHILI_PLUGIN_SDK_IPPIC_H ""
38
#define MITK_CHILI_PLUGIN_SDK_IPTYPES_H ""
39
#define MITK_DOXYGEN_OUTPUT_DIR "/home/ubuntu/jenkins-agent/MITK/Release/build/MITK-build/Documentation/Doxygen"
40
#define MITK_HELPPAGES_OUTPUT_DIR ""
41
42
#endif // MITKCONFIG_H
mitkConfig.h
Generated on Thu Nov 30 2023 15:58:50 for Medical Imaging Interaction Toolkit by
1.8.17