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

Function AddFilePath

Modules/Classification/CLUtilities/src/mitkCLResultXMLWriter.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void AddFilePath(const mitk::Image* image, tinyxml2::XMLElement* xmlNode)
63{
64 AddPropertyAsNode(image, mitk::PropertyKeyPathToPropertyName(mitk::IOMetaInformationPropertyConstants::READER_INPUTLOCATION()), "mp:filePath", xmlNode);
65}
66
67void AddSOPInstanceUIDs(const mitk::Image* image, tinyxml2::XMLElement* xmlNode)
68{

Callers 1

WriteDocumentFunction · 0.85

Calls 2

AddPropertyAsNodeFunction · 0.85

Tested by

no test coverage detected