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

Method GetDataNode

Modules/Core/src/Interactions/mitkDataInteractor.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47mitk::DataNode *mitk::DataInteractor::GetDataNode() const
48{
49 return m_DataNode.Lock();
50}
51
52void mitk::DataInteractor::SetDataNode(DataNode *dataNode)
53{

Callers 8

NotifyStartMethod · 0.95
NotifyResultReadyMethod · 0.95
RemoveDataInteractorMethod · 0.45
ProcessEventMethod · 0.45
HandleInternalEventMethod · 0.45
UpdatePointSetMethod · 0.45
SelectPointMethod · 0.45

Calls 1

LockMethod · 0.45

Tested by

no test coverage detected