Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
Generated unique IDs. More...
#include <mitkUIDGenerator.h>
Public Member Functions | |
UIDGenerator (const char *prefix="") | |
std::string | GetUID () |
Generated unique IDs.
Creates unique IDs.
The current implementation uses the UUID specification (https://www.ietf.org/rfc/rfc4122.txt) and random generator. One may define a prefix for the UID string. But it is not needed to guarantee uniqueness. It is just a human readable addition, e.g. to see for which purpose the UID was generated.
Definition at line 31 of file mitkUIDGenerator.h.
|
explicit |
std::string mitk::UIDGenerator::GetUID | ( | ) |