|
Boost Users : |
Subject: Re: [Boost-users] [BGL] How do I iterate over a labeled graph?
From: eric (eric.burns_at_[hidden])
Date: 2012-10-12 15:18:18
Okay, thank you ... new issue....
I am using a labeled_graph, and if I assign a vertex property and then try
to get that node again to check the value (like so):
Vertex rootVert = patentGraph[rootName];
rootVert.vertType = "Root";
rootVert = patentGraph[rootName];
At the end rootVert.vertType is no longer "Root". Am I getting some sort of
const reference such that my assignment is getting dropped on the floor?
-- View this message in context: http://boost.2283326.n4.nabble.com/BGL-How-do-I-iterate-over-a-labeled-graph-tp4637024p4637034.html Sent from the Boost - Users mailing list archive at Nabble.com.
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net