Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ GetUID
Method
GetUID
Modules/Core/src/DataManagement/mitkIdentifiable.cpp:65–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
mitk::Identifiable::UIDType mitk::Identifiable::GetUID() const
66
{
67
return m_Impl->uid;
68
}
69
70
void mitk::Identifiable::SetUID(const UIDType &uid)
71
{
Callers
7
CheckNode
Method · 0.45
GetInstanceID_IDLayer
Method · 0.45
Connect
Method · 0.45
CreateRelationUID
Method · 0.45
SetSmartPointer
Method · 0.45
GetReferenceSequenceIndices
Method · 0.45
Identifiable
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected