MCPcopy Create free account
hub / github.com/MITK/MITK / GenerateMetaDictKey

Method GenerateMetaDictKey

Modules/Core/test/mitkIOUtilTest.cpp:238–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236 }
237
238 std::string GenerateMetaDictKey(const mitk::PropertyKeyPath& propKey)
239 {
240 auto result = mitk::PropertyKeyPathToPropertyName(propKey);
241 std::replace(result.begin(), result.end(), '.', '_');
242 return result;
243 }
244
245 std::string GetValueFromMetaDict(const itk::MetaDataDictionary& dict, const mitk::PropertyKeyPath& propKey)
246 {

Callers

nothing calls this directly

Calls 3

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected