Overview | Group | Tree | Graph | Index | Concepts |
An instance of IlcResourceTextureIterator
can be used to
examine the criticality and aggregate demand curves represented by an
instance of IlcResourceTexture
.
See Also:
Constructor Summary | |
---|---|
public | IlcResourceTextureIterator(const IlcResourceTexture texture) |
public | IlcResourceTextureIterator(const IlcResourceTexture texture, IlcFloat time) |
Method Summary | |
---|---|
public IlcFloat | getCriticality() const |
public IlcFloat | getDemand() const |
public IlcFloat | getDemandDiscontinuity() const |
public IlcFloat | getDemandSlope() const |
public IlcFloat | getTime() const |
public IlcBool | ok() const |
public void | operator++() |
public void | operator--() |
Constructor Detail |
---|
This constructor creates an iterator to traverse texture
.
The iterator initially points to the first segment of the texture curve.
This constructor creates an iterator to traverse texture
.
The iterator initially points to the segment of the texture curve containing
time
.
Method Detail |
---|
This member function returns the value of the criticality at the start time of the current segment of the texture curve pointed to by the invoking iterator.
This member function returns the value of the aggregate demand at the start time of the current segment of the texture curve pointed to by the invoking iterator.
This member function returns the discontinuity of the aggregate demand at the start time of the current segment of the texture curve pointed to by the invoking iterator.
This member function returns the slope of the aggregate demand at the start time of the current segment of the texture curve pointed by the invoking iterator.
This member function returns the start time of the current segment of the texture curve pointed to by the invoking iterator.
This member function returns IlcFalse
if the iterator does
not currently indicate a segment included in the texture curve. Otherwise,
it returns IlcTrue
.
This operator moves the iterator to the segment adjacent to the current segment of the texture curve (forward move).
This operator moves the iterator to the segment adjacent to the current segment of the texture curve (backward move).