$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jeffrey Holle (jeffreyholle_at_[hidden])
Date: 2006-12-03 21:47:25
I using the boost CVS version, obtained last week Tuesday.
I'm interested in using read_graphviz in a fairly complex manner.
I want to read multiple properties from a *.dot file, including:
- 1 graph property
- 2 vertex properties
- 2 edge properties
Can this be done with the read_graphviz?
Moreover, I would like these properties to end up outside of the graph.
If this is possible, how is it done?