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

Function WriteEventXMLHeader

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

Source from the content-addressed store, hash-verified

20#include <mitkBaseRenderer.h>
21
22static void WriteEventXMLHeader(std::ofstream &stream)
23{
24 stream << mitk::InteractionEventConst::xmlHead() << "\n";
25}
26
27static void WriteEventXMLConfig(std::ofstream &stream)
28{

Callers 1

StartRecordingMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected