Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
static void WriteEventXMLHeader(std::ofstream &stream)
23
{
24
stream << mitk::InteractionEventConst::xmlHead() <<
"\n"
;
25
}
26
27
static void WriteEventXMLConfig(std::ofstream &stream)
28
{
Callers
1
StartRecording
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected