FRAMES NO FRAMES

Class IlcRCTextureIterator

Definition file: ilsched/texture.h
Include file: <ilsched/ilsched.h>

An instance of IlcRCTextureIterator can be used to iterate through the list of IlcRCTexture objects associated with an instance of IlcResourceTexture.

See Also:

Constructor Summary
public IlcRCTextureIterator(IlcResourceTexture texture)
Method Summary
public IlcBoolok() const
public IlcRCTextureoperator*()
public voidoperator++()
Constructor Detail

IlcRCTextureIterator

public IlcRCTextureIterator(IlcResourceTexture texture)

This constructor creates an instance of IlcRCTextureIterator over the IlcRCTexture elements associated with texture.


Method Detail

ok

public IlcBool ok() const

This member function returns IlcTrue if the current position of the iterator is valid. It returns IlcFalse if all of the IlcRCTexture elements on the corresponding IlcResourceTexture have been scanned.


operator*

public IlcRCTexture operator*()

This operator accesses the instance of IlcRCTexture located at the current position of the iterator. If the iterator is set past the end position, this operator returns an empty handle.


operator++

public void operator++()

This left-increment operator shifts the current position of the iterator.