CrystalSpace

Public API Reference

Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

iVisibilityObjectIterator Struct Reference
[Visibility]

Iterator to iterate over some visibility objects. More...

#include <viscull.h>

Inheritance diagram for iVisibilityObjectIterator:

iBase List of all members.

Public Methods

virtual bool Next ()=0
 Move forward. More...

virtual void Reset ()=0
 Reset the iterator to the beginning. More...

virtual iVisibilityObjectGetObject () const=0
 Get the object we are pointing at. More...

virtual bool IsFinished () const=0
 Check if we have any more children. More...


Detailed Description

Iterator to iterate over some visibility objects.

Definition at line 50 of file viscull.h.


Member Function Documentation

virtual iVisibilityObject* iVisibilityObjectIterator::GetObject   const [pure virtual]
 

Get the object we are pointing at.

virtual bool iVisibilityObjectIterator::IsFinished   const [pure virtual]
 

Check if we have any more children.

virtual bool iVisibilityObjectIterator::Next   [pure virtual]
 

Move forward.

virtual void iVisibilityObjectIterator::Reset   [pure virtual]
 

Reset the iterator to the beginning.


The documentation for this struct was generated from the following file:
Generated for Crystal Space by doxygen 1.2.14