Graphviz file I/O (UNCLASSIFIED)

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. Thank you. Classification: UNCLASSIFIED Caveats: NONE

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
participants (2)
-
Jeremiah Willcock
-
Neiderer, Andrew M CIV (US)