Documentation for vtkImplicitFunctionCollection

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:

vtkCollection

 

Methods:

const char *GetClassName ()
static vtkImplicitFunctionCollection *New ()
void AddItem (vtkImplicitFunction *)
void RemoveItem (vtkImplicitFunction *)
int IsItemPresent (vtkImplicitFunction *)
vtkImplicitFunction *GetNextItem ()

 

Detailed Method Descriptions:

Add an implicit function to the list.

void AddItem (vtkImplicitFunction *)

Remove an implicit function from the list.

void RemoveItem (vtkImplicitFunction *)

Determine whether a particular implicit function is present. Returns its position in the list.

int IsItemPresent (vtkImplicitFunction *)

Get the next implicit function in the list.

vtkImplicitFunction *GetNextItem ()