Graphviz 13.0.0~dev.20241222.1117
|
#include <gvcint.h>
Data Fields | |
GVC_t * | gvc |
GVG_t * | next |
char * | input_filename |
int | graph_index |
graph_t * | g |
graph_t* GVG_s::g |
Definition at line 75 of file gvcint.h.
Referenced by gvg_init().
int GVG_s::graph_index |
Definition at line 74 of file gvcint.h.
Referenced by gvg_init(), and gvRenderJobs().
GVC_t* GVG_s::gvc |
Definition at line 70 of file gvcint.h.
Referenced by gvg_init().
char* GVG_s::input_filename |
Definition at line 73 of file gvcint.h.
Referenced by gvg_init(), and gvRenderJobs().
GVG_t* GVG_s::next |
Definition at line 71 of file gvcint.h.
Referenced by gvFreeContext(), and gvg_init().