Medical Imaging Interaction Toolkit  2023.12.00
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
mitkResliceMethodProperty.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 (DKFZ)
6 All rights reserved.
7 
8 Use of this source code is governed by a 3-clause BSD license that can be
9 found in the LICENSE file.
10 
11 ============================================================================*/
12 
13 #ifndef mitkResliceMethodProperty_h
14 #define mitkResliceMethodProperty_h
15 
17 
18 namespace mitk
19 {
20 #ifdef _MSC_VER
21 #pragma warning(push)
22 #pragma warning(disable : 4522)
23 #endif
24 
29  {
30  public:
32  itkFactorylessNewMacro(Self);
33  itkCloneMacro(Self);
36 
37  using BaseProperty::operator=;
38 
39  protected:
41  ResliceMethodProperty(const IdType &value);
42  ResliceMethodProperty(const std::string &value);
43 
44  void AddThickSlicesTypes();
45 
46  private:
47  // purposely not implemented
48  ResliceMethodProperty &operator=(const ResliceMethodProperty &);
49 
50  itk::LightObject::Pointer InternalClone() const override;
51  };
52 
53 #ifdef _MSC_VER
54 #pragma warning(pop)
55 #endif
56 
57 } // end of namespace mitk
58 
59 #endif
mitk::ResliceMethodProperty
Definition: mitkResliceMethodProperty.h:28
mitk::BaseProperty
Abstract base class for properties.
Definition: mitkBaseProperty.h:36
mitk::EnumerationProperty
Definition: mitkEnumerationProperty.h:43
mitkNewMacro1Param
#define mitkNewMacro1Param(classname, type)
Definition: mitkCommon.h:68
mitk
Find image slices visible on a given plane.
Definition: RenderingTests.dox:1
mitk::EnumerationProperty::IdType
unsigned int IdType
Definition: mitkEnumerationProperty.h:48
mitkEnumerationProperty.h
mitkClassMacro
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:36
MITKCORE_EXPORT
#define MITKCORE_EXPORT
Definition: MitkCoreExports.h:15