vtkThresholdTextureCoords

Section: Visualization Toolkit Graphics Classes

Usage

vtkThresholdTextureCoords is a filter that generates texture coordinates for any input dataset type given a threshold criterion. The criterion can take three forms: 1) greater than a particular value (ThresholdByUpper()); 2) less than a particular value (ThresholdByLower(); or 3) between two values (ThresholdBetween(). If the threshold criterion is satisfied, the "in" texture coordinate will be set (this can be specified by the user). If the threshold criterion is not satisfied the "out" is set.

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

  obj = vtkThresholdTextureCoords

Methods

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