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

Function WriteEventXMLClose

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

Source from the content-addressed store, hash-verified

104}
105
106static void WriteEventXMLClose(std::ofstream &stream)
107{
108 WriteEventXMLEventsClose(stream);
109 WriteEventXMLInteractionsClose(stream);
110}
111
112mitk::EventRecorder::EventRecorder() : m_Active(false)
113{

Callers 1

StopRecordingMethod · 0.85

Calls 2

WriteEventXMLEventsCloseFunction · 0.85

Tested by

no test coverage detected