Public Member Functions | |
IteratorOnAllFaces_read (const std::vector< Face * > *const v) | |
IteratorOnAllFaces_read & | next () |
bool | operator!= (const IteratorOnAllFaces_read &othr) const |
bool | operator!= (const std::vector< Face * >::const_iterator &ot) const |
IteratorOnAllFaces_read & | operator++ (int) |
Face * | operator* () |
std::vector< Face * > ::const_iterator | begin () const |
std::vector< Face * > ::const_iterator | end () const |
const std::vector< Face * > * | getFaces () const |
Protected Attributes | |
const std::vector< Face * > *const | faces |
std::vector< Face * > ::const_iterator | it |