Graphviz 12.0.1~dev.20240715.2254
Loading...
Searching...
No Matches
Agsubnode_s Struct Reference

This is the node struct allocated per graph (or subgraph). More...

#include <cgraph.h>

Collaboration diagram for Agsubnode_s:
[legend]

Data Fields

Dtlink_t seq_link
 
Dtlink_t id_link
 
Agnode_tnode
 
Dtlink_tin_id
 
Dtlink_tout_id
 
Dtlink_tin_seq
 
Dtlink_tout_seq
 

Detailed Description

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.

Definition at line 251 of file cgraph.h.

Field Documentation

◆ id_link

Dtlink_t Agsubnode_s::id_link

Definition at line 253 of file cgraph.h.

◆ in_id

Dtlink_t* Agsubnode_s::in_id

Definition at line 255 of file cgraph.h.

Referenced by agdeledgeimage(), agfindedge_by_key(), and installedge().

◆ in_seq

Dtlink_t* Agsubnode_s::in_seq

Definition at line 256 of file cgraph.h.

Referenced by agcountuniqedges(), agdegree(), agdeledgeimage(), agfstin(), agnxtin(), and installedge().

◆ node

◆ out_id

Dtlink_t * Agsubnode_s::out_id

Definition at line 255 of file cgraph.h.

Referenced by agdeledgeimage(), and installedge().

◆ out_seq

Dtlink_t * Agsubnode_s::out_seq

Definition at line 256 of file cgraph.h.

Referenced by agcountuniqedges(), agdegree(), agdeledgeimage(), agfstout(), agnxtout(), and installedge().

◆ seq_link

Dtlink_t Agsubnode_s::seq_link

Definition at line 252 of file cgraph.h.


The documentation for this struct was generated from the following file: