CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches
vx_khr_dot.h File Reference
#include <VX/vx.h>

Macros

#define OPENVX_KHR_DOT   "vx_khr_dot"
 

Functions

vx_status vxExportGraphToDot (vx_graph graph, vx_char dotfile[], vx_bool showData)
 Exports a single graph to a dotfile.
 

Macro Definition Documentation

◆ OPENVX_KHR_DOT

#define OPENVX_KHR_DOT   "vx_khr_dot"

Function Documentation

◆ vxExportGraphToDot()

vx_status vxExportGraphToDot ( vx_graph graph,
vx_char dotfile[],
vx_bool showData )

Exports a single graph to a dotfile.

Parameters
[in]graphThe graph to export.
[in]dotfileThe name of the file to write to.
[in]showDataIf true, data objects will be listed in the graph too.
See also
http://www.graphviz.com