G+Smo
24.08.0
Geometry + Simulation Modules
|
this class iterates linearly over all faces
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? | |