46#ifndef vtkCullerCollection_h
47#define vtkCullerCollection_h
51#include "vtkRenderingCoreModule.h"
99 if (this->
Bottom ==
nullptr)
create and manipulate ordered lists of objects
vtkCollectionElement * Bottom
void AddItem(vtkObject *)
Add an object to the bottom of the list.
vtkObject * GetNextItemAsObject()
Get the next item in the collection.
an ordered list of Cullers
void AddItem(vtkCuller *a)
Add an Culler to the bottom of 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.
~vtkCullerCollection() override=default
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.
vtkCullerCollection()=default
a superclass for prop cullers
a simple class to control print indentation
abstract base class for most VTK objects
void * vtkCollectionSimpleIterator