#include "mitkWiiMoteVtkCameraController.h"
#include "mitkGlobalInteraction.h"
#include "mitkInteractionConst.h"
#include "mitkStateEvent.h"
#include "mitkBaseRenderer.h"
#include "mitkVtkPropRenderer.h"
#include "vtkRenderer.h"
#include "vtkCamera.h"
Go to the source code of this file.
Variables | |
const double | CALIBRATIONFACTORY = 0.125 |
const double | CALIBRATIONFACTORX = 0.125 |
const double | XMIN = 0 |
const double | XMAX = 1024 |
const double | YMIN = 0 |
const double | YMAX = 768 |
const double CALIBRATIONFACTORX = 0.125 |
Definition at line 16 of file mitkWiiMoteVtkCameraController.cpp.
const double CALIBRATIONFACTORY = 0.125 |
Definition at line 15 of file mitkWiiMoteVtkCameraController.cpp.
const double XMAX = 1024 |
Definition at line 20 of file mitkWiiMoteVtkCameraController.cpp.
const double XMIN = 0 |
Definition at line 19 of file mitkWiiMoteVtkCameraController.cpp.
const double YMAX = 768 |
Definition at line 22 of file mitkWiiMoteVtkCameraController.cpp.
const double YMIN = 0 |
Definition at line 21 of file mitkWiiMoteVtkCameraController.cpp.