$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [graph] in-depth parsing and modifications of the graph
From: Jeremiah Willcock (jewillco_at_[hidden])
Date: 2013-07-11 14:03:50
On Thu, 11 Jul 2013, Orianne Siret wrote:
> Hello,
> I would like to know if it is possible to parse a boost graph in depth while
> being able to modify the properties of the verices you parse ? I saw there is
> a in-depth parser but it seems to not allow the modifications of properties ?
> Thanks in advance for your help !
I'm not sure what you're asking. What do you mean by "parse"? Do you
mean traverse it in a depth-first order? If so, you can write visitors
that have access to properties of vertices and edges, and can change them.
Is there a more specific issue that you are having doing that?
-- Jeremiah Willcock