![]() |
G+Smo
25.01.0
Geometry + Simulation Modules
|
this class iterates linearly over all faces
Collaboration diagram for gsSurfMesh::Face_iterator:Public Member Functions | |
| Face_iterator (Face f=Face(), const gsSurfMesh *m=NULL) | |
| Default constructor. | |
| bool | operator!= (const Face_iterator &rhs) const |
| are two iterators different? | |
| Face | operator* () const |
| get the face the iterator refers to | |
| Face_iterator & | operator++ () |
| pre-increment iterator | |
| Face_iterator & | operator-- () |
| pre-decrement iterator | |
| bool | operator< (const Face_iterator &rhs) const |
| how do two iterators compare? | |
| bool | operator== (const Face_iterator &rhs) const |
| are two iterators equal? | |