35 #ifndef vtkInteractorStyleTrackballCamera_h 36 #define vtkInteractorStyleTrackballCamera_h 38 #include "vtkInteractionStyleModule.h" 54 void OnLeftButtonDown() VTK_OVERRIDE;
55 void OnLeftButtonUp() VTK_OVERRIDE;
56 void OnMiddleButtonDown() VTK_OVERRIDE;
57 void OnMiddleButtonUp() VTK_OVERRIDE;
58 void OnRightButtonDown() VTK_OVERRIDE;
59 void OnRightButtonUp() VTK_OVERRIDE;
60 void OnMouseWheelForward() VTK_OVERRIDE;
61 void OnMouseWheelBackward() VTK_OVERRIDE;
68 void Rotate() VTK_OVERRIDE;
69 void Spin() VTK_OVERRIDE;
70 void Pan() VTK_OVERRIDE;
71 void Dolly() VTK_OVERRIDE;
78 vtkGetMacro(MotionFactor,
double);
87 virtual
void Dolly(
double factor);
static vtkInteractorStyle * New()
This class must be supplied with a vtkRenderWindowInteractor wrapper or parent.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
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.