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

Function WriteEventXMLEventsOpen

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

Source from the content-addressed store, hash-verified

84}
85
86static void WriteEventXMLEventsOpen(std::ofstream &stream)
87{
88 stream << " <" << mitk::InteractionEventConst::xmlTagEvents() << ">\n";
89}
90
91static void WriteEventXMLEventsClose(std::ofstream &stream)
92{

Callers 1

StartRecordingMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected