|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
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 106 of file mitkEventRecorder.cpp.
References WriteEventXMLEventsClose(), and WriteEventXMLInteractionsClose().
Referenced by mitk::EventRecorder::StopRecording().
|
static |
Definition at line 27 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 91 of file mitkEventRecorder.cpp.
References mitk::InteractionEventConst::xmlTagEvents().
Referenced by WriteEventXMLClose().
|
static |
Definition at line 86 of file mitkEventRecorder.cpp.
References mitk::InteractionEventConst::xmlTagEvents().
Referenced by mitk::EventRecorder::StartRecording().
|
static |
Definition at line 22 of file mitkEventRecorder.cpp.
References mitk::InteractionEventConst::xmlHead().
Referenced by mitk::EventRecorder::StartRecording().
|
static |
Definition at line 101 of file mitkEventRecorder.cpp.
References mitk::InteractionEventConst::xmlTagInteractions().
Referenced by WriteEventXMLClose().
|
static |
Definition at line 96 of file mitkEventRecorder.cpp.
References mitk::InteractionEventConst::xmlTagInteractions().
Referenced by mitk::EventRecorder::StartRecording().