Boost logo

Boost Users :

From: Jeffrey Holle (jeffreyholle_at_[hidden])
Date: 2007-02-16 11:09:47


Internal properties are "automatically" managed.
This is a primary reason to use internal verses external properties.

Celso Cardoso wrote:
> 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