Section: Visualization Toolkit Infovis Classes
To create an instance of class vtkPPCAStatistics, simply invoke its constructor as follows
obj = vtkPPCAStatistics
obj
is an instance of the vtkPPCAStatistics class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkPPCAStatistics = obj.NewInstance ()
vtkPPCAStatistics = obj.SafeDownCast (vtkObject o)
obj.SetController (vtkMultiProcessController )
- Get/Set the multiprocess controller. If no controller is set,
single process is assumed.
vtkMultiProcessController = obj.GetController ()
- Get/Set the multiprocess controller. If no controller is set,
single process is assumed.