All Frameworks Class Hierarchy This Framework Indexes
PolyhedralInterfaces Interface CATIPolySurfaceFacetIterator
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIPolySurfaceFacetIterator
Interface to a surface facet 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 index of the current facet.
- o
operator++()
- Increment the iterator to the next valid element.
- o
operator*()
- Return the index of the current facet.
- o
operator->()
- Return the index of the current facet.
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 index of the current facet.
- Returns:
- An integer index.
o operator++
| public virtual operator++( | ) |
-
Increment the iterator to the next valid element.
o operator*
| public virtual operator*( | ) |
-
Return the index of the current facet.
- Returns:
- An integer index.
o operator->
| public virtual operator->( | ) |
-
Return the index of the current facet.
- Returns:
- An integer index.
This object is included in the file: CATIPolySurfaceFacetIterator.h
If needed, your Imakefile.mk should include the module: CATPolyhedralInterfaces