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()
- Set the iterator to the beginning.
- o
End()
- Return TRUE if the iterator has reached the end and FALSE otherwise.
- o
Get()
- Return the current index.
- o
operator*()
- Return the current index.
- o
operator++()
- Increment the iterator to the next valid index.
Methods
o Begin
-
Set the iterator to the beginning.
o End
-
Return TRUE if the iterator has reached the end and FALSE otherwise.
- Returns:
- A boolean.
o Get
-
Return the current index.
- Returns:
- An integer index.
o operator*
| public virtual operator*( | ) |
-
Return the current index.
- Returns:
- An integer index.
o operator++
| public virtual operator++( | ) |
-
Increment 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