G+Smo  23.12.0
Geometry + Simulation Modules
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
gsSurfMesh::Vertex_around_face_circulator Class Reference

Detailed Description

this class circulates through the vertices of a face. it also acts as a container-concept for C++11 range-based for loops.

See Also
Halfedge_around_face_circulator, vertices(Face)
+ Collaboration diagram for gsSurfMesh::Vertex_around_face_circulator:

Public Member Functions

Halfedge he () const
 get the halfedge the circulator refers to
 
bool operator!= (const Vertex_around_face_circulator &rhs) const
 are two circulators different?
 
Vertex operator* () const
 get the vertex the circulator refers to
 
Vertex_around_face_circulatoroperator++ ()
 pre-increment (rotates counter-clockwise)
 
Vertex_around_face_circulatoroperator-- ()
 pre-decrement (rotates clockwise)
 
bool operator== (const Vertex_around_face_circulator &rhs) const
 are two circulators equal?
 

Public Attributes

 __pad0__: mesh_(m)
 default constructor