MCPcopy 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
65mitk::Identifiable::UIDType mitk::Identifiable::GetUID() const
66{
67 return m_Impl->uid;
68}
69
70void mitk::Identifiable::SetUID(const UIDType &uid)
71{

Callers 7

CheckNodeMethod · 0.45
GetInstanceID_IDLayerMethod · 0.45
ConnectMethod · 0.45
CreateRelationUIDMethod · 0.45
SetSmartPointerMethod · 0.45
IdentifiableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected