Graphviz 13.0.0~dev.20241220.2304
Loading...
Searching...
No Matches
gmlgraph Struct Reference

#include <gml2gv.h>

Collaboration diagram for gmlgraph:
[legend]

Data Fields

struct gmlgraphparent
 
int directed
 
attrs_t attrlist
 
nodes_t nodelist
 
edges_t edgelist
 
void * graphlist
 actually a graphs_t *
 

Detailed Description

Definition at line 43 of file gml2gv.h.

Field Documentation

◆ attrlist

attrs_t gmlgraph::attrlist

Definition at line 46 of file gml2gv.h.

Referenced by free_graph().

◆ directed

int gmlgraph::directed

Definition at line 45 of file gml2gv.h.

Referenced by pushG(), and setDir().

◆ edgelist

edges_t gmlgraph::edgelist

Definition at line 48 of file gml2gv.h.

Referenced by free_graph().

◆ graphlist

void* gmlgraph::graphlist

Definition at line 49 of file gml2gv.h.

Referenced by free_graph(), and pushG().

◆ nodelist

nodes_t gmlgraph::nodelist

Definition at line 47 of file gml2gv.h.

Referenced by free_graph().

◆ parent

struct gmlgraph* gmlgraph::parent

Definition at line 44 of file gml2gv.h.

Referenced by popG(), pushG(), and setDir().


The documentation for this struct was generated from the following file: