Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#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) |
|
static |
Definition at line 110 of file mitkEventRecorder.cpp.
References WriteEventXMLEventsClose(), and WriteEventXMLInteractionsClose().
Referenced by mitk::EventRecorder::StopRecording().
|
static |
Definition at line 31 of file mitkEventRecorder.cpp.
References mitk::BaseRenderer::baseRendererMap, mitk::BaseRenderer::Standard3D, mitk::InteractionEventConst::xmlCameraFocalPointX(), mitk::InteractionEventConst::xmlCameraFocalPointY(), mitk::InteractionEventConst::xmlCameraFocalPointZ(), mitk::InteractionEventConst::xmlCameraPositionX(), mitk::InteractionEventConst::xmlCameraPositionY(), mitk::InteractionEventConst::xmlCameraPositionZ(), mitk::InteractionEventConst::xmlEventPropertyMapperID(), mitk::InteractionEventConst::xmlEventPropertyRendererName(), mitk::InteractionEventConst::xmlEventPropertyViewDirection(), mitk::InteractionEventConst::xmlRenderSizeX(), mitk::InteractionEventConst::xmlRenderSizeY(), mitk::InteractionEventConst::xmlRenderSizeZ(), mitk::InteractionEventConst::xmlTagConfigRoot(), mitk::InteractionEventConst::xmlTagRenderer(), mitk::InteractionEventConst::xmlViewUpX(), mitk::InteractionEventConst::xmlViewUpY(), and mitk::InteractionEventConst::xmlViewUpZ().
Referenced by mitk::EventRecorder::StartRecording().
|
static |
Definition at line 95 of file mitkEventRecorder.cpp.
References mitk::InteractionEventConst::xmlTagEvents().
Referenced by WriteEventXMLClose().
|
static |
Definition at line 90 of file mitkEventRecorder.cpp.
References mitk::InteractionEventConst::xmlTagEvents().
Referenced by mitk::EventRecorder::StartRecording().
|
static |
Definition at line 26 of file mitkEventRecorder.cpp.
References mitk::InteractionEventConst::xmlHead().
Referenced by mitk::EventRecorder::StartRecording().
|
static |
Definition at line 105 of file mitkEventRecorder.cpp.
References mitk::InteractionEventConst::xmlTagInteractions().
Referenced by WriteEventXMLClose().
|
static |
Definition at line 100 of file mitkEventRecorder.cpp.
References mitk::InteractionEventConst::xmlTagInteractions().
Referenced by mitk::EventRecorder::StartRecording().