MyraMath
Functions
graphviz.h File Reference

Given a JobGraph, produces a .dot file for visualization with graphviz. More...

#include <myramath/MYRAMATH_EXPORT.h>
#include <iosfwd>
#include <string>
Include dependency graph for graphviz.h:

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)
 

Detailed Description

Given a JobGraph, produces a .dot file for visualization with graphviz.