Public Member Functions | |
edge_circulator (const Vertex *v, HalfEdge *h) | |
const Vertex * | base () const |
HalfEdge * | operator * () |
void | operator++ () |
void | operator++ (int) |
bool | operator== (const edge_circulator &e) const |
bool | operator!= (const edge_circulator &e) const |
Protected Attributes | |
const Vertex * | _base |
HalfEdge * | _here |
Friends | |
class | const_edge_circulator |
Definition at line 38 of file vertex.h.