Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
86
static void WriteEventXMLEventsOpen(std::ofstream &stream)
87
{
88
stream <<
" <"
<< mitk::InteractionEventConst::xmlTagEvents() <<
">\n"
;
89
}
90
91
static void WriteEventXMLEventsClose(std::ofstream &stream)
92
{
Callers
1
StartRecording
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected