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