Section: Visualization Toolkit Parallel Classes
To create an instance of class vtkPStreamTracer, simply invoke its constructor as follows
obj = vtkPStreamTracer
obj
is an instance of the vtkPStreamTracer class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkPStreamTracer = obj.NewInstance ()
vtkPStreamTracer = obj.SafeDownCast (vtkObject o)
obj.SetController (vtkMultiProcessController controller)
- Set/Get the controller use in compositing (set to
the global controller by default)
If not using the default, this must be called before any
other methods.
vtkMultiProcessController = obj.GetController ()
- Set/Get the controller use in compositing (set to
the global controller by default)
If not using the default, this must be called before any
other methods.