vtkXRenderWindowInteractor

Section: Visualization Toolkit Rendering Classes

Usage

vtkXRenderWindowInteractor is a convenience object that provides event bindings to common graphics functions. For example, camera and actor functions such as zoom-in/zoom-out, azimuth, roll, and pan. IT is one of the window system specific subclasses of vtkRenderWindowInteractor. Please see vtkRenderWindowInteractor documentation for event bindings.

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

  obj = vtkXRenderWindowInteractor

Methods

The class vtkXRenderWindowInteractor 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 vtkXRenderWindowInteractor class.