crystalspace.jbind.interfaces.iengine.mesh
Interface iMeshWrapperIterator

All Superinterfaces:
iBase, iPointer
All Known Implementing Classes:
csMeshWrapperIterator

public interface iMeshWrapperIterator
extends iBase

This is an iterator mesh wrappers.

Author:
Quentin Anciaux

Method Summary
 boolean hasNext()
          Check if we have any more meshes.
 iMeshWrapper next()
          Move forward.
 void reset()
          Reset the iterator to the beginning.
 
Methods inherited from interface crystalspace.jbind.interfaces.iutil.scf.iBase
decRef, getName, getRefCount, getVersion, incRef, queryInterface, queryInterfaceSafe
 
Methods inherited from interface crystalspace.jbind.interfaces.iPointer
changePointer, getPointer, isMemoryOwner, setMemoryOwner
 

Method Detail

next

public iMeshWrapper next()
Move forward.

Returns:

reset

public void reset()
Reset the iterator to the beginning.


hasNext

public boolean hasNext()
Check if we have any more meshes.

Returns: