Documentation for vtkCullerCollection

vtkCullerCollection - a list of Cullers

Super Class: vtkCollection

Description:

vtkCullerCollection represents and provides methods to manipulate a list of Cullers (i.e., vtkCuller and subclasses). The list is unsorted and duplicate entries are not prevented.

 

See Also:

vtkCuller vtkCollection

 

Methods:

static vtkCullerCollection *New ()
const char *GetClassName ()
void AddItem (vtkCuller *)
void RemoveItem (vtkCuller *)
int IsItemPresent (vtkCuller *)
vtkCuller *GetNextItem ()
vtkCuller *GetLastItem ()

 

Detailed Method Descriptions:

Add an Culler to the list.

void AddItem (vtkCuller *)

Remove an Culler from the list.

void RemoveItem (vtkCuller *)

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

int IsItemPresent (vtkCuller *)

Get the next Culler in the list.

vtkCuller *GetNextItem ()

Get the last Culler in the list.

vtkCuller *GetLastItem ()