vtkInteractorEventRecorder

Section: Visualization Toolkit Rendering Classes

Usage

vtkInteractorEventRecorder records all VTK events invoked from a vtkRenderWindowInteractor. The events are recorded to a file. vtkInteractorEventRecorder can also be used to play those events back and invoke them on an vtkRenderWindowInteractor. (Note: the events can also be played back from a file or string.)

The format of the event file is simple. It is: EventName X Y ctrl shift keycode repeatCount keySym The format also allows "#" comments.

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

  obj = vtkInteractorEventRecorder

Methods

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