#include <polyhedron.h>
Public Member Functions | |
edge_iterator (const Polyhedron *p, unsigned e) | |
HalfEdge * | operator * () |
void | operator++ () |
void | operator++ (int) |
bool | operator== (const edge_iterator &ei) const |
bool | operator!= (const edge_iterator &ei) const |
Protected Attributes | |
const Polyhedron * | _base |
unsigned | _here |
Friends | |
class | const_edge_iterator |
Definition at line 387 of file polyhedron.h.