Section: Visualization Toolkit Rendering Classes
To create an instance of class vtkInteractorStyleRubberBand2D, simply invoke its constructor as follows
obj = vtkInteractorStyleRubberBand2D
obj
is an instance of the vtkInteractorStyleRubberBand2D class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkInteractorStyleRubberBand2D = obj.NewInstance ()
vtkInteractorStyleRubberBand2D = obj.SafeDownCast (vtkObject o)
obj.OnLeftButtonDown ()
obj.OnLeftButtonUp ()
obj.OnMiddleButtonDown ()
obj.OnMiddleButtonUp ()
obj.OnRightButtonDown ()
obj.OnRightButtonUp ()
obj.OnMouseMove ()
obj.OnMouseWheelForward ()
obj.OnMouseWheelBackward ()
obj.SetRenderOnMouseMove (bool )
- Whether to invoke a render when the mouse moves.
bool = obj.GetRenderOnMouseMove ()
- Whether to invoke a render when the mouse moves.
obj.RenderOnMouseMoveOn ()
- Whether to invoke a render when the mouse moves.
obj.RenderOnMouseMoveOff ()
- Whether to invoke a render when the mouse moves.
int = obj.GetInteraction ()
- Current interaction state