Graphviz  2.41.20171026.1811
Functions
subg.c File Reference
#include <cghdr.h>
Include dependency graph for subg.c:

Go to the source code of this file.

Functions

Agraph_tagidsubg (Agraph_t *g, IDTYPE id, int cflag)
 
Agraph_tagsubg (Agraph_t *g, char *name, int cflag)
 
Agraph_tagfstsubg (Agraph_t *g)
 
Agraph_tagnxtsubg (Agraph_t *subg)
 
Agraph_tagparent (Agraph_t *g)
 
long agdelsubg (Agraph_t *g, Agraph_t *subg)
 

Function Documentation

long agdelsubg ( Agraph_t g,
Agraph_t subg 
)

Definition at line 93 of file subg.c.

References dtdelete, and Agraph_s::g_dict.

Referenced by agclose(), aghide(), and deleteGraph().

Agraph_t* agfstsubg ( Agraph_t g)
Agraph_t* agidsubg ( Agraph_t g,
IDTYPE  id,
int  cflag 
)

Definition at line 43 of file subg.c.

References agallocid(), AGRAPH, and NILgraph.

Referenced by agrename().

Agraph_t* agnxtsubg ( Agraph_t subg)
Agraph_t* agparent ( Agraph_t g)
Agraph_t* agsubg ( Agraph_t g,
char *  name,
int  cflag 
)