$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vicen (vgomez_at_[hidden])
Date: 2008-04-09 06:03:28
Hello,
I'm using the recent planar utilities of the boost graph library.
The planarity test works quite well and now I'm wondering what would be 
the most elegant way for accessing to bundled edge properties within a 
planar_face_traversal_visitor.
As far as I can see, contrary to the other visitors (BFS, DFS, etc) only 
the vertex or the edge (not the graph) are arguments in the next_vertex 
or next_edge event points...
thanks,
    Vicen