15 #ifndef vtkCullerCollection_h
16 #define vtkCullerCollection_h
20 #include "vtkRenderingCoreModule.h"
22 VTK_ABI_NAMESPACE_BEGIN
68 if (this->
Bottom ==
nullptr)
void * vtkCollectionSimpleIterator
vtkCuller * GetNextItem()
Get the next Culler in the list.
abstract base class for most VTK objects
vtkCuller * GetLastItem()
Get the last Culler in the list.
a superclass for prop cullers
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkCollection * New()
Construct with empty list.
vtkCollectionElement * Bottom
void AddItem(vtkObject *)
Add an object to the bottom of the list.
an ordered list of Cullers
create and manipulate ordered lists of objects
vtkCuller * GetNextCuller(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
void AddItem(vtkCuller *a)
Add an Culler to the bottom of the list.
vtkObject * GetNextItemAsObject()
Get the next item in the collection.