AGX Dynamics 2.41.1.2
Loading...
Searching...
No Matches
agxUtil::TaskGraphWriter Struct Reference

#include <TaskGraphWriter.h>

Static Public Member Functions

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.
 

Detailed Description

Definition at line 25 of file TaskGraphWriter.h.

Member Function Documentation

◆ 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: