27#ifndef vtkCullerCollection_h
28#define vtkCullerCollection_h
30#include "vtkRenderingCoreModule.h"
90 if ( this->
Bottom == NULL )
create and manipulate unsorted lists of objects
vtkCollectionElement * Bottom
void AddItem(vtkObject *)
Add an object to the list.
vtkObject * GetNextItemAsObject()
Get the next item in the collection.
void AddItem(vtkCuller *a)
Add an Culler to the list.
vtkCuller * GetNextItem()
Get the next Culler in the list.
vtkCuller * GetNextCuller(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
static vtkCullerCollection * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkCuller * GetLastItem()
Get the last Culler in the list.
a superclass for prop cullers
a simple class to control print indentation
abstract base class for most VTK objects
void * vtkCollectionSimpleIterator