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