vtkLightCollection - a list of lights
Super Class: vtkCollection
Description:
vtkLightCollection represents and provides methods to manipulate a list of lights (i.e., vtkLight and subclasses). The list is unsorted and duplicate entries are not prevented.
See Also:
Methods:
![]() | static vtkLightCollection *New () |
![]() | const char *GetClassName () |
![]() | void AddItem (vtkLight *) |
![]() | void RemoveItem (vtkLight *) |
![]() | int IsItemPresent (vtkLight *) |
![]() | vtkLight *GetNextItem () |
Detailed Method Descriptions:
![]() | void AddItem (vtkLight *) |
![]() | void RemoveItem (vtkLight *) |
![]() | int IsItemPresent (vtkLight *) |
![]() | vtkLight *GetNextItem () |