Section: Visualization Toolkit Graphics Classes
To create an instance of class vtkThresholdTextureCoords, simply invoke its constructor as follows
obj = vtkThresholdTextureCoords
obj is an instance of the vtkThresholdTextureCoords class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkThresholdTextureCoords = obj.NewInstance ()
vtkThresholdTextureCoords = obj.SafeDownCast (vtkObject o)
obj.ThresholdByLower (double lower) - Criterion is cells whose scalars are less than lower threshold.
obj.ThresholdByUpper (double upper) - Criterion is cells whose scalars are less than upper threshold.
obj.ThresholdBetween (double lower, double upper) - Criterion is cells whose scalars are between lower and upper thresholds.
double = obj.GetUpperThreshold () - Return the upper and lower thresholds.
double = obj.GetLowerThreshold () - Return the upper and lower thresholds.
obj.SetTextureDimension (int ) - Set the desired dimension of the texture map.
int = obj.GetTextureDimensionMinValue () - Set the desired dimension of the texture map.
int = obj.GetTextureDimensionMaxValue () - Set the desired dimension of the texture map.
int = obj.GetTextureDimension () - Set the desired dimension of the texture map.
obj.SetInTextureCoord (double , double , double ) - Set the texture coordinate value for point satisfying threshold criterion.
obj.SetInTextureCoord (double a[3]) - Set the texture coordinate value for point satisfying threshold criterion.
double = obj. GetInTextureCoord () - Set the texture coordinate value for point satisfying threshold criterion.
obj.SetOutTextureCoord (double , double , double ) - Set the texture coordinate value for point NOT satisfying threshold
criterion.
obj.SetOutTextureCoord (double a[3]) - Set the texture coordinate value for point NOT satisfying threshold
criterion.
double = obj. GetOutTextureCoord () - Set the texture coordinate value for point NOT satisfying threshold
criterion.