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