Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
mitkGroupTagProperty.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 GROUPTAGPROPERTY_H_HEADER_INCLUDED_C1F4DF54
18 #define GROUPTAGPROPERTY_H_HEADER_INCLUDED_C1F4DF54
19 
20 #include <mitkBaseProperty.h>
21 
22 namespace mitk
23 {
24 #ifdef _MSC_VER
25 #pragma warning(push)
26 #pragma warning(disable : 4522)
27 #endif
28 
38  {
39  public:
41  itkFactorylessNewMacro(Self) itkCloneMacro(Self)
42 
43  using BaseProperty::operator=;
44 
45  protected:
47  GroupTagProperty(const GroupTagProperty &);
48 
49  private:
50  // purposely not implemented
51  GroupTagProperty &operator=(const GroupTagProperty &);
52 
53  itk::LightObject::Pointer InternalClone() const override;
54 
55  virtual bool IsEqual(const BaseProperty &property) const override;
56  virtual bool Assign(const BaseProperty &property) override;
57  };
58 
59 #ifdef _MSC_VER
60 #pragma warning(pop)
61 #endif
62 
63 } // namespace mitk
64 
65 #endif /* GROUPTAGPROPERTY_H_HEADER_INCLUDED_C1F4DF54 */
#define MITKCORE_EXPORT
Property class that has no value.
DataCollection - Class to facilitate loading/accessing structured data.
Abstract base class for properties.
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:44