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
mitkConnectomicsRenderingNodeThresholdParameterProperty.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_THRESHOLD_PARAMETER_PROPERTY__H_
18
#define _MITK_CONNECTOMICS_RENDERING_NODE_THRESHOLD_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
ConnectomicsRenderingNodeThresholdParameterProperty
:
public
EnumerationProperty
35
{
36
public
:
37
38
mitkClassMacro
(
ConnectomicsRenderingNodeThresholdParameterProperty
,
EnumerationProperty
);
39
40
itkFactorylessNewMacro(
Self
)
41
itkCloneMacro(
Self
)
42
43
mitkNewMacro1Param
(
ConnectomicsRenderingNodeThresholdParameterProperty
,
const
IdType
&);
44
45
mitkNewMacro1Param
(
ConnectomicsRenderingNodeThresholdParameterProperty
,
const
std::string&);
46
47
using
BaseProperty::operator=;
48
49
protected
:
50
54
ConnectomicsRenderingNodeThresholdParameterProperty
( );
55
61
ConnectomicsRenderingNodeThresholdParameterProperty
(
const
IdType
& value );
62
68
ConnectomicsRenderingNodeThresholdParameterProperty
(
const
std::string& value );
69
74
virtual
bool
AddEnum(
const
std::string& name,
const
IdType
&
id
)
override
;
75
80
virtual
void
AddRenderingNodeThresholdParameters();
81
82
private
:
83
84
// purposely not implemented
85
ConnectomicsRenderingNodeThresholdParameterProperty
(
const
ConnectomicsRenderingNodeThresholdParameterProperty
&);
86
ConnectomicsRenderingNodeThresholdParameterProperty
& operator=(
const
ConnectomicsRenderingNodeThresholdParameterProperty
&);
87
};
88
89
#ifdef _MSC_VER
90
# pragma warning(pop)
91
#endif
92
93
}
// end of namespace mitk
94
95
#endif
mitk::ConnectomicsRenderingNodeThresholdParameterProperty
Definition:
mitkConnectomicsRenderingNodeThresholdParameterProperty.h:34
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::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
mitkConnectomicsRenderingNodeThresholdParameterProperty.h
Generated on Fri Feb 3 2017 20:51:55 for Medical Imaging Interaction Toolkit by
1.8.9.1