Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ SetUID
Method
SetUID
Modules/Core/src/DataManagement/mitkIdentifiable.cpp:70–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
void mitk::Identifiable::SetUID(const UIDType &uid)
71
{
72
m_Impl->uid = uid;
73
}
74
75
mitk::Identifiable::UIDType mitk::Identifiable::GetRuntimeUID() const noexcept
76
{
Callers
3
DoRead
Method · 0.45
LoadScene
Method · 0.45
LoadBaseDataFromDataTag
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected