Section: Visualization Toolkit Filtering Classes
To create an instance of class vtkStructuredPointsCollection, simply invoke its constructor as follows
obj = vtkStructuredPointsCollection
obj
is an instance of the vtkStructuredPointsCollection class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkStructuredPointsCollection = obj.NewInstance ()
vtkStructuredPointsCollection = obj.SafeDownCast (vtkObject o)
obj.AddItem (vtkStructuredPoints ds)
- Get the next item in the collection. NULL is returned if the collection
is exhausted.
vtkStructuredPoints = obj.GetNextItem ()
- Get the next item in the collection. NULL is returned if the collection
is exhausted.