#include <graph.h>

Data Fields | |
| int | tag:4 |
| int | pad:4 |
| int | handle:24 |
| char ** | attr |
| char * | didset |
| char * | name |
| int | id |
| Agraph_t * | graph |
| Agnodeinfo_t | u |
Definition at line 78 of file graph.h.
| char** Agnode_t::attr |
Definition at line 82 of file graph.h.
Referenced by agFREEnode(), agNEWnode(), agopen(), agsubg(), and agusergraph().
| char* Agnode_t::didset |
Definition at line 83 of file graph.h.
Referenced by agFREEnode(), and agNEWnode().
Definition at line 86 of file graph.h.
Referenced by agclose(), agDELedge(), agDELnode(), agfindsubg(), agFREEedge(), agFREEnode(), agINSgraph(), agINSnode(), agNEWnode(), agsubg(), agusergraph(), agwredge(), agwrnode(), arrow_flags(), edge(), findCComp(), gvplugin_graph(), html_path(), rm(), and virtual_node().
| int Agnode_t::handle |
| int Agnode_t::id |
Definition at line 85 of file graph.h.
Referenced by agcmpin(), agcmpout(), agINSnode(), agNEWnode(), and UF_union().
| char* Agnode_t::name |
Definition at line 84 of file graph.h.
Referenced by agFREEnode(), agNEWnode(), agwredge(), agwrnode(), main(), makeGraphs(), node_position(), and virtual_node().
| int Agnode_t::pad |
| int Agnode_t::tag |
Definition at line 79 of file graph.h.
Referenced by agNEWnode().
Definition at line 87 of file graph.h.
Referenced by gv_cleanup_node().
1.6.1