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