27 #ifndef vtkCullerCollection_h 28 #define vtkCullerCollection_h 30 #include "vtkRenderingCoreModule.h" 90 if ( this->Bottom ==
nullptr )
96 return static_cast<vtkCuller *
>(this->Bottom->Item);
void * vtkCollectionSimpleIterator
vtkCuller * GetNextItem()
Get the next Culler in the list.
~vtkCullerCollection() override
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.
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.