Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
Home
Manual
API Reference
Download
Bugzilla
Groups
Namespace List
Class List
File List
Examples
File List
File Members
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,
6
Division of Medical and Biological Informatics.
7
All rights reserved.
8
9
This software is distributed WITHOUT ANY WARRANTY; without
10
even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
A PARTICULAR PURPOSE.
12
13
See LICENSE.txt or http://www.mitk.org for details.
14
15
===================================================================*/
16
17
#ifndef MITKPROPERTIES_H_HEADER_INCLUDED
18
#define MITKPROPERTIES_H_HEADER_INCLUDED
19
20
#include "
mitkGenericProperty.h
"
21
#include "
mitkLookupTables.h
"
22
#include "
mitkNumericTypes.h
"
23
24
namespace
mitk
25
{
26
mitkDeclareGenericProperty
(
BoolProperty
,
bool
,
MITKCORE_EXPORT
);
27
28
mitkDeclareGenericProperty
(
IntProperty
,
int
,
MITKCORE_EXPORT
);
29
30
mitkDeclareGenericProperty
(
UIntProperty
,
unsigned
int
,
MITKCORE_EXPORT
);
31
32
mitkDeclareGenericProperty
(
UShortProperty
,
unsigned
short
,
MITKCORE_EXPORT
);
33
34
mitkDeclareGenericProperty
(
FloatProperty
,
float
,
MITKCORE_EXPORT
);
35
36
mitkDeclareGenericProperty
(
DoubleProperty
,
double
,
MITKCORE_EXPORT
);
37
38
mitkDeclareGenericProperty
(
Vector3DProperty
,
Vector3D
,
MITKCORE_EXPORT
);
39
40
mitkDeclareGenericProperty
(
Point2dProperty
,
Point2D
,
MITKCORE_EXPORT
);
41
42
mitkDeclareGenericProperty
(
Point3dProperty
,
Point3D
,
MITKCORE_EXPORT
);
43
44
mitkDeclareGenericProperty
(
Point4dProperty
,
Point4D
,
MITKCORE_EXPORT
);
45
46
mitkDeclareGenericProperty
(
Point3iProperty
,
Point3I
,
MITKCORE_EXPORT
);
47
48
mitkDeclareGenericProperty
(
FloatLookupTableProperty
,
FloatLookupTable
,
MITKCORE_EXPORT
);
49
mitkDeclareGenericProperty
(
BoolLookupTableProperty
,
BoolLookupTable
,
MITKCORE_EXPORT
);
50
mitkDeclareGenericProperty
(
IntLookupTableProperty
,
IntLookupTable
,
MITKCORE_EXPORT
);
51
mitkDeclareGenericProperty
(
StringLookupTableProperty
,
StringLookupTable
,
MITKCORE_EXPORT
);
56
}
// namespace mitk
57
#endif
/* MITKPROPERTIES_H_HEADER_INCLUDED */
mitkDeclareGenericProperty
#define mitkDeclareGenericProperty(PropertyName, Type, Export)
Definition:
mitkGenericProperty.h:113
mitk::IntLookupTable
Definition:
mitkLookupTables.h:35
mitk::DoubleProperty
Definition:
mitkProperties.h:36
mitk::Vector< ScalarType, 3 >
MITKCORE_EXPORT
#define MITKCORE_EXPORT
Definition:
MitkCoreExports.h:15
mitk::Point< ScalarType, 2 >
mitk::FloatLookupTable
Definition:
mitkLookupTables.h:34
mitk::FloatProperty
Definition:
mitkProperties.h:34
mitk
DataCollection - Class to facilitate loading/accessing structured data.
Definition:
GeometryOverview.dox:1
mitk::BoolProperty
Definition:
mitkProperties.h:26
mitk::IntProperty
Definition:
mitkProperties.h:28
mitk::StringLookupTableProperty
Definition:
mitkProperties.h:51
mitkLookupTables.h
mitk::UIntProperty
Definition:
mitkProperties.h:30
mitk::StringLookupTable
Definition:
mitkLookupTables.h:36
mitk::IntLookupTableProperty
Definition:
mitkProperties.h:50
mitk::BoolLookupTableProperty
Definition:
mitkProperties.h:49
mitk::Point4dProperty
Definition:
mitkProperties.h:44
mitk::FloatLookupTableProperty
Definition:
mitkProperties.h:48
mitk::Point3dProperty
Definition:
mitkProperties.h:42
mitk::Point3iProperty
Definition:
mitkProperties.h:46
mitk::Point2dProperty
Definition:
mitkProperties.h:40
mitkGenericProperty.h
mitk::UShortProperty
Definition:
mitkProperties.h:32
mitk::BoolLookupTable
specializations of GenericLookupTable
Definition:
mitkLookupTables.h:33
mitkNumericTypes.h
mitk::Vector3DProperty
Definition:
mitkProperties.h:38
git
MITK
Modules
Core
include
mitkProperties.h
Generated on Fri Feb 3 2017 20:52:06 for Medical Imaging Interaction Toolkit by
1.8.9.1