Export a Top DAG as a DOT graph.
More...
#include <DotGraphExporter.h>
|
| void | write (const TopDag< DataType > &dag, const string &filename) |
| |
| void | write (const TopDag< DataType > &tree, const string &filename, const int nodeId=0) |
| |
|
| void | writeNode (std::ostream &out, const TopDag< DataType > &dag, const int nodeId) |
| | iteratively write the tree to an output stream More...
|
| |
|
| static void | drawSvg (const string &dotfile, const string &outfilename) |
| |
template<typename DataType>
struct TopDagDotGraphExporter< DataType >
Export a Top DAG as a DOT graph.
Definition at line 92 of file DotGraphExporter.h.
template<typename DataType >
write a tree's dot graph to a file
- Parameters
-
| tree | the tree to write |
| filename | output filename (path must exist) |
Definition at line 96 of file DotGraphExporter.h.
template<typename DataType >
template<typename DataType >
The documentation for this struct was generated from the following file: