
19 Apr
2010
19 Apr
'10
3 a.m.
On Sun, 18 Apr 2010, Tri Nguyen wrote:
You would then need to walk the vertex and edge properties of the two graphs
Dear Jeremiah,
Please explain more clearly for me the sentence: "walk the vertex ... properties of the two graphs." Did you mean that I have to walk through all the Property Tags including: vertex_index_t, vertex_name_t, vertex_distance_t, and vertex_color_t , to name but a few ?
Yes, exactly. You'll need to iterate through each property in the list. Boost.Fusion and/or Boost.MPL might be useful for that, as well as correlating the properties between the two input graphs. -- Jeremiah Willcock