 |
VTK
9.1.0
|
Go to the documentation of this file.
56 #ifndef vtkLightCollection_h
57 #define vtkLightCollection_h
60 #include "vtkRenderingCoreModule.h"
void * vtkCollectionSimpleIterator
a virtual light for 3D rendering
an ordered list of lights
abstract base class for most VTK objects
void AddItem(vtkLight *a)
Add a light to the bottom of the list.
create and manipulate ordered lists of objects
vtkLight * GetNextItem()
Get the next light in the list.
vtkLight * GetNextLight(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
vtkLightCollection()=default
a simple class to control print indentation
~vtkLightCollection() override=default
static vtkLightCollection * New()
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.