30#ifndef vtkLightCollection_h
31#define vtkLightCollection_h
34#include "vtkRenderingCoreModule.h"
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
void * vtkCollectionSimpleIterator