30 #ifndef vtkLightCollection_h
31 #define vtkLightCollection_h
33 #include "vtkRenderingCoreModule.h"
create and manipulate unsorted lists of objects
void AddItem(vtkObject *)
Add an object to the list.
a simple class to control print indentation
void AddItem(vtkLight *a)
Add a light to the list.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkLight * GetNextItem()
Get the next light in the list.
vtkLight * GetNextLight(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
static vtkLightCollection * New()
a virtual light for 3D rendering
abstract base class for most VTK objects
void * vtkCollectionSimpleIterator