Section: Visualization Toolkit Rendering Classes
To create an instance of class vtkInteractorStyleTrackballCamera, simply invoke its constructor as follows
obj = vtkInteractorStyleTrackballCamera
obj is an instance of the vtkInteractorStyleTrackballCamera class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkInteractorStyleTrackballCamera = obj.NewInstance ()
vtkInteractorStyleTrackballCamera = obj.SafeDownCast (vtkObject o)
obj.OnMouseMove () - Event bindings controlling the effects of pressing mouse buttons
or moving the mouse.
obj.OnLeftButtonDown () - Event bindings controlling the effects of pressing mouse buttons
or moving the mouse.
obj.OnLeftButtonUp () - Event bindings controlling the effects of pressing mouse buttons
or moving the mouse.
obj.OnMiddleButtonDown () - Event bindings controlling the effects of pressing mouse buttons
or moving the mouse.
obj.OnMiddleButtonUp () - Event bindings controlling the effects of pressing mouse buttons
or moving the mouse.
obj.OnRightButtonDown () - Event bindings controlling the effects of pressing mouse buttons
or moving the mouse.
obj.OnRightButtonUp () - Event bindings controlling the effects of pressing mouse buttons
or moving the mouse.
obj.OnMouseWheelForward () - Event bindings controlling the effects of pressing mouse buttons
or moving the mouse.
obj.OnMouseWheelBackward () - Event bindings controlling the effects of pressing mouse buttons
or moving the mouse.
obj.Rotate ()
obj.Spin ()
obj.Pan ()
obj.Dolly ()
obj.SetMotionFactor (double ) - Set the apparent sensitivity of the interactor style to mouse motion.
double = obj.GetMotionFactor () - Set the apparent sensitivity of the interactor style to mouse motion.