Graphviz 13.0.0~dev.20241220.2304
|
graph descriptor More...
#include <cgraph.h>
Data Fields | |
unsigned | directed: 1 |
unsigned | strict: 1 |
unsigned | no_loop: 1 |
unsigned | maingraph: 1 |
unsigned | no_write: 1 |
unsigned | has_attrs: 1 |
unsigned | has_cmpnd: 1 |
unsigned Agdesc_s::directed |
Definition at line 285 of file cgraph.h.
Referenced by agisdirected(), readGraphs(), startgraph(), startgraph(), write_hdr(), writeHdr(), and xargs().
unsigned Agdesc_s::has_attrs |
Definition at line 290 of file cgraph.h.
Referenced by agclose(), agdeledge(), agdelnode(), agopen1(), agraphattr_init(), and newedge().
unsigned Agdesc_s::maingraph |
Definition at line 288 of file cgraph.h.
Referenced by agopen(), and localsubg().
unsigned Agdesc_s::no_loop |
Definition at line 287 of file cgraph.h.
Referenced by agissimple(), and ok_to_make_edge().
unsigned Agdesc_s::strict |
Definition at line 286 of file cgraph.h.
Referenced by agissimple(), agisstrict(), and xargs().