G+Smo  25.01.0
Geometry + Simulation Modules
 
Loading...
Searching...
No Matches
gsSurfMesh::Halfedge_around_vertex_circulator Class Reference

Detailed Description

this class circulates through all outgoing halfedges of a vertex. it also acts as a container-concept for C++11 range-based for loops.

See also
Vertex_around_vertex_circulator, Face_around_vertex_circulator, halfedges(Vertex)
+ Collaboration diagram for gsSurfMesh::Halfedge_around_vertex_circulator:

Public Member Functions

 Halfedge_around_vertex_circulator (const gsSurfMesh *m=NULL, Vertex v=Vertex())
 default constructor
 
 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_circulatoroperator++ ()
 pre-increment (rotate couter-clockwise)
 
Halfedge_around_vertex_circulatoroperator-- ()
 pre-decrement (rotate clockwise)
 
bool operator== (const Halfedge_around_vertex_circulator &rhs) const
 are two circulators equal?