diff -r a9f8282eb6b7 -r 725c60c7492d tools.dox --- a/tools.dox Mon Feb 22 00:42:19 2010 +0100 +++ b/tools.dox Mon Feb 22 00:43:23 2010 +0100 @@ -20,7 +20,7 @@ /** [PAGE]sec_tools[PAGE] Tools -\todo Clarify this section. +\todo This page is under construction. [SEC]sec_aux_structures[SEC] Auxiliary Data Structures Graph algorithms depend on various auxiliary data structures and algorithms. @@ -38,7 +38,7 @@ elements and an item having minimum priority can be retrieved set-wise. -[SEC]sec_graph_to_eps[SEC] Graph to EPS +[SEC]sec_graph_to_eps[SEC] Postscript Exporting Another nice feature of the library is \ref graphToEps(), a highly configurable graph displaying tool (using EPS output format). @@ -62,6 +62,11 @@ .run(); \endcode +Using this feature, various nice images can be generated from graphs, +like this one. + +\image html graph_to_eps.png + [TRAILER] */ }