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

Detailed Description

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

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

Public Member Functions

 Face_around_vertex_circulator (const gsSurfMesh *m=NULL, Vertex v=Vertex())
 construct with mesh and vertex (vertex should not be isolated!)
 
 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_circulatoroperator++ ()
 pre-increment (rotates counter-clockwise)
 
Face_around_vertex_circulatoroperator-- ()
 pre-decrement (rotate clockwise)
 
bool operator== (const Face_around_vertex_circulator &rhs) const
 are two circulators equal?