vtkInteractorStyleSwitch

Section: Visualization Toolkit Rendering Classes

Usage

The class vtkInteractorStyleSwitch allows handles interactively switching between four interactor styles -- joystick actor, joystick camera, trackball actor, and trackball camera. Type 'j' or 't' to select joystick or trackball, and type 'c' or 'a' to select camera or actor. The default interactor style is joystick camera.

To create an instance of class vtkInteractorStyleSwitch, simply invoke its constructor as follows

  obj = vtkInteractorStyleSwitch

Methods

The class vtkInteractorStyleSwitch has several methods that can be used. They are listed below. Note that the documentation is translated automatically from the VTK sources, and may not be completely intelligible. When in doubt, consult the VTK website. In the methods listed below, obj is an instance of the vtkInteractorStyleSwitch class.