vtkImplicitFunctionCollection - maintain a list of implicit functions
Super Class: vtkCollection
Description:
vtkImplicitFunctionCollection is an object that creates and manipulates lists of objects of type vtkImplicitFunction.
See Also:
Methods:
const char *GetClassName () | |
static vtkImplicitFunctionCollection *New () | |
void AddItem (vtkImplicitFunction *) | |
void RemoveItem (vtkImplicitFunction *) | |
int IsItemPresent (vtkImplicitFunction *) | |
vtkImplicitFunction *GetNextItem () |
Detailed Method Descriptions:
void AddItem (vtkImplicitFunction *) |
void RemoveItem (vtkImplicitFunction *) |
int IsItemPresent (vtkImplicitFunction *) |
vtkImplicitFunction *GetNextItem () |