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