$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Graphviz file I/O (UNCLASSIFIED)
From: Jeremiah Willcock (jewillco_at_[hidden])
Date: 2012-03-06 11:33:34
On Tue, 6 Mar 2012, Neiderer, Andrew M CIV (US) wrote:
> Classification: UNCLASSIFIED
> Caveats: NONE
>
> I try but have difficulty with compile/translate, execution errors :-(
> But maybe with use.
>
> I am trying to r/w Graphviz files.
> The following is result of
> "write_graphviz(std::cout,g,dp,std::string("id"));"
>
> Could someone tell me how/what to correct.
To use a dynamic_properties object, you need to use the write_graphviz_dp
function instead of write_graphviz.
-- Jeremiah Willcock