lemon/concept/graph.h
changeset 1633 4bc163d55528
parent 1630 f67737f5727a
child 1643 9285f3777553
equal deleted inserted replaced
8:b3c3a34a5095 9:6f985bffcb6c
   402         EdgeIt(Invalid) { }
   402         EdgeIt(Invalid) { }
   403         /// This constructor sets the iterator to the first edge.
   403         /// This constructor sets the iterator to the first edge.
   404     
   404     
   405         /// This constructor sets the iterator to the first edge of \c g.
   405         /// This constructor sets the iterator to the first edge of \c g.
   406         ///@param g the graph
   406         ///@param g the graph
   407         EdgeIt(const StaticGraph&) { }
   407         EdgeIt(const StaticGraph& g) { }
   408         /// Edge -> EdgeIt conversion
   408         /// Edge -> EdgeIt conversion
   409 
   409 
   410         /// Sets the iterator to the value of the trivial iterator \c e.
   410         /// Sets the iterator to the value of the trivial iterator \c e.
   411         /// This feature necessitates that each time we 
   411         /// This feature necessitates that each time we 
   412         /// iterate the edge-set, the iteration order is the same.
   412         /// iterate the edge-set, the iteration order is the same.