Public Member Functions |
| IteratorOnAllFaces (std::vector< Face * > *v) |
IteratorOnAllFaces & | next () |
bool | operator!= (const IteratorOnAllFaces &othr) const |
bool | operator!= (const std::vector< Face * >::iterator &ot) const |
IteratorOnAllFaces & | 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: