#include <polyhedron.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 449 of file polyhedron.h.
1.5.3