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
Medical Imaging Interaction Toolkit
An Overview
User Manual
Developer Manual
Deprecated List
API Reference
Groups
Namespace List
Class List
File List
File List
File Members
Examples
Download
Bugzilla
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
mitkConnectomicsRenderingNodeColorParameterProperty.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 _MITK_CONNECTOMICS_RENDERING_NODE_COLOR_PARAMETER_PROPERTY__H_
18
#define _MITK_CONNECTOMICS_RENDERING_NODE_COLOR_PARAMETER_PROPERTY__H_
19
20
#include "
mitkEnumerationProperty.h
"
21
#include <MitkConnectomicsExports.h>
22
23
namespace
mitk
24
{
25
26
#ifdef _MSC_VER
27
# pragma warning(push)
28
# pragma warning(disable: 4522)
29
#endif
30
34
class
MITKCONNECTOMICS_EXPORT
ConnectomicsRenderingNodeColorParameterProperty
:
public
EnumerationProperty
35
{
36
public
:
37
38
mitkClassMacro
(
ConnectomicsRenderingNodeColorParameterProperty
,
EnumerationProperty
);
39
40
itkFactorylessNewMacro(
Self
)
41
itkCloneMacro(
Self
)
42
43
mitkNewMacro1Param
(
ConnectomicsRenderingNodeColorParameterProperty
,
const
IdType
&);
44
45
mitkNewMacro1Param
(
ConnectomicsRenderingNodeColorParameterProperty
,
const
std::string&);
46
47
using
BaseProperty::operator=;
48
49
protected
:
50
54
ConnectomicsRenderingNodeColorParameterProperty
( );
55
61
ConnectomicsRenderingNodeColorParameterProperty
(
const
IdType
& value );
62
68
ConnectomicsRenderingNodeColorParameterProperty
(
const
std::string& value );
69
74
virtual
bool
AddEnum(
const
std::string& name,
const
IdType
&
id
)
override
;
75
80
virtual
void
AddRenderingNodeColorParameters();
81
82
private
:
83
84
// purposely not implemented
85
ConnectomicsRenderingNodeColorParameterProperty
(
const
ConnectomicsRenderingNodeColorParameterProperty
&);
86
ConnectomicsRenderingNodeColorParameterProperty
& operator=(
const
ConnectomicsRenderingNodeColorParameterProperty
&);
87
};
88
89
#ifdef _MSC_VER
90
# pragma warning(pop)
91
#endif
92
93
}
// end of namespace mitk
94
95
#endif
mitkNewMacro1Param
#define mitkNewMacro1Param(classname, type)
Definition:
mitkCommon.h:76
mitk::EnumerationProperty::IdType
unsigned int IdType
Definition:
mitkEnumerationProperty.h:62
mitk
DataCollection - Class to facilitate loading/accessing structured data.
Definition:
GeometryOverview.dox:1
mitk::ConnectomicsRenderingNodeColorParameterProperty
Definition:
mitkConnectomicsRenderingNodeColorParameterProperty.h:34
mitk::BaseProperty
Abstract base class for properties.
Definition:
mitkBaseProperty.h:39
mitkClassMacro
#define mitkClassMacro(className, SuperClassName)
Definition:
mitkCommon.h:44
mitk::EnumerationProperty
Definition:
mitkEnumerationProperty.h:52
mitkEnumerationProperty.h
git
MITK
Modules
DiffusionImaging
Connectomics
Rendering
mitkConnectomicsRenderingNodeColorParameterProperty.h
Generated on Fri Feb 3 2017 20:51:55 for Medical Imaging Interaction Toolkit by
1.8.9.1