Graphviz 13.0.0~dev.20241220.2304
|
#include <gvpr.h>
Data Fields | |
Agraph_t ** | ingraphs |
size_t | n_outgraphs |
if GV_USE_OUTGRAPH set, output graphs | |
Agraph_t ** | outgraphs |
gvprwr | out |
gvprwr | err |
int | flags |
gvprbinding * | bindings |
gvprbinding* gvpropts::bindings |
Definition at line 70 of file gvpr.h.
Referenced by gvpr_core().
int gvpropts::flags |
Definition at line 69 of file gvpr.h.
Referenced by gvpr_core().
Agraph_t** gvpropts::ingraphs |
Definition at line 64 of file gvpr.h.
Referenced by addOutputGraph(), and gvpr_core().
size_t gvpropts::n_outgraphs |
Definition at line 65 of file gvpr.h.
Referenced by addOutputGraph(), and gvpr_core().
Agraph_t** gvpropts::outgraphs |
Definition at line 66 of file gvpr.h.
Referenced by addOutputGraph(), and gvpr_core().