Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / graph / doc / DFSVisitor.html
index f81f616..a018257 100644 (file)
@@ -150,6 +150,15 @@ undirected graph this method is never called.
 </tr>
 
 <tr>
+<td>Finish Edge</td> 
+<td><tt>vis.finish_edge(e, g)</tt></td> 
+<td><tt>void</tt></td> 
+<td> 
+This is invoked on each non-tree edge as well as on each tree edge after 
+<tt>finish_vertex</tt> has been called on its target vertex.</td> 
+</tr> 
+<tr> 
 <td>Finish Vertex</td>
 <td><tt>vis.finish_vertex(u, g)</tt></td>
 <td><tt>void</tt></td>