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. | |
FaceIterator & | operator++ () |
pre-increment iterator | |
FaceIterator | operator++ (int) |
post-increment iterator | |
FaceIterator & | operator-- () |
pre-decrement iterator | |
FaceIterator | operator-- (int) |
post-decrement iterator | |
this class iterates linearly over all faces