|
Boost Users : |
From: Celso Cardoso (celso.pitta_at_[hidden])
Date: 2007-02-16 09:02:57
Hi,
I'm removing edges and vertices from the graph using the calls:
clear_vertex(source);
remove_vertex(source);
But i have a property map also:
property_map<graph_t, edge_weight_t>::type weightmap;
The properties of the removed edges are removed "automatically" or do
i have to do something else? I couldn't found any docs about that.
Thanks,
Celso.
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net