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

Method GetDataStorage

Modules/Segmentation/src/Interactions/mitkTool.cpp:125–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125mitk::DataStorage* mitk::Tool::GetDataStorage() const
126{
127 if (nullptr != m_ToolManager)
128 {
129 return m_ToolManager->GetDataStorage();
130 }
131 return nullptr;
132}
133
134void mitk::Tool::Activated()
135{

Callers 14

DeactivatedMethod · 0.45
ResetPreviewNodeMethod · 0.45
DeactivatedMethod · 0.45
AddContourmarkerMethod · 0.45
ActivatedMethod · 0.45
ActivatedMethod · 0.45
DeactivatedMethod · 0.45
ActivatedMethod · 0.45
DeactivatedMethod · 0.45
OnInitContourMethod · 0.45

Calls

no outgoing calls

Tested by 1

RunTestWithParametersMethod · 0.36