Polygon Mesh Processing Library
Loading...
Searching...
No Matches
SurfaceMesh::FaceIterator Class Reference

this class iterates linearly over all faces More...

#include <pmp/surface_mesh.h>

Public Member Functions

 FaceIterator (Face f=Face(), const SurfaceMesh *m=nullptr)
 Default constructor.
 
Face operator* () const
 get the face the iterator refers to
 
auto operator<=> (const FaceIterator &rhs) const =default
 Three-way comparison operator.
 
FaceIteratoroperator++ ()
 pre-increment iterator
 
FaceIterator operator++ (int)
 post-increment iterator
 
FaceIteratoroperator-- ()
 pre-decrement iterator
 
FaceIterator operator-- (int)
 post-decrement iterator
 

Detailed Description

this class iterates linearly over all faces

See also
faces_begin(), faces_end()
VertexIterator, HalfedgeIterator, EdgeIterator