![]() |
Public API Reference |
![]() |
This is an iterator mesh factory wrappers. More...
#include <iengine/mesh.h>
Public Member Functions | |
virtual bool | HasNext () const =0 |
Check if we have any more meshes. | |
virtual iMeshFactoryWrapper * | Next ()=0 |
Move forward. | |
virtual void | Reset ()=0 |
Reset the iterator to the beginning. |
This is an iterator mesh factory wrappers.
Main ways to get pointers to this interface:
virtual bool iMeshFactoryWrapperIterator::HasNext | ( | ) | const [pure virtual] |
Check if we have any more meshes.
virtual iMeshFactoryWrapper* iMeshFactoryWrapperIterator::Next | ( | ) | [pure virtual] |
Move forward.
virtual void iMeshFactoryWrapperIterator::Reset | ( | ) | [pure virtual] |
Reset the iterator to the beginning.