MCPcopy Create free account
hub / github.com/MITK/MITK / GetDataNode

Method GetDataNode

Plugins/org.mitk.gui.common/src/mitkDataNodeObject.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30DataNode::Pointer DataNodeObject::GetDataNode() const
31{
32 return m_Node.Lock();
33}
34
35bool DataNodeObject::operator==(const berry::Object* obj) const
36{

Callers 1

GetSelectedDataNodesMethod · 0.45

Calls 1

LockMethod · 0.45

Tested by

no test coverage detected