#include <graph.h>
Collaboration diagram for Agraph_t:
Data Fields | |
int | tag:4 |
int | kind:4 |
int | handle:24 |
char ** | attr |
char * | didset |
char * | name |
Agdata_t * | univ |
Dict_t * | nodes |
Dict_t * | inedges |
Dict_t * | outedges |
Agraph_t * | root |
Agnode_t * | meta_node |
Agproto_t * | proto |
Agraphinfo_t | u |
Definition at line 63 of file graph.h.
int Agraph_t::tag |
int Agraph_t::kind |
int Agraph_t::handle |
char** Agraph_t::attr |
char* Agraph_t::didset |
char* Agraph_t::name |
Definition at line 69 of file graph.h.
Referenced by agwrite(), circomps(), fdp_initParams(), findCComp(), init_nop(), install_in_rank(), is_cluster(), layout(), main(), mark_clusters(), nameof(), neato_layout(), removeOverlapAs(), scan_graph_mode(), and solve_model().
Definition at line 70 of file graph.h.
Referenced by agclose(), agfindnode(), agFREEedge(), agFREEnode(), agNEWedge(), agNEWnode(), agnode(), agwredge(), agwrite(), agwrnode(), firstattr(), and nextattr().
Definition at line 71 of file graph.h.
Referenced by agDELnode(), agfindnode(), agfstnode(), agidnode(), agINSnode(), aglstnode(), agnnodes(), agnxtnode(), and agprvnode().
Definition at line 71 of file graph.h.
Referenced by agDELedge(), agfstin(), agnxtedge(), and agnxtin().
Definition at line 71 of file graph.h.
Referenced by agDELedge(), agfstout(), agnedges(), agnxtedge(), and agnxtout().
Definition at line 72 of file graph.h.
Referenced by agclose(), agDELedge(), agDELnode(), agedgeattr(), agfindnode(), agNEWnode(), agnode(), agnodeattr(), agraphattr(), agwredge(), build_ranks(), circo_cleanup(), circoLayout(), class2(), common_init_node(), do_graph_label(), firstattr(), flat_edge(), getv(), graphof(), gvLayoutJobs(), gvRender(), gvRenderData(), gvRenderFilename(), interclexp(), make_html_label(), neato_cleanup_graph(), neato_init_graphn(), nextattr(), nodeInduce(), place_graph_label(), rec_reset_vlists(), rm(), rootof(), scan_graph_mode(), setv(), size_label(), and spline_edges0().
Definition at line 73 of file graph.h.
Referenced by agclose(), agDELedge(), agDELnode(), agfindsubg(), agINSgraph(), agINSnode(), agopen(), agsubg(), agusergraph(), circomps(), findCComp(), firstsubg(), firstsupg(), neato_layout(), nextsubg(), nextsupg(), and rm().
Definition at line 74 of file graph.h.
Referenced by agclose(), agedge(), agedgeattr(), agnode(), agnodeattr(), agparse(), agpopproto(), agpushproto(), agwredge(), agwrnode(), attach_attrs_and_arrows(), dot_sameports(), fdp_init_node_edge(), getv(), neato_init_node_edge(), protoedge(), protonode(), scan_graph_mode(), and setv().
Definition at line 75 of file graph.h.
Referenced by circo_cleanup(), fdp_init_graph(), graph_cleanup(), and neato_cleanup_graph().