Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
mitkDataNodeObject.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
14
#ifndef mitkDataNodeObject_h
15
#define mitkDataNodeObject_h
16
17
#include <
berryObject.h
>
18
#include <
berryMacros.h
>
19
20
#include <
org_mitk_gui_common_Export.h
>
21
22
#include <
mitkDataNode.h
>
23
24
namespace
mitk
25
{
26
30
class
MITK_GUI_COMMON_PLUGIN
DataNodeObject
:
public
berry::Object
31
{
32
33
public
:
34
35
berryObjectMacro
(
mitk::DataNodeObject
);
36
37
DataNodeObject
();
38
DataNodeObject
(
DataNode::Pointer
node);
39
40
DataNode::Pointer
GetDataNode()
const
;
41
42
bool
operator==
(
const
berry::Object
* obj)
const override
;
43
44
private
:
45
46
DataNode::Pointer
m_Node;
47
48
49
};
50
51
}
52
53
#endif
berryMacros.h
itk::SmartPointer< Self >
org_mitk_gui_common_Export.h
berry::Object
Light weight base class for most BlueBerry classes.
Definition:
berryObject.h:72
mitk
Find image slices visible on a given plane.
Definition:
RenderingTests.dox:1
mitk::operator==
MITKCORE_EXPORT bool operator==(const InteractionEvent &a, const InteractionEvent &b)
MITK_GUI_COMMON_PLUGIN
#define MITK_GUI_COMMON_PLUGIN
Definition:
org_mitk_gui_common_Export.h:26
mitk::DataNodeObject
Definition:
mitkDataNodeObject.h:30
mitkDataNode.h
berryObjectMacro
#define berryObjectMacro(...)
Definition:
berryMacros.h:31
berryObject.h
src
MITK
Plugins
org.mitk.gui.common
src
mitkDataNodeObject.h
Generated on Mon Jun 17 2024 12:43:24 for Medical Imaging Interaction Toolkit by
1.8.17