equal
deleted
inserted
replaced
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); |