
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

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
::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.
participants (2)
-
Celso Cardoso
-
Jeffrey Holle