Public Member Functions

mitk::DataNodeObject Class Reference

#include <mitkDataNodeObject.h>

Inheritance diagram for mitk::DataNodeObject:
Inheritance graph
[legend]
Collaboration diagram for mitk::DataNodeObject:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 berryObjectMacro (mitk::DataNodeObject) DataNodeObject()
 DataNodeObject (DataNode::Pointer node)
DataNode::Pointer GetDataNode () const
bool operator== (const berry::Object *obj) const

Detailed Description

Definition at line 32 of file mitkDataNodeObject.h.


Constructor & Destructor Documentation

mitk::DataNodeObject::DataNodeObject ( DataNode::Pointer  node )

Definition at line 27 of file mitkDataNodeObject.cpp.

                                                   :
  m_Node(node)
{

Member Function Documentation

mitk::DataNodeObject::berryObjectMacro ( mitk::DataNodeObject   )
DataNode::Pointer mitk::DataNodeObject::GetDataNode (  ) const
bool mitk::DataNodeObject::operator== ( const berry::Object obj ) const [virtual]

Reimplemented from berry::Object.

Definition at line 38 of file mitkDataNodeObject.cpp.

{
  if (const DataNodeObject* other = dynamic_cast<const DataNodeObject*>(obj))
  {
    return m_Node == other->m_Node;
  }


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines