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:
Methods:
static vtkCullerCollection *New () | |
const char *GetClassName () | |
void AddItem (vtkCuller *) | |
void RemoveItem (vtkCuller *) | |
int IsItemPresent (vtkCuller *) | |
vtkCuller *GetNextItem () | |
vtkCuller *GetLastItem () |
Detailed Method Descriptions:
void AddItem (vtkCuller *) |
void RemoveItem (vtkCuller *) |
int IsItemPresent (vtkCuller *) |
vtkCuller *GetNextItem () |
vtkCuller *GetLastItem () |