MCPcopy 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
70void mitk::Identifiable::SetUID(const UIDType &uid)
71{
72 m_Impl->uid = uid;
73}
74
75mitk::Identifiable::UIDType mitk::Identifiable::GetRuntimeUID() const noexcept
76{

Callers 3

DoReadMethod · 0.45
LoadSceneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected