![]() |
Public API Reference |
#include <light.h>
Inheritance diagram for iLightIterator:
Public Methods | |
virtual bool | HasNext ()=0 |
Return true if there are more elements. More... | |
virtual iLight * | Next ()=0 |
Get light from iterator. Return 0 at end. More... | |
virtual iSector * | GetLastSector ()=0 |
Get the sector for the last fetched light. More... | |
virtual void | Reset ()=0 |
Restart iterator. 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 393 of file iengine/light.h.
|
Get the sector for the last fetched light.
Implemented in csLightIt. |
|
Return true if there are more elements.
Implemented in csLightIt. |
|
Get light from iterator. Return 0 at end.
Implemented in csLightIt. |
|
Restart iterator.
Implemented in csLightIt. |