#include <TaskGraphWriter.h>
|
| static bool | writeTaskGraph (const agx::TaskGroup &task, const char *filename, bool withTempFile=true) |
| | Write a .dot file containing all tasks and dependencies within the given task group.
|
| |
Definition at line 25 of file TaskGraphWriter.h.
◆ writeTaskGraph()
| static bool agxUtil::TaskGraphWriter::writeTaskGraph |
( |
const agx::TaskGroup & |
task, |
|
|
const char * |
filename, |
|
|
bool |
withTempFile = true |
|
) |
| |
|
static |
Write a .dot file containing all tasks and dependencies within the given task group.
- Parameters
-
| task | - The task to write task- and dependency graph for. |
| filename | - The file to write the resulting graph to. |
| withTempFile | - If true, then the graph is written to a temporary file first and the file renamed when writing is done. |
- Returns
- True if the graph was written successfully. False otherwise.
The documentation for this struct was generated from the following file: