Go to the documentation of this file.
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);
static vtkCollection * New()
Construct with empty list.
void * vtkCollectionSimpleIterator
abstract base class for most VTK objects
vtkObject * GetNextItemAsObject()
Get the next item in the collection.
create and manipulate ordered lists of objects
vtkCuller * GetLastItem()
Get the last Culler in the list.
void AddItem(vtkCuller *a)
Add an Culler to the bottom of the list.
vtkCollectionElement * Bottom
a superclass for prop cullers
a simple class to control print indentation
vtkCuller * GetNextItem()
Get the next Culler in the list.
~vtkCullerCollection() override
an ordered list of Cullers
void AddItem(vtkObject *)
Add an object to the bottom of the list.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkCuller * GetNextCuller(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.