MyraMath
|
Given a JobGraph, produces a .dot file for visualization with graphviz. More...
#include <myramath/MYRAMATH_EXPORT.h>
#include <iosfwd>
#include <string>
Go to the source code of this file.
Functions | |
void | myra::graphviz (const JobGraph &graph, std::ostream &out) |
Given a JobGraph, produces a .dot file for visualization with graphviz. | |
void | myra::graphviz (const JobGraph &graph, std::string filename) |
Given a JobGraph, produces a .dot file for visualization with graphviz.