Easy3D 2.5.3
SurfaceMesh::FaceIterator Class Reference

#include <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
 
bool operator== (const FaceIterator &rhs) const
 are two iterators equal?
 
bool operator!= (const FaceIterator &rhs) const
 are two iterators different?
 
FaceIteratoroperator++ ()
 pre-increment iterator
 
FaceIteratoroperator-- ()
 pre-decrement iterator
 

Detailed Description

This class iterates linearly over all faces

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

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