14 Nov
2004
14 Nov
'04
7:14 p.m.
On Nov 14, 2004, at 10:50 AM, Jeffrey Holle wrote:
Actually, there is, the bgl-viz library. This is just an optional I/O package that allows creating graphviz dot files. The reason you might want to do this is the graphviz package does a good job of laying out a graph diagram. This library doesn't get built in the primary boost build. To build it, go to $BOOST/libs/graph/build and run bjam.
To be slightly picky... you only need bgl-viz if you're going to read in GraphViz files. To write them, you only need to include the headers. Doug