lemon/concept/ugraph.h
changeset 1980 a954b780e3ab
parent 1979 c2992fd74dad
child 1993 2115143eceea
equal deleted inserted replaced
4:8f604049c202 5:1257bf059df3
   862 //       /// developpers_interface "Developpers' interface", so it shouldn't
   862 //       /// developpers_interface "Developpers' interface", so it shouldn't
   863 //       /// be used in an end-user program.
   863 //       /// be used in an end-user program.
   864       void nextIn(Edge&) const {}
   864       void nextIn(Edge&) const {}
   865 
   865 
   866 
   866 
       
   867       void firstInc(UEdge &, bool &, const Node &) const {}
       
   868 
       
   869       void nextInc(UEdge &, bool &) const {}
       
   870 
   867       /// \brief Base node of the iterator
   871       /// \brief Base node of the iterator
   868       ///
   872       ///
   869       /// Returns the base node (the source in this case) of the iterator
   873       /// Returns the base node (the source in this case) of the iterator
   870       Node baseNode(OutEdgeIt e) const {
   874       Node baseNode(OutEdgeIt e) const {
   871 	return source(e);
   875 	return source(e);