Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkEventRecorder.cpp File Reference
#include "mitkEventRecorder.h"
#include "mitkEventFactory.h"
#include "mitkInteractionEvent.h"
#include "mitkInteractionEventConst.h"
#include "vtkCamera.h"
#include "mitkBaseRenderer.h"

Go to the source code of this file.

Functions

static void WriteEventXMLHeader (std::ofstream &stream)
 
static void WriteEventXMLConfig (std::ofstream &stream)
 
static void WriteEventXMLEventsOpen (std::ofstream &stream)
 
static void WriteEventXMLEventsClose (std::ofstream &stream)
 
static void WriteEventXMLInteractionsOpen (std::ofstream &stream)
 
static void WriteEventXMLInteractionsClose (std::ofstream &stream)
 
static void WriteEventXMLClose (std::ofstream &stream)
 

Function Documentation

static void WriteEventXMLClose ( std::ofstream &  stream)
static
static void WriteEventXMLEventsClose ( std::ofstream &  stream)
static

Definition at line 95 of file mitkEventRecorder.cpp.

References mitk::InteractionEventConst::xmlTagEvents().

Referenced by WriteEventXMLClose().

static void WriteEventXMLEventsOpen ( std::ofstream &  stream)
static
static void WriteEventXMLHeader ( std::ofstream &  stream)
static
static void WriteEventXMLInteractionsClose ( std::ofstream &  stream)
static
static void WriteEventXMLInteractionsOpen ( std::ofstream &  stream)
static