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

Method GetDataStorage

Modules/PythonSegmentation/src/mitknnInteractiveInteractor.cpp:209–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209mitk::DataStorage* mitk::nnInteractive::Interactor::GetDataStorage() const
210{
211 const auto* toolManager = m_Impl->GetToolManager();
212
213 if (toolManager == nullptr)
214 return nullptr;
215
216 return toolManager->GetDataStorage();
217}
218
219mitk::nnInteractive::PromptType mitk::nnInteractive::Interactor::GetCurrentPromptType() const
220{

Callers 15

RunTestMethod · 0.45
DeleteFigureMethod · 0.45
RemoveLastStrokeMethod · 0.45
DestroyStrokeNodesMethod · 0.45
OnScribbleStrokeEventMethod · 0.45
CreateStrokeNodeNameMethod · 0.45
OnEnableMethod · 0.45
RemoveLastLassoMethod · 0.45
DestroyLassoNodesMethod · 0.45
OnLassoContourEventMethod · 0.45
CreateLassoNodeNameMethod · 0.45

Calls 1

GetToolManagerMethod · 0.45

Tested by 2

RunTestMethod · 0.36