vtkRectilinearWipeRepresentation

Section: Visualization Toolkit Widget Classes

Usage

This class is used to represent and render a vtkRectilinearWipeWidget. To use this class, you need to specify an instance of a vtkImageRectilinearWipe and vtkImageActor. This provides the information for this representation to construct and place itself.

The class may be subclassed so that alternative representations can be created. The class defines an API and a default implementation that the vtkRectilinearWipeWidget interacts with to render itself in the scene.

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

  obj = vtkRectilinearWipeRepresentation

Methods

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