Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkConnectomicsRenderingEdgeRadiusParameterProperty.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_EDGE_RADIUS_PARAMETER_PROPERTY__H_
18 #define _MITK_CONNECTOMICS_RENDERING_EDGE_RADIUS_PARAMETER_PROPERTY__H_
19 
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 
35 {
36 public:
37 
39 
40  itkFactorylessNewMacro(Self)
41  itkCloneMacro(Self)
42 
44 
46 
47  using BaseProperty::operator=;
48 
49 protected:
50 
55 
62 
68  ConnectomicsRenderingEdgeRadiusParameterProperty( const std::string& value );
69 
74  virtual bool AddEnum( const std::string& name, const IdType& id ) override;
75 
80  virtual void AddRenderingEdgeRadiusParameters();
81 
82 private:
83 
84  // purposely not implemented
87 };
88 
89 #ifdef _MSC_VER
90 # pragma warning(pop)
91 #endif
92 
93 } // end of namespace mitk
94 
95 #endif
#define mitkNewMacro1Param(classname, type)
Definition: mitkCommon.h:76
DataCollection - Class to facilitate loading/accessing structured data.
Abstract base class for properties.
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:44