Public Member Functions |
| IteratorOnFaces (std::vector< Face * > *v) |
IteratorOnFaces & | next () |
bool | operator!= (const IteratorOnFaces &othr) const |
bool | operator!= (const std::vector< Face * >::iterator &ot) const |
IteratorOnFaces & | operator++ (int) |
Face * | operator* () |
std::vector< Face * >::iterator | begin () const |
std::vector< Face * >::iterator | end () const |
std::vector< Face * > * | getFaces () const |
Protected Attributes |
std::vector< Face * > * | faces |
std::vector< Face * >::iterator | it |
The documentation for this class was generated from the following file: