![]() |
G+Smo
25.01.0
Geometry + Simulation Modules
|
this class circulates through all halfedges of a face. it also acts as a container-concept for C++11 range-based for loops.
Collaboration diagram for gsSurfMesh::Halfedge_around_face_circulator:Public Member Functions | |
| Halfedge_around_face_circulator (const gsSurfMesh *m=NULL, Face f=Face()) | |
| default constructur | |
| bool | operator!= (const Halfedge_around_face_circulator &rhs) const |
| are two circulators different? | |
| Halfedge | operator* () const |
| get the halfedge the circulator refers to | |
| Halfedge_around_face_circulator & | operator++ () |
| pre-increment (rotates counter-clockwise) | |
| Halfedge_around_face_circulator & | operator-- () |
| pre-decrement (rotates clockwise) | |
| bool | operator== (const Halfedge_around_face_circulator &rhs) const |
| are two circulators equal? | |