G+Smo
24.08.0
Geometry + Simulation Modules
|
this class circulates through all incident faces of a vertex. it also acts as a container-concept for C++11 range-based for loops.
Public Member Functions | |
operator bool () const | |
cast to bool: true if vertex is not isolated | |
bool | operator!= (const Face_around_vertex_circulator &rhs) const |
are two circulators different? | |
Face | operator* () const |
get the face the circulator refers to | |
Face_around_vertex_circulator & | operator++ () |
pre-increment (rotates counter-clockwise) | |
Face_around_vertex_circulator & | operator-- () |
pre-decrement (rotate clockwise) | |
bool | operator== (const Face_around_vertex_circulator &rhs) const |
are two circulators equal? | |
Public Attributes | |
__pad0__: mesh_(m) | |
construct with mesh and vertex (vertex should not be isolated!) | |