Easy3D 2.5.3
SurfaceMesh::HalfedgeIterator Class Reference

#include <surface_mesh.h>

Public Member Functions

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

Detailed Description

This class iterates linearly over all halfedges

See also
halfedges_begin(), halfedges_end()
VertexIterator, EdgeIterator, FaceIterator

The documentation for this class was generated from the following file: