iMeshWrapperIterator Struct Reference
[Mesh support]
This is an iterator mesh wrappers.  
More...
#include <iengine/mesh.h>
Inheritance diagram for iMeshWrapperIterator:

| Public Member Functions | |
| virtual bool | HasNext () const =0 | 
| Check if we have any more meshes. | |
| virtual iMeshWrapper * | Next ()=0 | 
| Move forward. | |
| virtual void | Reset ()=0 | 
| Reset the iterator to the beginning. | |
Detailed Description
This is an iterator mesh wrappers.Main ways to get pointers to this interface:
Definition at line 1016 of file mesh.h.
Member Function Documentation
| virtual bool iMeshWrapperIterator::HasNext | ( | ) | const  [pure virtual] | 
Check if we have any more meshes.
| virtual iMeshWrapper* iMeshWrapperIterator::Next | ( | ) |  [pure virtual] | 
Move forward.
| virtual void iMeshWrapperIterator::Reset | ( | ) |  [pure virtual] | 
Reset the iterator to the beginning.
The documentation for this struct was generated from the following file:
- iengine/mesh.h
Generated for Crystal Space by doxygen 1.4.7

