Section: Visualization Toolkit Filtering Classes
To create an instance of class vtkDataSetCollection, simply invoke its constructor as follows
obj = vtkDataSetCollection
obj is an instance of the vtkDataSetCollection class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkDataSetCollection = obj.NewInstance ()
vtkDataSetCollection = obj.SafeDownCast (vtkObject o)
obj.AddItem (vtkDataSet ds) - Get the next dataset in the list.
vtkDataSet = obj.GetNextItem () - Get the next dataset in the list.
vtkDataSet = obj.GetNextDataSet () - Get the next dataset in the list.
vtkDataSet = obj.GetItem (int i) - Get the ith dataset in the list.
vtkDataSet = obj.GetDataSet (int i) - Get the ith dataset in the list.