Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
mitkProperties.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 mitkProperties_h
14
#define mitkProperties_h
15
16
#include "
mitkGenericProperty.h
"
17
#include "
mitkLookupTables.h
"
18
#include "
mitkNumericTypes.h
"
19
20
namespace
mitk
21
{
22
mitkDeclareGenericProperty
(
BoolProperty
,
bool
,
MITKCORE_EXPORT
);
23
24
mitkDeclareGenericProperty
(
IntProperty
,
int
,
MITKCORE_EXPORT
);
25
26
mitkDeclareGenericProperty
(
UIntProperty
,
unsigned
int
,
MITKCORE_EXPORT
);
27
28
mitkDeclareGenericProperty
(
UShortProperty
,
unsigned
short
,
MITKCORE_EXPORT
);
29
30
mitkDeclareGenericProperty
(
FloatProperty
,
float
,
MITKCORE_EXPORT
);
31
32
mitkDeclareGenericProperty
(
DoubleProperty
,
double
,
MITKCORE_EXPORT
);
33
34
mitkDeclareGenericProperty
(
Vector3DProperty
,
Vector3D
,
MITKCORE_EXPORT
);
35
36
mitkDeclareGenericProperty
(
Point2dProperty
,
Point2D
,
MITKCORE_EXPORT
);
37
38
mitkDeclareGenericProperty
(
Point3dProperty
,
Point3D
,
MITKCORE_EXPORT
);
39
40
mitkDeclareGenericProperty
(
Point4dProperty
,
Point4D
,
MITKCORE_EXPORT
);
41
42
mitkDeclareGenericProperty
(
Point3iProperty
,
Point3I
,
MITKCORE_EXPORT
);
43
44
mitkDeclareGenericProperty
(
FloatLookupTableProperty
,
FloatLookupTable
,
MITKCORE_EXPORT
);
45
mitkDeclareGenericProperty
(
BoolLookupTableProperty
,
BoolLookupTable
,
MITKCORE_EXPORT
);
46
mitkDeclareGenericProperty
(
IntLookupTableProperty
,
IntLookupTable
,
MITKCORE_EXPORT
);
47
mitkDeclareGenericProperty
(
StringLookupTableProperty
,
StringLookupTable
,
MITKCORE_EXPORT
);
52
}
// namespace mitk
53
#endif
mitk::mitkDeclareGenericProperty
mitkDeclareGenericProperty(ScalarListLookupTableProperty, ScalarListLookupTable, MITKMODELFIT_EXPORT)
mitk::BoolProperty
Definition:
mitkProperties.h:22
mitk::UShortProperty
Definition:
mitkProperties.h:28
mitk::StringLookupTable
Definition:
mitkLookupTables.h:32
mitk::UIntProperty
Definition:
mitkProperties.h:26
mitk::IntLookupTable
Definition:
mitkLookupTables.h:31
mitkGenericProperty.h
mitk::Vector3DProperty
Definition:
mitkProperties.h:34
mitk::BoolLookupTable
specializations of GenericLookupTable
Definition:
mitkLookupTables.h:29
mitk::FloatLookupTable
Definition:
mitkLookupTables.h:30
mitk
Find image slices visible on a given plane.
Definition:
RenderingTests.dox:1
mitk::FloatLookupTableProperty
Definition:
mitkProperties.h:44
mitk::Vector< ScalarType, 3 >
mitk::Point< ScalarType, 2 >
mitkNumericTypes.h
mitk::IntLookupTableProperty
Definition:
mitkProperties.h:46
mitk::DoubleProperty
Definition:
mitkProperties.h:32
mitk::FloatProperty
Definition:
mitkProperties.h:30
mitk::BoolLookupTableProperty
Definition:
mitkProperties.h:45
mitkLookupTables.h
mitk::IntProperty
Definition:
mitkProperties.h:24
mitk::Point4dProperty
Definition:
mitkProperties.h:40
mitk::Point3dProperty
Definition:
mitkProperties.h:38
mitk::Point3iProperty
Definition:
mitkProperties.h:42
MITKCORE_EXPORT
#define MITKCORE_EXPORT
Definition:
MitkCoreExports.h:15
mitk::Point2dProperty
Definition:
mitkProperties.h:36
mitk::StringLookupTableProperty
Definition:
mitkProperties.h:47
src
MITK
Modules
Core
include
mitkProperties.h
Generated on Thu Nov 30 2023 15:58:55 for Medical Imaging Interaction Toolkit by
1.8.17