#include <sstream>
#include <cstdlib>
#include <string>
#include "mitkBaseProperty.h"
#include "mitkNumericTypes.h"
#include <MitkCoreExports.h>
Go to the source code of this file.
|
| | mitk |
| | Find image slices visible on a given plane.
|
| |
◆ mitkDeclareGenericProperty
| #define mitkDeclareGenericProperty |
( |
|
PropertyName, |
|
|
|
Type, |
|
|
|
Export |
|
) |
| |
Generates a specialized subclass of mitk::GenericProperty. This way, GetNameOfClass() returns the value provided by PropertyName. Please see mitkProperties.h for examples.
- Parameters
-
| PropertyName | the name of the subclass of GenericProperty |
| Type | the value type of the GenericProperty |
| Export | the export macro for DLL usage |
Definition at line 120 of file mitkGenericProperty.h.
◆ mitkDefineGenericProperty
| #define mitkDefineGenericProperty |
( |
|
PropertyName, |
|
|
|
Type, |
|
|
|
DefaultValue |
|
) |
| |