![]() |
Public API Reference |
#include <viscull.h>
Inheritance diagram for iVisibilityObjectIterator:
Public Methods | |
virtual bool | Next ()=0 |
Move forward. More... | |
virtual void | Reset ()=0 |
Reset the iterator to the beginning. More... | |
virtual iVisibilityObject * | GetObject () const=0 |
Get the object we are pointing at. More... | |
virtual bool | IsFinished () const=0 |
Check if we have any more children. More... |
Definition at line 50 of file viscull.h.
|
Get the object we are pointing at.
|
|
Check if we have any more children.
|
|
Move forward.
|
|
Reset the iterator to the beginning.
|