![]() |
Patate Lib
0.5
|
this class circulates through all halfedges of a face. it also acts as a container-concept for C++11 range-based for loops.
Public Member Functions | |
active_ (true) | |
bool | operator== (const HalfedgeAroundFaceCirculator &rhs) const |
are two circulators equal? | |
bool | operator!= (const HalfedgeAroundFaceCirculator &rhs) const |
are two circulators different? | |
HalfedgeAroundFaceCirculator & | operator++ () |
pre-increment (rotates counter-clockwise) | |
HalfedgeAroundFaceCirculator & | operator-- () |
pre-decrement (rotates clockwise) | |
Halfedge | operator* () const |
get the halfedge the circulator refers to | |
HalfedgeAroundFaceCirculator & | begin () |
HalfedgeAroundFaceCirculator & | end () |
Public Attributes | |
__pad0__: mesh_(m) | |
default constructur | |