[graph] in-depth parsing and modifications of the graph

11 Jul
2013
11 Jul
'13
3:51 p.m.
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 ! Orianne Siret

11 Jul
11 Jul
6:03 p.m.
New subject: [graph] in-depth parsing and modifications of the graph
On Thu, 11 Jul 2013, Orianne Siret wrote:
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
4339
Age (days ago)
4339
Last active (days ago)
1 comments
2 participants
participants (2)
-
Jeremiah Willcock
-
Orianne Siret