vtkContourValues

Section: Visualization Toolkit Common Classes

Usage

vtkContourValues is a general class to manage the creation, generation, and retrieval of contour values. This class serves as a helper class for contouring classes, or those classes operating on lists of contour values.

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

  obj = vtkContourValues

Methods

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