Section: Visualization Toolkit Common Classes
To create an instance of class vtkImplicitFunctionCollection, simply invoke its constructor as follows
obj = vtkImplicitFunctionCollection
obj
is an instance of the vtkImplicitFunctionCollection class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkImplicitFunctionCollection = obj.NewInstance ()
vtkImplicitFunctionCollection = obj.SafeDownCast (vtkObject o)
obj.AddItem (vtkImplicitFunction )
- Add an implicit function to the list.
vtkImplicitFunction = obj.GetNextItem ()
- Get the next implicit function in the list.