Boost::graph Create external property map for storing edges color
Hello everybody, I have desperated to find solution to my, I believe, simple problem which is in the following: construct "external" property map for storing edges color, this map should be suitable for such usage: boost::dynamic_properties p; p.property("color", MY_MAP); because I would like to write this property to ".dot" file using write_viz() function. Many thanks in advance for any help, Regards, --Dmitry
On Dec 10, 2005, at 10:28 AM, Dmitriy Bufistov wrote:
Hello everybody, I have desperated to find solution to my, I believe, simple problem which is in the following: construct "external" property map for storing edges color, this map should be suitable for such usage:
It's a problem that is, unfortunately, too hard to solve. We're
working to make this easier in the next release of the BGL. If you're
not overly concerned about performance, you can build a
std::map
participants (2)
-
Dmitriy Bufistov
-
Douglas Gregor