Overview | Group | Tree | Graph | Index | Concepts |
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 IlcBool | ok() const |
public IlcRCTexture | operator*() |
public void | operator++() |
Constructor Detail |
---|
This constructor creates an instance of IlcRCTextureIterator
over the IlcRCTexture
elements associated
with texture
.
Method Detail |
---|
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.
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.
This left-increment operator shifts the current position of the iterator.