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

Method StopRecording

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

Source from the content-addressed store, hash-verified

172}
173
174void mitk::EventRecorder::StopRecording()
175{
176 if (m_FileStream.is_open())
177 {
178 // write end tag
179 // </events>
180 // </interactions>
181 WriteEventXMLClose(m_FileStream);
182
183 m_FileStream.flush();
184 m_FileStream.close();
185
186 m_Active = false;
187 }
188}

Callers

nothing calls this directly

Calls 3

WriteEventXMLCloseFunction · 0.85
flushMethod · 0.80
closeMethod · 0.80

Tested by

no test coverage detected