#include <polyhedron_iterators.h>
Public Member Functions | |
const_vertex_iterator (const Polyhedron *p, unsigned v) | |
const_vertex_iterator (const vertex_iterator &v) | |
const Vertex * | operator * () |
void | operator++ () |
void | operator++ (int) |
bool | operator== (const const_vertex_iterator &vi) const |
bool | operator!= (const const_vertex_iterator &vi) const |
Protected Attributes | |
const Polyhedron * | _base |
unsigned | _here |
Definition at line 137 of file polyhedron_iterators.h.