vtkBorderRepresentation

Section: Visualization Toolkit Widget Classes

Usage

This class is used to represent and render a vtBorderWidget. To use this class, you need to specify the two corners of a rectangular region.

The class is typically subclassed so that specialized representations can be created. The class defines an API and a default implementation that the vtkBorderRepresentation interacts with to render itself in the scene.

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

  obj = vtkBorderRepresentation

Methods

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