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