All Frameworks Class Hierarchy This Framework Indexes
PolyhedralInterfaces Interface CATIPolyIndexIterator
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIPolyIndexIterator
Interface to an integer index iterator.
Method Index
- o
Begin()
- Sets the iterator to the beginning.
- o
End()
- Returns TRUE if the iterator has reached the end and FALSE otherwise.
- o
Get()
- Returns the current index.
- o
operator*()
- Returns the current index.
- o
operator++()
- Increments the iterator to the next valid index.
Methods
o Begin
-
Sets the iterator to the beginning.
o End
-
Returns TRUE if the iterator has reached the end and FALSE otherwise.
o Get
-
Returns the current index.
- Returns:
- An integer index.
o operator*
| public virtual operator*( | ) |
-
Returns the current index.
- Returns:
- An integer index.
o operator++
| public virtual operator++( | ) |
-
Increments the iterator to the next valid index.
This object is included in the file: CATIPolyIndexIterator.h
If needed, your Imakefile.mk should include the module: CATPolyhedralInterfaces