Graphviz 13.0.0~dev.20250121.0651
Loading...
Searching...
No Matches
Agraph_s Struct Reference

graph or subgraph More...

#include <cgraph.h>

Collaboration diagram for Agraph_s:
[legend]

Data Fields

Agobj_t base
 
Agdesc_t desc
 
Dtlink_t seq_link
 
Dtlink_t id_link
 
Dict_tn_seq
 the node set in sequence
 
struct graphviz_node_setn_id
 the node set indexed by ID
 
Dict_te_seq
 
Dict_te_id
 holders for edge sets
 
Dict_tg_seq
 
Dict_tg_id
 
void * g_seq2
 
Agraph_tparent
 
Agraph_troot
 subgraphs - ancestors
 
Agclos_tclos
 shared resources
 

Detailed Description

Definition at line 424 of file cgraph.h.

Field Documentation

◆ base

Agobj_t Agraph_s::base

Definition at line 425 of file cgraph.h.

Referenced by getrep(), gvpr_core(), setrep(), and xdot_end_graph().

◆ clos

◆ desc

◆ e_id

Dict_t * Agraph_s::e_id

Definition at line 431 of file cgraph.h.

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

◆ e_seq

Dict_t* Agraph_s::e_seq

◆ g_id

Dict_t * Agraph_s::g_id

subgraphs - descendants

Definition at line 432 of file cgraph.h.

Referenced by agclose(), agdelsubg(), agfindsubg_by_id(), and agopen1().

◆ g_seq

Dict_t* Agraph_s::g_seq

Definition at line 432 of file cgraph.h.

Referenced by agclose(), agdelsubg(), agfstsubg(), agnsubg(), agnxtsubg(), and agopen1().

◆ g_seq2

void* Agraph_s::g_seq2

alternative subgraphs representation

A C array of the subgraphs for faster iteration. This is only expected to be accessed by libcgraph internally.

Definition at line 437 of file cgraph.h.

Referenced by agclose(), agdelsubg(), and agopen1().

◆ id_link

Dtlink_t Agraph_s::id_link

Definition at line 428 of file cgraph.h.

◆ n_id

struct graphviz_node_set* Agraph_s::n_id

◆ n_seq

◆ parent

Agraph_t* Agraph_s::parent

Definition at line 438 of file cgraph.h.

Referenced by agparent(), firstsupg(), and localsubg().

◆ root

◆ seq_link

Dtlink_t Agraph_s::seq_link

Definition at line 427 of file cgraph.h.


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