Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
mitk::DataNode *mitk::DataInteractor::GetDataNode() const
48
{
49
return m_DataNode.Lock();
50
}
51
52
void mitk::DataInteractor::SetDataNode(DataNode *dataNode)
53
{
Callers
8
NotifyStart
Method · 0.95
NotifyResultReady
Method · 0.95
RemoveDataInteractor
Method · 0.45
ProcessEvent
Method · 0.45
RemoveOrphanedInteractors
Method · 0.45
HandleInternalEvent
Method · 0.45
UpdatePointSet
Method · 0.45
SelectPoint
Method · 0.45
Calls
1
Lock
Method · 0.45
Tested by
no test coverage detected