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

Function WriteEventXMLEventsClose

Modules/Core/src/Interactions/mitkEventRecorder.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91static void WriteEventXMLEventsClose(std::ofstream &stream)
92{
93 stream << " </" << mitk::InteractionEventConst::xmlTagEvents() << ">\n";
94}
95
96static void WriteEventXMLInteractionsOpen(std::ofstream &stream)
97{

Callers 1

WriteEventXMLCloseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected