#include <face.h>
Public Member Functions | |
| edge_circulator (const Face *f, HalfEdge *h) | |
| HalfEdge * | operator * () |
| void | operator++ () |
| void | operator++ (int) |
| bool | operator== (const edge_circulator &e) const |
| bool | operator!= (const edge_circulator &e) const |
Protected Attributes | |
| const Face * | _base |
| HalfEdge * | _here |
Definition at line 40 of file face.h.
1.5.3