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

Method GetDataStorage

Modules/Segmentation/src/Controllers/mitkToolManager.cpp:511–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

509}
510
511mitk::DataStorage::Pointer mitk::ToolManager::GetDataStorage() const
512{
513 return m_DataStorage.Lock();
514}
515
516void mitk::ToolManager::SetDataStorage(DataStorage &storage)
517{

Callers 2

~ToolManagerMethod · 0.95
ActivateToolMethod · 0.95

Calls 1

LockMethod · 0.45

Tested by

no test coverage detected