|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A shadow iterator allows someone to iterate over all shadows in a iShadowBlock or iShadowBlockList
Method Summary | |
void |
deleteCurrent()
Delete the last returned shadow. |
iShadowBlock |
getCurrentShadowBlock()
Return the shadow list for the current element. |
iShadowBlock |
getNextShadowBlock()
Return the shadow list for the next element. |
iPointer |
getUserData()
Get the user data for the last shadow. |
boolean |
hasNext()
Is there still an element in this iterator? |
boolean |
isRelevant()
Return if the last shadow is relevant or not. |
void |
markRelevant(boolean rel)
Mark the last shadow as relevant. |
csFrustum |
next()
Get the next shadow. |
void |
reset()
Reset the iterator to start again. |
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 |
public void deleteCurrent()
public iShadowBlock getCurrentShadowBlock()
public iShadowBlock getNextShadowBlock()
public iPointer getUserData()
public boolean hasNext()
public boolean isRelevant()
public void markRelevant(boolean rel)
rel
- public csFrustum next()
public void reset()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |