this class circulates through all halfedges of a face. More...
#include <pmp/SurfaceMesh.h>
Public Member Functions | |
HalfedgeAroundFaceCirculator (const SurfaceMesh *m=nullptr, Face f=Face()) | |
default constructor More... | |
bool | operator== (const HalfedgeAroundFaceCirculator &rhs) const |
are two circulators equal? More... | |
bool | operator!= (const HalfedgeAroundFaceCirculator &rhs) const |
are two circulators different? More... | |
HalfedgeAroundFaceCirculator & | operator++ () |
pre-increment (rotates counter-clockwise) More... | |
HalfedgeAroundFaceCirculator | operator++ (int) |
post-increment (rotate counter-clockwise) More... | |
HalfedgeAroundFaceCirculator & | operator-- () |
pre-decrement (rotates clockwise) More... | |
HalfedgeAroundFaceCirculator | operator-- (int) |
post-decrement (rotate clockwise) More... | |
Halfedge | operator* () const |
get the halfedge the circulator refers to More... | |
this class circulates through all halfedges of a face.
it also acts as a container-concept for C++11 range-based for loops.
|
inline |
default constructor
|
inline |
are two circulators different?
|
inline |
get the halfedge the circulator refers to
|
inline |
pre-increment (rotates counter-clockwise)
|
inline |
post-increment (rotate counter-clockwise)
|
inline |
pre-decrement (rotates clockwise)
|
inline |
post-decrement (rotate clockwise)
|
inline |
are two circulators equal?