Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
511
mitk::DataStorage::Pointer mitk::ToolManager::GetDataStorage() const
512
{
513
return m_DataStorage.Lock();
514
}
515
516
void mitk::ToolManager::SetDataStorage(DataStorage &storage)
517
{
Callers
2
~ToolManager
Method · 0.95
ActivateTool
Method · 0.95
Calls
1
Lock
Method · 0.45
Tested by
no test coverage detected