#include <graph.h>
Data Fields | |
| int | tag:4 |
| int | printkey:4 |
| int | handle:24 |
| char ** | attr |
| char * | didset |
| Agnode_t * | head |
| Agnode_t * | tail |
| int | id |
| Agedgeinfo_t | u |
Definition at line 90 of file graph.h.
| char** Agedge_t::attr |
Definition at line 94 of file graph.h.
Referenced by agedge(), agFREEedge(), agfstin(), agfstout(), agNEWedge(), agwredge(), and write_plain().
| char* Agedge_t::didset |
| int Agedge_t::handle |
Definition at line 96 of file graph.h.
Referenced by agclose(), agcmpin(), agcmpout(), agDELedge(), agDELnode(), agedge(), agfstin(), agfstout(), agNEWedge(), agnxtedge(), agnxtin(), agpopproto(), agwredge(), circomps(), findCComp(), main(), mark_clusters(), and mark_lowclusters().
| int Agedge_t::id |
| int Agedge_t::tag |
Definition at line 96 of file graph.h.
Referenced by agcmpin(), agcmpout(), agedge(), agFREEedge(), agfstin(), agfstout(), agINSnode(), agNEWedge(), agnxtedge(), agnxtout(), agpopproto(), agwredge(), and arrow_flags().
Definition at line 98 of file graph.h.
Referenced by gv_cleanup_edge(), mark_clusters(), and mark_lowclusters().
1.5.8