Graphviz 13.0.0~dev.20241220.2304
|
#include <gml2gv.h>
Data Fields | |
struct gmlgraph * | parent |
int | directed |
attrs_t | attrlist |
nodes_t | nodelist |
edges_t | edgelist |
void * | graphlist |
actually a graphs_t * | |
attrs_t gmlgraph::attrlist |
Definition at line 46 of file gml2gv.h.
Referenced by free_graph().
edges_t gmlgraph::edgelist |
Definition at line 48 of file gml2gv.h.
Referenced by free_graph().
void* gmlgraph::graphlist |
Definition at line 49 of file gml2gv.h.
Referenced by free_graph(), and pushG().
nodes_t gmlgraph::nodelist |
Definition at line 47 of file gml2gv.h.
Referenced by free_graph().
struct gmlgraph* gmlgraph::parent |