G+Smo
24.08.0
Geometry + Simulation Modules
|
this class circulates through all outgoing halfedges 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 Halfedge_around_vertex_circulator &rhs) const |
are two circulators different? | |
Halfedge | operator* () const |
get the halfedge the circulator refers to | |
Halfedge_around_vertex_circulator & | operator++ () |
pre-increment (rotate couter-clockwise) | |
Halfedge_around_vertex_circulator & | operator-- () |
pre-decrement (rotate clockwise) | |
bool | operator== (const Halfedge_around_vertex_circulator &rhs) const |
are two circulators equal? | |
Public Attributes | |
__pad0__: mesh_(m) | |
default constructor | |