![]() |
Public API Reference |
#include <light.h>
Inheritance diagram for iLightIterator:
Public Methods | |
virtual void | Restart ()=0 |
Restart iterator. More... | |
virtual iLight * | Fetch ()=0 |
Get light from iterator. Return NULL at end. More... | |
virtual iSector * | GetLastSector ()=0 |
Get the sector for the last fetched light. More... |
This iterator assumes there are no fundamental changes in the engine while it is being used. If changes to the engine happen the results are unpredictable.
Definition at line 402 of file iengine/light.h.
|
Get light from iterator. Return NULL at end.
Implemented in csLightIt. |
|
Get the sector for the last fetched light.
Implemented in csLightIt. |
|
Restart iterator.
Implemented in csLightIt. |