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

Detailed Description

this class iterates linearly over all halfedges

See Also
halfedges_begin(), halfedges_end()
Vertex_iterator, Edge_iterator, Face_iterator
+ Collaboration diagram for gsSurfMesh::Halfedge_iterator:

Public Member Functions

 Halfedge_iterator (Halfedge h=Halfedge(), const gsSurfMesh *m=NULL)
 Default constructor.
 
bool operator!= (const Halfedge_iterator &rhs) const
 are two iterators different?
 
Halfedge operator* () const
 get the halfedge the iterator refers to
 
Halfedge_iteratoroperator++ ()
 pre-increment iterator
 
Halfedge_iteratoroperator-- ()
 pre-decrement iterator
 
bool operator== (const Halfedge_iterator &rhs) const
 are two iterators equal?