lemon/list_graph.h
changeset 1053 1c978b5bcc65
parent 1025 c8fa41fcc4a7
child 1092 dceba191c00d
equal deleted inserted replaced
31:63e7900277b7 32:15c2fef2b200
   443     ///then the newly created loops are removed.
   443     ///then the newly created loops are removed.
   444     ///
   444     ///
   445     ///\note The moved arcs are joined to node \c u using changeSource()
   445     ///\note The moved arcs are joined to node \c u using changeSource()
   446     ///or changeTarget(), thus \c ArcIt and \c OutArcIt iterators are
   446     ///or changeTarget(), thus \c ArcIt and \c OutArcIt iterators are
   447     ///invalidated for the outgoing arcs of node \c v and \c InArcIt
   447     ///invalidated for the outgoing arcs of node \c v and \c InArcIt
   448     ///iterators are invalidated for the incomming arcs of \c v.
   448     ///iterators are invalidated for the incoming arcs of \c v.
   449     ///Moreover all iterators referencing node \c v or the removed
   449     ///Moreover all iterators referencing node \c v or the removed
   450     ///loops are also invalidated. Other iterators remain valid.
   450     ///loops are also invalidated. Other iterators remain valid.
   451     ///
   451     ///
   452     ///\warning This functionality cannot be used together with the Snapshot
   452     ///\warning This functionality cannot be used together with the Snapshot
   453     ///feature.
   453     ///feature.