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