Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ GetUID
Method
GetUID
Modules/Core/src/Algorithms/mitkUIDGenerator.cpp:31–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
std::string mitk::UIDGenerator::GetUID()
32
{
33
std::ostringstream s;
34
35
{
36
std::lock_guard<std::mutex> guard(uuidGen_mutex);
37
auto uuid = uuidGen();
38
s << m_Prefix << uuid;
39
}
40
41
return s.str();
42
}
Callers
15
GenerateStatisticsNodeName
Method · 0.45
generateDescriptiveBrixModel_PixelBased
Function · 0.45
generateDescriptiveBrixModel_ROIBased
Function · 0.45
GenerateLinearModelFit_PixelBased
Function · 0.45
GenerateLinearModelFit_ROIBased
Function · 0.45
generateAIFbasedModelFit_PixelBased
Function · 0.45
generateAIFbasedModelFit_ROIBased
Function · 0.45
GetPropertyList
Method · 0.45
setUp
Method · 0.45
Connect
Method · 0.45
Disconnect
Method · 0.45
TestNRRDWriting
Method · 0.45
Calls
no outgoing calls
Tested by
15
setUp
Method · 0.36
Connect
Method · 0.36
Disconnect
Method · 0.36
TestNRRDWriting
Method · 0.36
TestMHDWriting
Method · 0.36
UIDGeneratorInstanceRenewalSucceed
Method · 0.36
UIDGeneratorMultipleInstancesSucceed
Method · 0.36
setUp
Method · 0.36
Connect
Method · 0.36
Initialize
Method · 0.36
GetImageStatisticsProperties
Method · 0.36
GetImageStatisticsUpToDate
Method · 0.36