Section: Visualization Toolkit Infovis Classes
To create an instance of class vtkPBivariateLinearTableThreshold, simply invoke its constructor as follows
obj = vtkPBivariateLinearTableThreshold
obj
is an instance of the vtkPBivariateLinearTableThreshold class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkPBivariateLinearTableThreshold = obj.NewInstance ()
vtkPBivariateLinearTableThreshold = obj.SafeDownCast (vtkObject o)
obj.SetController (vtkMultiProcessController )
- Set the vtkMultiProcessController to be used for combining filter
results from the individual nodes.
vtkMultiProcessController = obj.GetController ()
- Set the vtkMultiProcessController to be used for combining filter
results from the individual nodes.