 |
VTK
9.1.0
|
Go to the documentation of this file.
39 #ifndef vtkInteractorStyleJoystickCamera_h
40 #define vtkInteractorStyleJoystickCamera_h
42 #include "vtkInteractionStyleModule.h"
81 virtual void Dolly(
double factor);
void OnRightButtonUp() override
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
vtkInteractorStyleJoystickCamera()
~vtkInteractorStyleJoystickCamera() override
void OnLeftButtonUp() override
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
void OnMouseWheelForward() override
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
void OnMouseMove() override
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void OnRightButtonDown() override
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
void OnLeftButtonDown() override
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
a simple class to control print indentation
virtual void Dolly(double factor)
void OnMouseWheelBackward() override
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
static vtkInteractorStyleJoystickCamera * New()
void OnMiddleButtonDown() override
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
provide event-driven interface to the rendering window (defines trackball mode)
interactive manipulation of the camera
void Rotate() override
These methods for the different interactions in different modes are overridden in subclasses to perfo...
void OnMiddleButtonUp() override
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.