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