Graphviz
2.41.20171026.1811
|
Go to the source code of this file.
Functions | |
int | agmapnametoid (Agraph_t *g, int objtype, char *str, IDTYPE *result, int createflag) |
int | agallocid (Agraph_t *g, int objtype, IDTYPE request) |
void | agfreeid (Agraph_t *g, int objtype, IDTYPE id) |
char * | agnameof (void *obj) |
void | agregister (Agraph_t *g, int objtype, void *obj) |
Variables | |
Agiddisc_t | AgIdDisc |
Definition at line 126 of file id.c.
References AGCLOS, and AGDISC.
Referenced by agidedge(), agidnode(), and agidsubg().
Definition at line 131 of file id.c.
References AGCLOS, AGDISC, and aginternalmapdelete().
Referenced by agclose(), agdeledge(), agdelnode(), agrelabel_node(), and agrename().
Definition at line 96 of file id.c.
References AGCLOS, AGDISC, aginternalmapinsert(), aginternalmaplookup(), LOCALNAMEPREFIX, and NILstr.
Referenced by agedge(), agfindnode_by_name(), agnode(), agopen(), agrelabel_node(), agrename(), and agsubg().
char* agnameof | ( | void * | obj | ) |
Definition at line 143 of file id.c.
References AGCLOS, AGDISC, AGEDGE, AGID, aginternalmapprint(), agraphof(), AGTYPE, and LOCALNAMEPREFIX.
Referenced by addGrid(), cccomps(), circleLayout(), circomps(), convert_edge_labels_to_nodes(), dumpstat(), edgecmd(), emit_clusters(), epsf_init(), fdp_initParams(), findCComp(), getsplinepoints(), graphcmd(), gvToolTred(), htmlEntityUTF8(), Import_coord_clusters_from_dot(), init_nop(), init_xdot(), install_in_rank(), is_a_cluster(), is_cluster(), main(), make_label(), makeSpline(), mark_clusters(), move_node(), nameof(), node_position(), nodecmd(), pr2graphs(), printNodeset(), removeOverlapWith(), rm(), scan_graph_mode(), solve_model(), SparseMatrix_import_dot(), twopi_layout(), user_pos(), and write_plain().
Agiddisc_t AgIdDisc |