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