41 #ifndef vtkInteractorStyleTrackballCamera_h 42 #define vtkInteractorStyleTrackballCamera_h 44 #include "vtkInteractionStyleModule.h" 77 void Dolly()
override;
83 vtkSetMacro(MotionFactor,
double);
84 vtkGetMacro(MotionFactor,
double);
93 virtual void Dolly(
double factor);
virtual void OnLeftButtonDown()
virtual void Rotate()
These methods for the different interactions in different modes are overridden in subclasses to perfo...
virtual void OnMiddleButtonDown()
virtual void OnRightButtonDown()
virtual void OnLeftButtonUp()
static vtkInteractorStyle * New()
This class must be supplied with a vtkRenderWindowInteractor wrapper or parent.
virtual void OnMiddleButtonUp()
virtual void OnMouseWheelForward()
virtual void OnRightButtonUp()
a simple class to control print indentation
virtual void OnMouseWheelBackward()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
provide event-driven interface to the rendering window (defines trackball mode)
interactive manipulation of the camera
virtual void OnMouseMove()
Generic event bindings can be overridden in subclasses.