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