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

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

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
participants (2)
-
Jeremiah Willcock
-
Orianne Siret