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