#include <polyhedron_iterators.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 93 of file polyhedron_iterators.h.