![]() |
G+Smo
25.01.0
Geometry + Simulation Modules
|
this class circulates through all one-ring neighbors of a vertex. it also acts as a container-concept for C++11 range-based for loops.
Collaboration diagram for gsSurfMesh::Vertex_around_vertex_circulator:Public Member Functions | |
| Halfedge | halfedge () const |
| return current halfedge | |
| operator bool () const | |
| cast to bool: true if vertex is not isolated | |
| bool | operator!= (const Vertex_around_vertex_circulator &rhs) const |
| are two circulators different? | |
| Vertex | operator* () const |
| get the vertex the circulator refers to | |
| Vertex_around_vertex_circulator & | operator++ () |
| pre-increment (rotate couter-clockwise) | |
| Vertex_around_vertex_circulator & | operator-- () |
| pre-decrement (rotate clockwise) | |
| bool | operator== (const Vertex_around_vertex_circulator &rhs) const |
| are two circulators equal? | |
| Vertex_around_vertex_circulator (const gsSurfMesh *m=NULL, Vertex v=Vertex()) | |
| default constructor | |