44 #ifndef vtkInteractorStyleTrackballCamera_h
45 #define vtkInteractorStyleTrackballCamera_h
47 #include "vtkInteractionStyleModule.h"
87 vtkSetMacro(MotionFactor,
double);
88 vtkGetMacro(MotionFactor,
double);
97 virtual void Dolly(
double factor);
a simple class to control print indentation
interactive manipulation of the camera
void OnRightButtonUp() override
virtual void Dolly(double factor)
~vtkInteractorStyleTrackballCamera() override
void EnvironmentRotate() override
void OnLeftButtonDown() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void OnMouseWheelForward() override
void OnMiddleButtonUp() override
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...
static vtkInteractorStyleTrackballCamera * New()
vtkInteractorStyleTrackballCamera()
void OnMouseWheelBackward() override
void OnRightButtonDown() override
void OnLeftButtonUp() override
void OnMiddleButtonDown() override
provide event-driven interface to the rendering window (defines trackball mode)