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