lemon/list_graph.h
branch1.0
changeset 419 66aafc8c62d6
parent 280 e7f8647ce760
child 427 c59bdcc8e33e
equal deleted inserted replaced
13:a00d9e81c60f 14:9e256629a3f0
   411     /// Change the source of \c a to \c n
   411     /// Change the source of \c a to \c n
   412 
   412 
   413     /// Change the source of \c a to \c n
   413     /// Change the source of \c a to \c n
   414     ///
   414     ///
   415     ///\note The <tt>InArcIt</tt>s referencing the changed arc remain
   415     ///\note The <tt>InArcIt</tt>s referencing the changed arc remain
   416     ///valid. However the <tt>ArcIt<tt>s and <tt>OutArcIt</tt>s are
   416     ///valid. However the <tt>ArcIt</tt>s and <tt>OutArcIt</tt>s are
   417     ///invalidated.
   417     ///invalidated.
   418     ///
   418     ///
   419     ///\warning This functionality cannot be used together with the Snapshot
   419     ///\warning This functionality cannot be used together with the Snapshot
   420     ///feature.
   420     ///feature.
   421     void changeSource(Arc a, Node n) {
   421     void changeSource(Arc a, Node n) {