#include <polyhedron_iterators.h>
Public Member Functions | |
| face_iterator (const Polyhedron *p, unsigned f) | |
| Face * | operator * () |
| void | operator++ () |
| void | operator++ (int) |
| bool | operator== (const face_iterator &fi) const |
| bool | operator!= (const face_iterator &fi) const |
Protected Attributes | |
| const Polyhedron * | _base |
| unsigned | _here |
Friends | |
| class | const_face_iterator |
Definition at line 30 of file polyhedron_iterators.h.
1.5.3