Graphviz 13.0.0~dev.20241220.2304
|
This is the node struct allocated per graph (or subgraph). More...
#include <cgraph.h>
Data Fields | |
Dtlink_t | seq_link |
Dtlink_t | id_link |
Agnode_t * | node |
Dtlink_t * | in_id |
Dtlink_t * | out_id |
Dtlink_t * | in_seq |
Dtlink_t * | out_seq |
It resides in the n_dict of the graph. The node set is maintained by libcdt, but transparently to libgraph callers. Every node may be given an optional string name at its time of creation, or it is permissible to pass NULL for the name.
Dtlink_t* Agsubnode_s::in_id |
Definition at line 255 of file cgraph.h.
Referenced by agdeledgeimage(), agfindedge_by_key(), and installedge().
Dtlink_t* Agsubnode_s::in_seq |
Definition at line 256 of file cgraph.h.
Referenced by agcountuniqedges(), agdegree(), agdeledgeimage(), agfstin(), agnxtin(), and installedge().
Agnode_t* Agsubnode_s::node |
Definition at line 254 of file cgraph.h.
Referenced by agdelnodeimage(), agfindnode_by_id(), agfstnode(), aglstnode(), agnodesetfinger(), agnxtnode(), agprvnode(), agsubnodeideq(), agsubnodeseqcmpf(), dict_relabel(), and installnode().
Dtlink_t * Agsubnode_s::out_id |
Definition at line 255 of file cgraph.h.
Referenced by agdeledgeimage(), and installedge().
Dtlink_t * Agsubnode_s::out_seq |
Definition at line 256 of file cgraph.h.
Referenced by agcountuniqedges(), agdegree(), agdeledgeimage(), agfstout(), agnxtout(), and installedge().