Section: Visualization Toolkit Infovis Classes
.SECTION Thanks Thanks to Philippe Pebay and David Thompson from Sandia National Laboratories for implementing this class.
To create an instance of class vtkOrderStatistics, simply invoke its constructor as follows
obj = vtkOrderStatistics
obj
is an instance of the vtkOrderStatistics class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkOrderStatistics = obj.NewInstance ()
vtkOrderStatistics = obj.SafeDownCast (vtkObject o)
obj.SetNumberOfIntervals (vtkIdType )
- Set the number of quantiles (with uniform spacing).
vtkIdType = obj.GetNumberOfIntervals ()
- Get the number of quantiles (with uniform spacing).
obj.SetQuantileDefinition (int )
- Set the quantile definition.
vtkIdType = obj.GetQuantileDefinition ()
- Given a collection of models, calculate aggregate model
NB: not implemented
obj.Aggregate (vtkDataObjectCollection , vtkDataObject )
- Given a collection of models, calculate aggregate model
NB: not implemented