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