vtkSliderRepresentation

Section: Visualization Toolkit Widget Classes

Usage

This abstract class is used to specify how the vtkSliderWidget should interact with representations of the vtkSliderWidget. This class may be subclassed so that alternative representations can be created. The class defines an API, and a default implementation, that the vtkSliderWidget interacts with to render itself in the scene.

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

  obj = vtkSliderRepresentation

Methods

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