Easy3D 2.5.3
SurfaceMesh::EdgeIterator Class Reference

#include <surface_mesh.h>

Public Member Functions

 EdgeIterator (Edge e=Edge(), const SurfaceMesh *m=nullptr)
 Default constructor.
 
Edge operator* () const
 get the edge the iterator refers to
 
bool operator== (const EdgeIterator &rhs) const
 are two iterators equal?
 
bool operator!= (const EdgeIterator &rhs) const
 are two iterators different?
 
EdgeIteratoroperator++ ()
 pre-increment iterator
 
EdgeIteratoroperator-- ()
 pre-decrement iterator
 

Detailed Description

This class iterates linearly over all edges

See also
edges_begin(), edges_end()
VertexIterator, HalfedgeIterator, FaceIterator

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