this class iterates linearly over all faces More...
#include <pmp/SurfaceMesh.h>
Public Member Functions | |
FaceIterator (Face f=Face(), const SurfaceMesh *m=nullptr) | |
Default constructor. More... | |
Face | operator* () const |
get the face the iterator refers to More... | |
bool | operator== (const FaceIterator &rhs) const |
are two iterators equal? More... | |
bool | operator!= (const FaceIterator &rhs) const |
are two iterators different? More... | |
FaceIterator & | operator++ () |
pre-increment iterator More... | |
FaceIterator | operator++ (int) |
post-increment iterator More... | |
FaceIterator & | operator-- () |
pre-decrement iterator More... | |
FaceIterator | operator-- (int) |
post-decrement iterator More... | |
this class iterates linearly over all faces
|
inline |
Default constructor.
|
inline |
are two iterators different?
|
inline |
get the face the iterator refers to
|
inline |
pre-increment iterator
|
inline |
post-increment iterator
|
inline |
pre-decrement iterator
|
inline |
post-decrement iterator
|
inline |
are two iterators equal?