Graphviz 13.0.0~dev.20241222.1117
Loading...
Searching...
No Matches
gv_go.cpp File Reference
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <gvc/gvc.h>
Include dependency graph for gv_go.cpp:

Go to the source code of this file.

Data Structures

struct  _gostring_
 
struct  _goslice_
 

Macros

#define SWIG_VERSION   0x040200
 
#define SWIGGO
 
#define SWIGMODULE   gv
 
#define SWIGTEMPLATEDISAMBIGUATOR
 
#define SWIGINLINE
 
#define SWIGUNUSED
 
#define SWIGUNUSEDPARM(p)   p SWIGUNUSED
 
#define SWIGINTERN   static SWIGUNUSED
 
#define SWIGINTERNINLINE   SWIGINTERN SWIGINLINE
 
#define SWIGEXPORT
 
#define SWIGSTDCALL
 
#define SWIG_NULLPTR   NULL
 
#define SWIGSTRUCTPACKED   __attribute__((__packed__))
 

Typedefs

typedef long long intgo
 
typedef unsigned long long uintgo
 

Functions

static _gostring_ Swig_AllocateString (const char *p, size_t l)
 
static void Swig_free (void *p)
 
static void * Swig_malloc (int c)
 
Agraph_tgraph (char *name)
 
Agraph_tdigraph (char *name)
 
Agraph_tstrictgraph (char *name)
 
Agraph_tstrictdigraph (char *name)
 
Agraph_treadstring (char *string)
 
Agraph_tread (const char *filename)
 
Agraph_tread (FILE *f)
 
Agraph_tgraph (Agraph_t *g, char *name)
 
Agnode_tnode (Agraph_t *g, char *name)
 
Agedge_tedge (Agnode_t *t, Agnode_t *h)
 
Agedge_tedge (Agnode_t *t, char *hname)
 
Agedge_tedge (char *tname, Agnode_t *h)
 
Agedge_tedge (Agraph_t *g, char *tname, char *hname)
 
char * setv (Agraph_t *g, char *attr, char *val)
 
char * setv (Agnode_t *n, char *attr, char *val)
 
char * setv (Agedge_t *e, char *attr, char *val)
 
char * setv (Agraph_t *g, Agsym_t *a, char *val)
 
char * setv (Agnode_t *n, Agsym_t *a, char *val)
 
char * setv (Agedge_t *e, Agsym_t *a, char *val)
 
char * getv (Agraph_t *g, char *attr)
 
char * getv (Agnode_t *n, char *attr)
 
char * getv (Agedge_t *e, char *attr)
 
char * getv (Agraph_t *g, Agsym_t *a)
 
char * getv (Agnode_t *n, Agsym_t *a)
 
char * getv (Agedge_t *e, Agsym_t *a)
 
char * nameof (Agraph_t *g)
 
char * nameof (Agnode_t *n)
 
char * nameof (Agsym_t *a)
 
Agraph_tfindsubg (Agraph_t *g, char *name)
 
Agnode_tfindnode (Agraph_t *g, char *name)
 
Agedge_tfindedge (Agnode_t *t, Agnode_t *h)
 
Agsym_tfindattr (Agraph_t *g, char *name)
 
Agsym_tfindattr (Agnode_t *n, char *name)
 
Agsym_tfindattr (Agedge_t *e, char *name)
 
Agnode_theadof (Agedge_t *e)
 
Agnode_ttailof (Agedge_t *e)
 
Agraph_tgraphof (Agraph_t *g)
 
Agraph_tgraphof (Agedge_t *e)
 
Agraph_tgraphof (Agnode_t *n)
 
Agraph_trootof (Agraph_t *g)
 
Agnode_tprotonode (Agraph_t *g)
 
Agedge_tprotoedge (Agraph_t *g)
 
bool ok (Agraph_t *g)
 
bool ok (Agnode_t *n)
 
bool ok (Agedge_t *e)
 
bool ok (Agsym_t *a)
 
Agraph_tfirstsubg (Agraph_t *g)
 
Agraph_tnextsubg (Agraph_t *g, Agraph_t *sg)
 
Agraph_tfirstsupg (Agraph_t *g)
 
Agraph_tnextsupg (Agraph_t *g, Agraph_t *sg)
 
Agedge_tfirstedge (Agraph_t *g)
 
Agedge_tnextedge (Agraph_t *g, Agedge_t *e)
 
Agedge_tfirstout (Agraph_t *g)
 
Agedge_tnextout (Agraph_t *g, Agedge_t *e)
 
Agedge_tfirstedge (Agnode_t *n)
 
Agedge_tnextedge (Agnode_t *n, Agedge_t *e)
 
Agedge_tfirstout (Agnode_t *n)
 
Agedge_tnextout (Agnode_t *n, Agedge_t *e)
 
Agnode_tfirsthead (Agnode_t *n)
 
Agnode_tnexthead (Agnode_t *n, Agnode_t *h)
 
Agedge_tfirstin (Agraph_t *g)
 
Agedge_tnextin (Agnode_t *n, Agedge_t *e)
 
Agedge_tfirstin (Agnode_t *n)
 
Agedge_tnextin (Agraph_t *g, Agedge_t *e)
 
Agnode_tfirsttail (Agnode_t *n)
 
Agnode_tnexttail (Agnode_t *n, Agnode_t *t)
 
Agnode_tfirstnode (Agraph_t *g)
 
Agnode_tnextnode (Agraph_t *g, Agnode_t *n)
 
Agnode_tfirstnode (Agedge_t *e)
 
Agnode_tnextnode (Agedge_t *e, Agnode_t *n)
 
Agsym_tfirstattr (Agraph_t *g)
 
Agsym_tnextattr (Agraph_t *g, Agsym_t *a)
 
Agsym_tfirstattr (Agedge_t *e)
 
Agsym_tnextattr (Agedge_t *e, Agsym_t *a)
 
Agsym_tfirstattr (Agnode_t *n)
 
Agsym_tnextattr (Agnode_t *n, Agsym_t *a)
 
bool rm (Agraph_t *g)
 
bool rm (Agnode_t *n)
 
bool rm (Agedge_t *e)
 
bool layout (Agraph_t *g, const char *engine)
 
bool render (Agraph_t *g)
 
bool render (Agraph_t *g, const char *format)
 
bool render (Agraph_t *g, const char *format, FILE *fout)
 
bool render (Agraph_t *g, const char *format, const char *filename)
 
void renderresult (Agraph_t *g, const char *format, char *outdata)
 
bool renderchannel (Agraph_t *g, const char *format, const char *channelname)
 
char * renderdata (Agraph_t *g, const char *format)
 
bool write (Agraph_t *g, const char *filename)
 
bool write (Agraph_t *g, FILE *f)
 
bool tred (Agraph_t *g)
 
void _wrap_Swig_free_gv_f72e3b2553238da4 (void *_swig_go_0)
 
void * _wrap_Swig_malloc_gv_f72e3b2553238da4 (intgo _swig_go_0)
 
Agraph_t_wrap_graph__SWIG_0_gv_f72e3b2553238da4 (_gostring_ _swig_go_0)
 
Agraph_t_wrap_digraph_gv_f72e3b2553238da4 (_gostring_ _swig_go_0)
 
Agraph_t_wrap_strictgraph_gv_f72e3b2553238da4 (_gostring_ _swig_go_0)
 
Agraph_t_wrap_strictdigraph_gv_f72e3b2553238da4 (_gostring_ _swig_go_0)
 
Agraph_t_wrap_readstring_gv_f72e3b2553238da4 (_gostring_ _swig_go_0)
 
Agraph_t_wrap_read__SWIG_0_gv_f72e3b2553238da4 (_gostring_ _swig_go_0)
 
Agraph_t_wrap_read__SWIG_1_gv_f72e3b2553238da4 (FILE *_swig_go_0)
 
Agraph_t_wrap_graph__SWIG_1_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0, _gostring_ _swig_go_1)
 
Agnode_t_wrap_node_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0, _gostring_ _swig_go_1)
 
Agedge_t_wrap_edge__SWIG_0_gv_f72e3b2553238da4 (Agnode_t *_swig_go_0, Agnode_t *_swig_go_1)
 
Agedge_t_wrap_edge__SWIG_1_gv_f72e3b2553238da4 (Agnode_t *_swig_go_0, _gostring_ _swig_go_1)
 
Agedge_t_wrap_edge__SWIG_2_gv_f72e3b2553238da4 (_gostring_ _swig_go_0, Agnode_t *_swig_go_1)
 
Agedge_t_wrap_edge__SWIG_3_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0, _gostring_ _swig_go_1, _gostring_ _swig_go_2)
 
_gostring_ _wrap_setv__SWIG_0_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0, _gostring_ _swig_go_1, _gostring_ _swig_go_2)
 
_gostring_ _wrap_setv__SWIG_1_gv_f72e3b2553238da4 (Agnode_t *_swig_go_0, _gostring_ _swig_go_1, _gostring_ _swig_go_2)
 
_gostring_ _wrap_setv__SWIG_2_gv_f72e3b2553238da4 (Agedge_t *_swig_go_0, _gostring_ _swig_go_1, _gostring_ _swig_go_2)
 
_gostring_ _wrap_setv__SWIG_3_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0, Agsym_t *_swig_go_1, _gostring_ _swig_go_2)
 
_gostring_ _wrap_setv__SWIG_4_gv_f72e3b2553238da4 (Agnode_t *_swig_go_0, Agsym_t *_swig_go_1, _gostring_ _swig_go_2)
 
_gostring_ _wrap_setv__SWIG_5_gv_f72e3b2553238da4 (Agedge_t *_swig_go_0, Agsym_t *_swig_go_1, _gostring_ _swig_go_2)
 
_gostring_ _wrap_getv__SWIG_0_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0, _gostring_ _swig_go_1)
 
_gostring_ _wrap_getv__SWIG_1_gv_f72e3b2553238da4 (Agnode_t *_swig_go_0, _gostring_ _swig_go_1)
 
_gostring_ _wrap_getv__SWIG_2_gv_f72e3b2553238da4 (Agedge_t *_swig_go_0, _gostring_ _swig_go_1)
 
_gostring_ _wrap_getv__SWIG_3_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0, Agsym_t *_swig_go_1)
 
_gostring_ _wrap_getv__SWIG_4_gv_f72e3b2553238da4 (Agnode_t *_swig_go_0, Agsym_t *_swig_go_1)
 
_gostring_ _wrap_getv__SWIG_5_gv_f72e3b2553238da4 (Agedge_t *_swig_go_0, Agsym_t *_swig_go_1)
 
_gostring_ _wrap_nameof__SWIG_0_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0)
 
_gostring_ _wrap_nameof__SWIG_1_gv_f72e3b2553238da4 (Agnode_t *_swig_go_0)
 
_gostring_ _wrap_nameof__SWIG_2_gv_f72e3b2553238da4 (Agsym_t *_swig_go_0)
 
Agraph_t_wrap_findsubg_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0, _gostring_ _swig_go_1)
 
Agnode_t_wrap_findnode_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0, _gostring_ _swig_go_1)
 
Agedge_t_wrap_findedge_gv_f72e3b2553238da4 (Agnode_t *_swig_go_0, Agnode_t *_swig_go_1)
 
Agsym_t_wrap_findattr__SWIG_0_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0, _gostring_ _swig_go_1)
 
Agsym_t_wrap_findattr__SWIG_1_gv_f72e3b2553238da4 (Agnode_t *_swig_go_0, _gostring_ _swig_go_1)
 
Agsym_t_wrap_findattr__SWIG_2_gv_f72e3b2553238da4 (Agedge_t *_swig_go_0, _gostring_ _swig_go_1)
 
Agnode_t_wrap_headof_gv_f72e3b2553238da4 (Agedge_t *_swig_go_0)
 
Agnode_t_wrap_tailof_gv_f72e3b2553238da4 (Agedge_t *_swig_go_0)
 
Agraph_t_wrap_graphof__SWIG_0_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0)
 
Agraph_t_wrap_graphof__SWIG_1_gv_f72e3b2553238da4 (Agedge_t *_swig_go_0)
 
Agraph_t_wrap_graphof__SWIG_2_gv_f72e3b2553238da4 (Agnode_t *_swig_go_0)
 
Agraph_t_wrap_rootof_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0)
 
Agnode_t_wrap_protonode_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0)
 
Agedge_t_wrap_protoedge_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0)
 
bool _wrap_ok__SWIG_0_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0)
 
bool _wrap_ok__SWIG_1_gv_f72e3b2553238da4 (Agnode_t *_swig_go_0)
 
bool _wrap_ok__SWIG_2_gv_f72e3b2553238da4 (Agedge_t *_swig_go_0)
 
bool _wrap_ok__SWIG_3_gv_f72e3b2553238da4 (Agsym_t *_swig_go_0)
 
Agraph_t_wrap_firstsubg_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0)
 
Agraph_t_wrap_nextsubg_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0, Agraph_t *_swig_go_1)
 
Agraph_t_wrap_firstsupg_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0)
 
Agraph_t_wrap_nextsupg_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0, Agraph_t *_swig_go_1)
 
Agedge_t_wrap_firstedge__SWIG_0_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0)
 
Agedge_t_wrap_nextedge__SWIG_0_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0, Agedge_t *_swig_go_1)
 
Agedge_t_wrap_firstout__SWIG_0_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0)
 
Agedge_t_wrap_nextout__SWIG_0_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0, Agedge_t *_swig_go_1)
 
Agedge_t_wrap_firstedge__SWIG_1_gv_f72e3b2553238da4 (Agnode_t *_swig_go_0)
 
Agedge_t_wrap_nextedge__SWIG_1_gv_f72e3b2553238da4 (Agnode_t *_swig_go_0, Agedge_t *_swig_go_1)
 
Agedge_t_wrap_firstout__SWIG_1_gv_f72e3b2553238da4 (Agnode_t *_swig_go_0)
 
Agedge_t_wrap_nextout__SWIG_1_gv_f72e3b2553238da4 (Agnode_t *_swig_go_0, Agedge_t *_swig_go_1)
 
Agnode_t_wrap_firsthead_gv_f72e3b2553238da4 (Agnode_t *_swig_go_0)
 
Agnode_t_wrap_nexthead_gv_f72e3b2553238da4 (Agnode_t *_swig_go_0, Agnode_t *_swig_go_1)
 
Agedge_t_wrap_firstin__SWIG_0_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0)
 
Agedge_t_wrap_nextin__SWIG_0_gv_f72e3b2553238da4 (Agnode_t *_swig_go_0, Agedge_t *_swig_go_1)
 
Agedge_t_wrap_firstin__SWIG_1_gv_f72e3b2553238da4 (Agnode_t *_swig_go_0)
 
Agedge_t_wrap_nextin__SWIG_1_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0, Agedge_t *_swig_go_1)
 
Agnode_t_wrap_firsttail_gv_f72e3b2553238da4 (Agnode_t *_swig_go_0)
 
Agnode_t_wrap_nexttail_gv_f72e3b2553238da4 (Agnode_t *_swig_go_0, Agnode_t *_swig_go_1)
 
Agnode_t_wrap_firstnode__SWIG_0_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0)
 
Agnode_t_wrap_nextnode__SWIG_0_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0, Agnode_t *_swig_go_1)
 
Agnode_t_wrap_firstnode__SWIG_1_gv_f72e3b2553238da4 (Agedge_t *_swig_go_0)
 
Agnode_t_wrap_nextnode__SWIG_1_gv_f72e3b2553238da4 (Agedge_t *_swig_go_0, Agnode_t *_swig_go_1)
 
Agsym_t_wrap_firstattr__SWIG_0_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0)
 
Agsym_t_wrap_nextattr__SWIG_0_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0, Agsym_t *_swig_go_1)
 
Agsym_t_wrap_firstattr__SWIG_1_gv_f72e3b2553238da4 (Agedge_t *_swig_go_0)
 
Agsym_t_wrap_nextattr__SWIG_1_gv_f72e3b2553238da4 (Agedge_t *_swig_go_0, Agsym_t *_swig_go_1)
 
Agsym_t_wrap_firstattr__SWIG_2_gv_f72e3b2553238da4 (Agnode_t *_swig_go_0)
 
Agsym_t_wrap_nextattr__SWIG_2_gv_f72e3b2553238da4 (Agnode_t *_swig_go_0, Agsym_t *_swig_go_1)
 
bool _wrap_rm__SWIG_0_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0)
 
bool _wrap_rm__SWIG_1_gv_f72e3b2553238da4 (Agnode_t *_swig_go_0)
 
bool _wrap_rm__SWIG_2_gv_f72e3b2553238da4 (Agedge_t *_swig_go_0)
 
bool _wrap_layout_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0, _gostring_ _swig_go_1)
 
bool _wrap_render__SWIG_0_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0)
 
bool _wrap_render__SWIG_1_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0, _gostring_ _swig_go_1)
 
bool _wrap_render__SWIG_2_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0, _gostring_ _swig_go_1, FILE *_swig_go_2)
 
bool _wrap_render__SWIG_3_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0, _gostring_ _swig_go_1, _gostring_ _swig_go_2)
 
void _wrap_renderresult_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0, _gostring_ _swig_go_1, _gostring_ _swig_go_2)
 
bool _wrap_renderchannel_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0, _gostring_ _swig_go_1, _gostring_ _swig_go_2)
 
_gostring_ _wrap_renderdata_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0, _gostring_ _swig_go_1)
 
bool _wrap_write__SWIG_0_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0, _gostring_ _swig_go_1)
 
bool _wrap_write__SWIG_1_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0, FILE *_swig_go_1)
 
bool _wrap_tred_gv_f72e3b2553238da4 (Agraph_t *_swig_go_0)
 

Macro Definition Documentation

◆ SWIG_NULLPTR

#define SWIG_NULLPTR   NULL

Definition at line 143 of file gv_go.cpp.

◆ SWIG_VERSION

#define SWIG_VERSION   0x040200

Definition at line 13 of file gv_go.cpp.

◆ SWIGEXPORT

#define SWIGEXPORT

Definition at line 102 of file gv_go.cpp.

◆ SWIGGO

#define SWIGGO

Definition at line 14 of file gv_go.cpp.

◆ SWIGINLINE

#define SWIGINLINE

Definition at line 39 of file gv_go.cpp.

◆ SWIGINTERN

#define SWIGINTERN   static SWIGUNUSED

Definition at line 74 of file gv_go.cpp.

◆ SWIGINTERNINLINE

#define SWIGINTERNINLINE   SWIGINTERN SWIGINLINE

Definition at line 79 of file gv_go.cpp.

◆ SWIGMODULE

#define SWIGMODULE   gv

Definition at line 15 of file gv_go.cpp.

◆ SWIGSTDCALL

#define SWIGSTDCALL

Definition at line 112 of file gv_go.cpp.

◆ SWIGSTRUCTPACKED

#define SWIGSTRUCTPACKED   __attribute__((__packed__))

Definition at line 162 of file gv_go.cpp.

◆ SWIGTEMPLATEDISAMBIGUATOR

#define SWIGTEMPLATEDISAMBIGUATOR

Definition at line 30 of file gv_go.cpp.

◆ SWIGUNUSED

#define SWIGUNUSED

Definition at line 54 of file gv_go.cpp.

◆ SWIGUNUSEDPARM

#define SWIGUNUSEDPARM (   p)    p SWIGUNUSED

Definition at line 68 of file gv_go.cpp.

Typedef Documentation

◆ intgo

typedef long long intgo

Definition at line 155 of file gv_go.cpp.

◆ uintgo

typedef unsigned long long uintgo

Definition at line 156 of file gv_go.cpp.

Function Documentation

◆ _wrap_digraph_gv_f72e3b2553238da4()

Agraph_t * _wrap_digraph_gv_f72e3b2553238da4 ( _gostring_  _swig_go_0)

Definition at line 467 of file gv_go.cpp.

References digraph(), free(), malloc(), _gostring_::n, and _gostring_::p.

Here is the call graph for this function:

◆ _wrap_edge__SWIG_0_gv_f72e3b2553238da4()

Agedge_t * _wrap_edge__SWIG_0_gv_f72e3b2553238da4 ( Agnode_t _swig_go_0,
Agnode_t _swig_go_1 
)

Definition at line 610 of file gv_go.cpp.

References edge.

◆ _wrap_edge__SWIG_1_gv_f72e3b2553238da4()

Agedge_t * _wrap_edge__SWIG_1_gv_f72e3b2553238da4 ( Agnode_t _swig_go_0,
_gostring_  _swig_go_1 
)

Definition at line 625 of file gv_go.cpp.

References edge, free(), malloc(), _gostring_::n, and _gostring_::p.

Here is the call graph for this function:

◆ _wrap_edge__SWIG_2_gv_f72e3b2553238da4()

Agedge_t * _wrap_edge__SWIG_2_gv_f72e3b2553238da4 ( _gostring_  _swig_go_0,
Agnode_t _swig_go_1 
)

Definition at line 645 of file gv_go.cpp.

References edge, free(), malloc(), _gostring_::n, and _gostring_::p.

Here is the call graph for this function:

◆ _wrap_edge__SWIG_3_gv_f72e3b2553238da4()

Agedge_t * _wrap_edge__SWIG_3_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0,
_gostring_  _swig_go_1,
_gostring_  _swig_go_2 
)

Definition at line 665 of file gv_go.cpp.

References edge, free(), malloc(), _gostring_::n, and _gostring_::p.

Here is the call graph for this function:

◆ _wrap_findattr__SWIG_0_gv_f72e3b2553238da4()

Agsym_t * _wrap_findattr__SWIG_0_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0,
_gostring_  _swig_go_1 
)

Definition at line 1038 of file gv_go.cpp.

References findattr(), free(), malloc(), _gostring_::n, and _gostring_::p.

Here is the call graph for this function:

◆ _wrap_findattr__SWIG_1_gv_f72e3b2553238da4()

Agsym_t * _wrap_findattr__SWIG_1_gv_f72e3b2553238da4 ( Agnode_t _swig_go_0,
_gostring_  _swig_go_1 
)

Definition at line 1058 of file gv_go.cpp.

References findattr(), free(), malloc(), _gostring_::n, and _gostring_::p.

Here is the call graph for this function:

◆ _wrap_findattr__SWIG_2_gv_f72e3b2553238da4()

Agsym_t * _wrap_findattr__SWIG_2_gv_f72e3b2553238da4 ( Agedge_t _swig_go_0,
_gostring_  _swig_go_1 
)

Definition at line 1078 of file gv_go.cpp.

References findattr(), free(), malloc(), _gostring_::n, and _gostring_::p.

Here is the call graph for this function:

◆ _wrap_findedge_gv_f72e3b2553238da4()

Agedge_t * _wrap_findedge_gv_f72e3b2553238da4 ( Agnode_t _swig_go_0,
Agnode_t _swig_go_1 
)

Definition at line 1023 of file gv_go.cpp.

References findedge().

Here is the call graph for this function:

◆ _wrap_findnode_gv_f72e3b2553238da4()

Agnode_t * _wrap_findnode_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0,
_gostring_  _swig_go_1 
)

Definition at line 1003 of file gv_go.cpp.

References findnode(), free(), malloc(), _gostring_::n, and _gostring_::p.

Here is the call graph for this function:

◆ _wrap_findsubg_gv_f72e3b2553238da4()

Agraph_t * _wrap_findsubg_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0,
_gostring_  _swig_go_1 
)

Definition at line 983 of file gv_go.cpp.

References findsubg(), free(), malloc(), _gostring_::n, and _gostring_::p.

Here is the call graph for this function:

◆ _wrap_firstattr__SWIG_0_gv_f72e3b2553238da4()

Agsym_t * _wrap_firstattr__SWIG_0_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0)

Definition at line 1590 of file gv_go.cpp.

References firstattr().

Here is the call graph for this function:

◆ _wrap_firstattr__SWIG_1_gv_f72e3b2553238da4()

Agsym_t * _wrap_firstattr__SWIG_1_gv_f72e3b2553238da4 ( Agedge_t _swig_go_0)

Definition at line 1618 of file gv_go.cpp.

References firstattr().

Here is the call graph for this function:

◆ _wrap_firstattr__SWIG_2_gv_f72e3b2553238da4()

Agsym_t * _wrap_firstattr__SWIG_2_gv_f72e3b2553238da4 ( Agnode_t _swig_go_0)

Definition at line 1646 of file gv_go.cpp.

References firstattr().

Here is the call graph for this function:

◆ _wrap_firstedge__SWIG_0_gv_f72e3b2553238da4()

Agedge_t * _wrap_firstedge__SWIG_0_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0)

Definition at line 1310 of file gv_go.cpp.

References firstedge().

Here is the call graph for this function:

◆ _wrap_firstedge__SWIG_1_gv_f72e3b2553238da4()

Agedge_t * _wrap_firstedge__SWIG_1_gv_f72e3b2553238da4 ( Agnode_t _swig_go_0)

Definition at line 1366 of file gv_go.cpp.

References firstedge().

Here is the call graph for this function:

◆ _wrap_firsthead_gv_f72e3b2553238da4()

Agnode_t * _wrap_firsthead_gv_f72e3b2553238da4 ( Agnode_t _swig_go_0)

Definition at line 1422 of file gv_go.cpp.

References firsthead().

Here is the call graph for this function:

◆ _wrap_firstin__SWIG_0_gv_f72e3b2553238da4()

Agedge_t * _wrap_firstin__SWIG_0_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0)

Definition at line 1450 of file gv_go.cpp.

References firstin().

Here is the call graph for this function:

◆ _wrap_firstin__SWIG_1_gv_f72e3b2553238da4()

Agedge_t * _wrap_firstin__SWIG_1_gv_f72e3b2553238da4 ( Agnode_t _swig_go_0)

Definition at line 1478 of file gv_go.cpp.

References firstin().

Here is the call graph for this function:

◆ _wrap_firstnode__SWIG_0_gv_f72e3b2553238da4()

Agnode_t * _wrap_firstnode__SWIG_0_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0)

Definition at line 1534 of file gv_go.cpp.

References firstnode().

Here is the call graph for this function:

◆ _wrap_firstnode__SWIG_1_gv_f72e3b2553238da4()

Agnode_t * _wrap_firstnode__SWIG_1_gv_f72e3b2553238da4 ( Agedge_t _swig_go_0)

Definition at line 1562 of file gv_go.cpp.

References firstnode().

Here is the call graph for this function:

◆ _wrap_firstout__SWIG_0_gv_f72e3b2553238da4()

Agedge_t * _wrap_firstout__SWIG_0_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0)

Definition at line 1338 of file gv_go.cpp.

References firstout().

Here is the call graph for this function:

◆ _wrap_firstout__SWIG_1_gv_f72e3b2553238da4()

Agedge_t * _wrap_firstout__SWIG_1_gv_f72e3b2553238da4 ( Agnode_t _swig_go_0)

Definition at line 1394 of file gv_go.cpp.

References firstout().

Here is the call graph for this function:

◆ _wrap_firstsubg_gv_f72e3b2553238da4()

Agraph_t * _wrap_firstsubg_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0)

Definition at line 1254 of file gv_go.cpp.

References firstsubg().

Here is the call graph for this function:

◆ _wrap_firstsupg_gv_f72e3b2553238da4()

Agraph_t * _wrap_firstsupg_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0)

Definition at line 1282 of file gv_go.cpp.

References firstsupg().

Here is the call graph for this function:

◆ _wrap_firsttail_gv_f72e3b2553238da4()

Agnode_t * _wrap_firsttail_gv_f72e3b2553238da4 ( Agnode_t _swig_go_0)

Definition at line 1506 of file gv_go.cpp.

References firsttail().

Here is the call graph for this function:

◆ _wrap_getv__SWIG_0_gv_f72e3b2553238da4()

_gostring_ _wrap_getv__SWIG_0_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0,
_gostring_  _swig_go_1 
)

Definition at line 839 of file gv_go.cpp.

References free(), getv(), malloc(), _gostring_::n, _gostring_::p, and Swig_AllocateString().

Here is the call graph for this function:

◆ _wrap_getv__SWIG_1_gv_f72e3b2553238da4()

_gostring_ _wrap_getv__SWIG_1_gv_f72e3b2553238da4 ( Agnode_t _swig_go_0,
_gostring_  _swig_go_1 
)

Definition at line 859 of file gv_go.cpp.

References free(), getv(), malloc(), _gostring_::n, _gostring_::p, and Swig_AllocateString().

Here is the call graph for this function:

◆ _wrap_getv__SWIG_2_gv_f72e3b2553238da4()

_gostring_ _wrap_getv__SWIG_2_gv_f72e3b2553238da4 ( Agedge_t _swig_go_0,
_gostring_  _swig_go_1 
)

Definition at line 879 of file gv_go.cpp.

References free(), getv(), malloc(), _gostring_::n, _gostring_::p, and Swig_AllocateString().

Here is the call graph for this function:

◆ _wrap_getv__SWIG_3_gv_f72e3b2553238da4()

_gostring_ _wrap_getv__SWIG_3_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0,
Agsym_t _swig_go_1 
)

Definition at line 899 of file gv_go.cpp.

References getv(), and Swig_AllocateString().

Here is the call graph for this function:

◆ _wrap_getv__SWIG_4_gv_f72e3b2553238da4()

_gostring_ _wrap_getv__SWIG_4_gv_f72e3b2553238da4 ( Agnode_t _swig_go_0,
Agsym_t _swig_go_1 
)

Definition at line 914 of file gv_go.cpp.

References getv(), and Swig_AllocateString().

Here is the call graph for this function:

◆ _wrap_getv__SWIG_5_gv_f72e3b2553238da4()

_gostring_ _wrap_getv__SWIG_5_gv_f72e3b2553238da4 ( Agedge_t _swig_go_0,
Agsym_t _swig_go_1 
)

Definition at line 929 of file gv_go.cpp.

References getv(), and Swig_AllocateString().

Here is the call graph for this function:

◆ _wrap_graph__SWIG_0_gv_f72e3b2553238da4()

Agraph_t * _wrap_graph__SWIG_0_gv_f72e3b2553238da4 ( _gostring_  _swig_go_0)

Definition at line 449 of file gv_go.cpp.

References free(), graph(), malloc(), _gostring_::n, and _gostring_::p.

Here is the call graph for this function:

◆ _wrap_graph__SWIG_1_gv_f72e3b2553238da4()

Agraph_t * _wrap_graph__SWIG_1_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0,
_gostring_  _swig_go_1 
)

Definition at line 570 of file gv_go.cpp.

References free(), graph(), malloc(), _gostring_::n, and _gostring_::p.

Here is the call graph for this function:

◆ _wrap_graphof__SWIG_0_gv_f72e3b2553238da4()

Agraph_t * _wrap_graphof__SWIG_0_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0)

Definition at line 1124 of file gv_go.cpp.

References graphof().

Here is the call graph for this function:

◆ _wrap_graphof__SWIG_1_gv_f72e3b2553238da4()

Agraph_t * _wrap_graphof__SWIG_1_gv_f72e3b2553238da4 ( Agedge_t _swig_go_0)

Definition at line 1137 of file gv_go.cpp.

References graphof().

Here is the call graph for this function:

◆ _wrap_graphof__SWIG_2_gv_f72e3b2553238da4()

Agraph_t * _wrap_graphof__SWIG_2_gv_f72e3b2553238da4 ( Agnode_t _swig_go_0)

Definition at line 1150 of file gv_go.cpp.

References graphof().

Here is the call graph for this function:

◆ _wrap_headof_gv_f72e3b2553238da4()

Agnode_t * _wrap_headof_gv_f72e3b2553238da4 ( Agedge_t _swig_go_0)

Definition at line 1098 of file gv_go.cpp.

References headof().

Here is the call graph for this function:

◆ _wrap_layout_gv_f72e3b2553238da4()

bool _wrap_layout_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0,
_gostring_  _swig_go_1 
)

Definition at line 1713 of file gv_go.cpp.

References free(), layout(), malloc(), _gostring_::n, and _gostring_::p.

Here is the call graph for this function:

◆ _wrap_nameof__SWIG_0_gv_f72e3b2553238da4()

_gostring_ _wrap_nameof__SWIG_0_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0)

Definition at line 944 of file gv_go.cpp.

References nameof(), and Swig_AllocateString().

Here is the call graph for this function:

◆ _wrap_nameof__SWIG_1_gv_f72e3b2553238da4()

_gostring_ _wrap_nameof__SWIG_1_gv_f72e3b2553238da4 ( Agnode_t _swig_go_0)

Definition at line 957 of file gv_go.cpp.

References nameof(), and Swig_AllocateString().

Here is the call graph for this function:

◆ _wrap_nameof__SWIG_2_gv_f72e3b2553238da4()

_gostring_ _wrap_nameof__SWIG_2_gv_f72e3b2553238da4 ( Agsym_t _swig_go_0)

Definition at line 970 of file gv_go.cpp.

References nameof(), and Swig_AllocateString().

Here is the call graph for this function:

◆ _wrap_nextattr__SWIG_0_gv_f72e3b2553238da4()

Agsym_t * _wrap_nextattr__SWIG_0_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0,
Agsym_t _swig_go_1 
)

Definition at line 1603 of file gv_go.cpp.

References nextattr().

Here is the call graph for this function:

◆ _wrap_nextattr__SWIG_1_gv_f72e3b2553238da4()

Agsym_t * _wrap_nextattr__SWIG_1_gv_f72e3b2553238da4 ( Agedge_t _swig_go_0,
Agsym_t _swig_go_1 
)

Definition at line 1631 of file gv_go.cpp.

References nextattr().

Here is the call graph for this function:

◆ _wrap_nextattr__SWIG_2_gv_f72e3b2553238da4()

Agsym_t * _wrap_nextattr__SWIG_2_gv_f72e3b2553238da4 ( Agnode_t _swig_go_0,
Agsym_t _swig_go_1 
)

Definition at line 1659 of file gv_go.cpp.

References nextattr().

Here is the call graph for this function:

◆ _wrap_nextedge__SWIG_0_gv_f72e3b2553238da4()

Agedge_t * _wrap_nextedge__SWIG_0_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0,
Agedge_t _swig_go_1 
)

Definition at line 1323 of file gv_go.cpp.

References nextedge().

Here is the call graph for this function:

◆ _wrap_nextedge__SWIG_1_gv_f72e3b2553238da4()

Agedge_t * _wrap_nextedge__SWIG_1_gv_f72e3b2553238da4 ( Agnode_t _swig_go_0,
Agedge_t _swig_go_1 
)

Definition at line 1379 of file gv_go.cpp.

References nextedge().

Here is the call graph for this function:

◆ _wrap_nexthead_gv_f72e3b2553238da4()

Agnode_t * _wrap_nexthead_gv_f72e3b2553238da4 ( Agnode_t _swig_go_0,
Agnode_t _swig_go_1 
)

Definition at line 1435 of file gv_go.cpp.

References nexthead().

Here is the call graph for this function:

◆ _wrap_nextin__SWIG_0_gv_f72e3b2553238da4()

Agedge_t * _wrap_nextin__SWIG_0_gv_f72e3b2553238da4 ( Agnode_t _swig_go_0,
Agedge_t _swig_go_1 
)

Definition at line 1463 of file gv_go.cpp.

References nextin().

Here is the call graph for this function:

◆ _wrap_nextin__SWIG_1_gv_f72e3b2553238da4()

Agedge_t * _wrap_nextin__SWIG_1_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0,
Agedge_t _swig_go_1 
)

Definition at line 1491 of file gv_go.cpp.

References nextin().

Here is the call graph for this function:

◆ _wrap_nextnode__SWIG_0_gv_f72e3b2553238da4()

Agnode_t * _wrap_nextnode__SWIG_0_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0,
Agnode_t _swig_go_1 
)

Definition at line 1547 of file gv_go.cpp.

References nextnode().

Here is the call graph for this function:

◆ _wrap_nextnode__SWIG_1_gv_f72e3b2553238da4()

Agnode_t * _wrap_nextnode__SWIG_1_gv_f72e3b2553238da4 ( Agedge_t _swig_go_0,
Agnode_t _swig_go_1 
)

Definition at line 1575 of file gv_go.cpp.

References nextnode().

Here is the call graph for this function:

◆ _wrap_nextout__SWIG_0_gv_f72e3b2553238da4()

Agedge_t * _wrap_nextout__SWIG_0_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0,
Agedge_t _swig_go_1 
)

Definition at line 1351 of file gv_go.cpp.

References nextout().

Here is the call graph for this function:

◆ _wrap_nextout__SWIG_1_gv_f72e3b2553238da4()

Agedge_t * _wrap_nextout__SWIG_1_gv_f72e3b2553238da4 ( Agnode_t _swig_go_0,
Agedge_t _swig_go_1 
)

Definition at line 1407 of file gv_go.cpp.

References nextout().

Here is the call graph for this function:

◆ _wrap_nextsubg_gv_f72e3b2553238da4()

Agraph_t * _wrap_nextsubg_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0,
Agraph_t _swig_go_1 
)

Definition at line 1267 of file gv_go.cpp.

References nextsubg().

Here is the call graph for this function:

◆ _wrap_nextsupg_gv_f72e3b2553238da4()

Agraph_t * _wrap_nextsupg_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0,
Agraph_t _swig_go_1 
)

Definition at line 1295 of file gv_go.cpp.

References nextsupg().

Here is the call graph for this function:

◆ _wrap_nexttail_gv_f72e3b2553238da4()

Agnode_t * _wrap_nexttail_gv_f72e3b2553238da4 ( Agnode_t _swig_go_0,
Agnode_t _swig_go_1 
)

Definition at line 1519 of file gv_go.cpp.

References nexttail().

Here is the call graph for this function:

◆ _wrap_node_gv_f72e3b2553238da4()

Agnode_t * _wrap_node_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0,
_gostring_  _swig_go_1 
)

Definition at line 590 of file gv_go.cpp.

References free(), malloc(), _gostring_::n, and _gostring_::p.

Here is the call graph for this function:

◆ _wrap_ok__SWIG_0_gv_f72e3b2553238da4()

bool _wrap_ok__SWIG_0_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0)

Definition at line 1202 of file gv_go.cpp.

References ok().

Here is the call graph for this function:

◆ _wrap_ok__SWIG_1_gv_f72e3b2553238da4()

bool _wrap_ok__SWIG_1_gv_f72e3b2553238da4 ( Agnode_t _swig_go_0)

Definition at line 1215 of file gv_go.cpp.

References ok().

Here is the call graph for this function:

◆ _wrap_ok__SWIG_2_gv_f72e3b2553238da4()

bool _wrap_ok__SWIG_2_gv_f72e3b2553238da4 ( Agedge_t _swig_go_0)

Definition at line 1228 of file gv_go.cpp.

References ok().

Here is the call graph for this function:

◆ _wrap_ok__SWIG_3_gv_f72e3b2553238da4()

bool _wrap_ok__SWIG_3_gv_f72e3b2553238da4 ( Agsym_t _swig_go_0)

Definition at line 1241 of file gv_go.cpp.

References ok().

Here is the call graph for this function:

◆ _wrap_protoedge_gv_f72e3b2553238da4()

Agedge_t * _wrap_protoedge_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0)

Definition at line 1189 of file gv_go.cpp.

References protoedge().

Here is the call graph for this function:

◆ _wrap_protonode_gv_f72e3b2553238da4()

Agnode_t * _wrap_protonode_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0)

Definition at line 1176 of file gv_go.cpp.

References protonode().

Here is the call graph for this function:

◆ _wrap_read__SWIG_0_gv_f72e3b2553238da4()

Agraph_t * _wrap_read__SWIG_0_gv_f72e3b2553238da4 ( _gostring_  _swig_go_0)

Definition at line 539 of file gv_go.cpp.

References free(), malloc(), _gostring_::n, _gostring_::p, and read().

Here is the call graph for this function:

◆ _wrap_read__SWIG_1_gv_f72e3b2553238da4()

Agraph_t * _wrap_read__SWIG_1_gv_f72e3b2553238da4 ( FILE *  _swig_go_0)

Definition at line 557 of file gv_go.cpp.

References read().

Here is the call graph for this function:

◆ _wrap_readstring_gv_f72e3b2553238da4()

Agraph_t * _wrap_readstring_gv_f72e3b2553238da4 ( _gostring_  _swig_go_0)

Definition at line 521 of file gv_go.cpp.

References free(), malloc(), _gostring_::n, _gostring_::p, and readstring().

Here is the call graph for this function:

◆ _wrap_render__SWIG_0_gv_f72e3b2553238da4()

bool _wrap_render__SWIG_0_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0)

Definition at line 1733 of file gv_go.cpp.

References render().

Here is the call graph for this function:

◆ _wrap_render__SWIG_1_gv_f72e3b2553238da4()

bool _wrap_render__SWIG_1_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0,
_gostring_  _swig_go_1 
)

Definition at line 1746 of file gv_go.cpp.

References free(), malloc(), _gostring_::n, _gostring_::p, and render().

Here is the call graph for this function:

◆ _wrap_render__SWIG_2_gv_f72e3b2553238da4()

bool _wrap_render__SWIG_2_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0,
_gostring_  _swig_go_1,
FILE *  _swig_go_2 
)

Definition at line 1766 of file gv_go.cpp.

References free(), malloc(), _gostring_::n, _gostring_::p, and render().

Here is the call graph for this function:

◆ _wrap_render__SWIG_3_gv_f72e3b2553238da4()

bool _wrap_render__SWIG_3_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0,
_gostring_  _swig_go_1,
_gostring_  _swig_go_2 
)

Definition at line 1788 of file gv_go.cpp.

References free(), malloc(), _gostring_::n, _gostring_::p, and render().

Here is the call graph for this function:

◆ _wrap_renderchannel_gv_f72e3b2553238da4()

bool _wrap_renderchannel_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0,
_gostring_  _swig_go_1,
_gostring_  _swig_go_2 
)

Definition at line 1839 of file gv_go.cpp.

References free(), malloc(), _gostring_::n, _gostring_::p, and renderchannel().

Here is the call graph for this function:

◆ _wrap_renderdata_gv_f72e3b2553238da4()

_gostring_ _wrap_renderdata_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0,
_gostring_  _swig_go_1 
)

Definition at line 1866 of file gv_go.cpp.

References free(), malloc(), _gostring_::n, _gostring_::p, renderdata(), and Swig_AllocateString().

Here is the call graph for this function:

◆ _wrap_renderresult_gv_f72e3b2553238da4()

void _wrap_renderresult_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0,
_gostring_  _swig_go_1,
_gostring_  _swig_go_2 
)

Definition at line 1815 of file gv_go.cpp.

References free(), malloc(), _gostring_::n, _gostring_::p, and renderresult().

Here is the call graph for this function:

◆ _wrap_rm__SWIG_0_gv_f72e3b2553238da4()

bool _wrap_rm__SWIG_0_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0)

Definition at line 1674 of file gv_go.cpp.

References rm().

Here is the call graph for this function:

◆ _wrap_rm__SWIG_1_gv_f72e3b2553238da4()

bool _wrap_rm__SWIG_1_gv_f72e3b2553238da4 ( Agnode_t _swig_go_0)

Definition at line 1687 of file gv_go.cpp.

References rm().

Here is the call graph for this function:

◆ _wrap_rm__SWIG_2_gv_f72e3b2553238da4()

bool _wrap_rm__SWIG_2_gv_f72e3b2553238da4 ( Agedge_t _swig_go_0)

Definition at line 1700 of file gv_go.cpp.

References rm().

Here is the call graph for this function:

◆ _wrap_rootof_gv_f72e3b2553238da4()

Agraph_t * _wrap_rootof_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0)

Definition at line 1163 of file gv_go.cpp.

References rootof().

Here is the call graph for this function:

◆ _wrap_setv__SWIG_0_gv_f72e3b2553238da4()

_gostring_ _wrap_setv__SWIG_0_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0,
_gostring_  _swig_go_1,
_gostring_  _swig_go_2 
)

Definition at line 692 of file gv_go.cpp.

References free(), malloc(), _gostring_::n, _gostring_::p, setv(), and Swig_AllocateString().

Here is the call graph for this function:

◆ _wrap_setv__SWIG_1_gv_f72e3b2553238da4()

_gostring_ _wrap_setv__SWIG_1_gv_f72e3b2553238da4 ( Agnode_t _swig_go_0,
_gostring_  _swig_go_1,
_gostring_  _swig_go_2 
)

Definition at line 719 of file gv_go.cpp.

References free(), malloc(), _gostring_::n, _gostring_::p, setv(), and Swig_AllocateString().

Here is the call graph for this function:

◆ _wrap_setv__SWIG_2_gv_f72e3b2553238da4()

_gostring_ _wrap_setv__SWIG_2_gv_f72e3b2553238da4 ( Agedge_t _swig_go_0,
_gostring_  _swig_go_1,
_gostring_  _swig_go_2 
)

Definition at line 746 of file gv_go.cpp.

References free(), malloc(), _gostring_::n, _gostring_::p, setv(), and Swig_AllocateString().

Here is the call graph for this function:

◆ _wrap_setv__SWIG_3_gv_f72e3b2553238da4()

_gostring_ _wrap_setv__SWIG_3_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0,
Agsym_t _swig_go_1,
_gostring_  _swig_go_2 
)

Definition at line 773 of file gv_go.cpp.

References free(), malloc(), _gostring_::n, _gostring_::p, setv(), and Swig_AllocateString().

Here is the call graph for this function:

◆ _wrap_setv__SWIG_4_gv_f72e3b2553238da4()

_gostring_ _wrap_setv__SWIG_4_gv_f72e3b2553238da4 ( Agnode_t _swig_go_0,
Agsym_t _swig_go_1,
_gostring_  _swig_go_2 
)

Definition at line 795 of file gv_go.cpp.

References free(), malloc(), _gostring_::n, _gostring_::p, setv(), and Swig_AllocateString().

Here is the call graph for this function:

◆ _wrap_setv__SWIG_5_gv_f72e3b2553238da4()

_gostring_ _wrap_setv__SWIG_5_gv_f72e3b2553238da4 ( Agedge_t _swig_go_0,
Agsym_t _swig_go_1,
_gostring_  _swig_go_2 
)

Definition at line 817 of file gv_go.cpp.

References free(), malloc(), _gostring_::n, _gostring_::p, setv(), and Swig_AllocateString().

Here is the call graph for this function:

◆ _wrap_strictdigraph_gv_f72e3b2553238da4()

Agraph_t * _wrap_strictdigraph_gv_f72e3b2553238da4 ( _gostring_  _swig_go_0)

Definition at line 503 of file gv_go.cpp.

References free(), malloc(), _gostring_::n, _gostring_::p, and strictdigraph().

Here is the call graph for this function:

◆ _wrap_strictgraph_gv_f72e3b2553238da4()

Agraph_t * _wrap_strictgraph_gv_f72e3b2553238da4 ( _gostring_  _swig_go_0)

Definition at line 485 of file gv_go.cpp.

References free(), malloc(), _gostring_::n, _gostring_::p, and strictgraph().

Here is the call graph for this function:

◆ _wrap_Swig_free_gv_f72e3b2553238da4()

void _wrap_Swig_free_gv_f72e3b2553238da4 ( void *  _swig_go_0)

Definition at line 426 of file gv_go.cpp.

References Swig_free().

Here is the call graph for this function:

◆ _wrap_Swig_malloc_gv_f72e3b2553238da4()

void * _wrap_Swig_malloc_gv_f72e3b2553238da4 ( intgo  _swig_go_0)

Definition at line 436 of file gv_go.cpp.

References Swig_malloc().

Here is the call graph for this function:

◆ _wrap_tailof_gv_f72e3b2553238da4()

Agnode_t * _wrap_tailof_gv_f72e3b2553238da4 ( Agedge_t _swig_go_0)

Definition at line 1111 of file gv_go.cpp.

References tailof().

Here is the call graph for this function:

◆ _wrap_tred_gv_f72e3b2553238da4()

bool _wrap_tred_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0)

Definition at line 1921 of file gv_go.cpp.

References tred().

Here is the call graph for this function:

◆ _wrap_write__SWIG_0_gv_f72e3b2553238da4()

bool _wrap_write__SWIG_0_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0,
_gostring_  _swig_go_1 
)

Definition at line 1886 of file gv_go.cpp.

References free(), malloc(), _gostring_::n, _gostring_::p, and write().

Here is the call graph for this function:

◆ _wrap_write__SWIG_1_gv_f72e3b2553238da4()

bool _wrap_write__SWIG_1_gv_f72e3b2553238da4 ( Agraph_t _swig_go_0,
FILE *  _swig_go_1 
)

Definition at line 1906 of file gv_go.cpp.

References write().

Here is the call graph for this function:

◆ digraph()

Agraph_t * digraph ( char *  name)
extern

Definition at line 36 of file gv.cpp.

Referenced by _wrap_digraph_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ edge() [1/4]

Agedge_t * edge ( Agnode_t t,
Agnode_t h 
)
extern

New edges

Definition at line 99 of file gv.cpp.

◆ edge() [2/4]

Agedge_t * edge ( Agnode_t t,
char *  hname 
)
extern

Definition at line 107 of file gv.cpp.

◆ edge() [3/4]

Agedge_t * edge ( Agraph_t g,
char *  tname,
char *  hname 
)
extern

Definition at line 112 of file gv.cpp.

◆ edge() [4/4]

Agedge_t * edge ( char *  tname,
Agnode_t h 
)
extern

Definition at line 102 of file gv.cpp.

◆ findattr() [1/3]

Agsym_t * findattr ( Agedge_t e,
char *  name 
)
extern

Definition at line 279 of file gv.cpp.

◆ findattr() [2/3]

Agsym_t * findattr ( Agnode_t n,
char *  name 
)
extern

Definition at line 273 of file gv.cpp.

◆ findattr() [3/3]

Agsym_t * findattr ( Agraph_t g,
char *  name 
)
extern

Definition at line 267 of file gv.cpp.

Referenced by _wrap_findattr__SWIG_0_gv_f72e3b2553238da4(), _wrap_findattr__SWIG_1_gv_f72e3b2553238da4(), and _wrap_findattr__SWIG_2_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ findedge()

Agedge_t * findedge ( Agnode_t t,
Agnode_t h 
)
extern

Definition at line 259 of file gv.cpp.

Referenced by _wrap_findedge_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ findnode()

Agnode_t * findnode ( Agraph_t g,
char *  name 
)
extern

Definition at line 253 of file gv.cpp.

Referenced by _wrap_findnode_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ findsubg()

Agraph_t * findsubg ( Agraph_t g,
char *  name 
)
extern

Find handles from names

Definition at line 247 of file gv.cpp.

Referenced by _wrap_findsubg_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ firstattr() [1/3]

Agsym_t * firstattr ( Agedge_t e)
extern

Definition at line 570 of file gv.cpp.

◆ firstattr() [2/3]

Agsym_t * firstattr ( Agnode_t n)
extern

Definition at line 556 of file gv.cpp.

◆ firstattr() [3/3]

Agsym_t * firstattr ( Agraph_t g)
extern

Definition at line 542 of file gv.cpp.

Referenced by _wrap_firstattr__SWIG_0_gv_f72e3b2553238da4(), _wrap_firstattr__SWIG_1_gv_f72e3b2553238da4(), and _wrap_firstattr__SWIG_2_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ firstedge() [1/2]

Agedge_t * firstedge ( Agnode_t n)
extern

Definition at line 449 of file gv.cpp.

◆ firstedge() [2/2]

Agedge_t * firstedge ( Agraph_t g)
extern

Definition at line 409 of file gv.cpp.

Referenced by _wrap_firstedge__SWIG_0_gv_f72e3b2553238da4(), and _wrap_firstedge__SWIG_1_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ firsthead()

Agnode_t * firsthead ( Agnode_t n)
extern

Definition at line 425 of file gv.cpp.

Referenced by _wrap_firsthead_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ firstin() [1/2]

Agedge_t * firstin ( Agnode_t n)
extern

Definition at line 482 of file gv.cpp.

◆ firstin() [2/2]

Agedge_t * firstin ( Agraph_t g)
extern

Definition at line 461 of file gv.cpp.

Referenced by _wrap_firstin__SWIG_0_gv_f72e3b2553238da4(), and _wrap_firstin__SWIG_1_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ firstnode() [1/2]

Agnode_t * firstnode ( Agedge_t e)
extern

Definition at line 530 of file gv.cpp.

◆ firstnode() [2/2]

Agnode_t * firstnode ( Agraph_t g)
extern

Definition at line 518 of file gv.cpp.

Referenced by _wrap_firstnode__SWIG_0_gv_f72e3b2553238da4(), and _wrap_firstnode__SWIG_1_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ firstout() [1/2]

Agedge_t * firstout ( Agnode_t n)
extern

Definition at line 413 of file gv.cpp.

◆ firstout() [2/2]

Agedge_t * firstout ( Agraph_t g)
extern

Definition at line 384 of file gv.cpp.

Referenced by _wrap_firstout__SWIG_0_gv_f72e3b2553238da4(), and _wrap_firstout__SWIG_1_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ firstsubg()

Agraph_t * firstsubg ( Agraph_t g)
extern

Definition at line 367 of file gv.cpp.

Referenced by _wrap_firstsubg_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ firstsupg()

Agraph_t * firstsupg ( Agraph_t g)
extern

Definition at line 380 of file gv.cpp.

Referenced by _wrap_firstsupg_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ firsttail()

Agnode_t * firsttail ( Agnode_t n)
extern

Definition at line 494 of file gv.cpp.

Referenced by _wrap_firsttail_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ getv() [1/6]

char * getv ( Agedge_t e,
Agsym_t a 
)
extern

Definition at line 205 of file gv.cpp.

◆ getv() [2/6]

char * getv ( Agedge_t e,
char *  attr 
)
extern

Definition at line 212 of file gv.cpp.

◆ getv() [3/6]

char * getv ( Agnode_t n,
Agsym_t a 
)
extern

Definition at line 162 of file gv.cpp.

◆ getv() [4/6]

char * getv ( Agnode_t n,
char *  attr 
)
extern

Definition at line 169 of file gv.cpp.

◆ getv() [5/6]

char * getv ( Agraph_t g,
Agsym_t a 
)
extern

Definition at line 129 of file gv.cpp.

◆ getv() [6/6]

char * getv ( Agraph_t g,
char *  attr 
)
extern

Getting attribute values

Definition at line 130 of file gv.cpp.

Referenced by _wrap_getv__SWIG_0_gv_f72e3b2553238da4(), _wrap_getv__SWIG_1_gv_f72e3b2553238da4(), _wrap_getv__SWIG_2_gv_f72e3b2553238da4(), _wrap_getv__SWIG_3_gv_f72e3b2553238da4(), _wrap_getv__SWIG_4_gv_f72e3b2553238da4(), and _wrap_getv__SWIG_5_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ graph() [1/2]

Agraph_t * graph ( Agraph_t g,
char *  name 
)
extern

Definition at line 78 of file gv.cpp.

◆ graph() [2/2]

Agraph_t * graph ( char *  name)
extern

New graphs

Definition at line 30 of file gv.cpp.

Referenced by _wrap_graph__SWIG_0_gv_f72e3b2553238da4(), and _wrap_graph__SWIG_1_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ graphof() [1/3]

Agraph_t * graphof ( Agedge_t e)
extern

Definition at line 309 of file gv.cpp.

◆ graphof() [2/3]

Agraph_t * graphof ( Agnode_t n)
extern

Definition at line 318 of file gv.cpp.

◆ graphof() [3/3]

Agraph_t * graphof ( Agraph_t g)
extern

Definition at line 303 of file gv.cpp.

Referenced by _wrap_graphof__SWIG_0_gv_f72e3b2553238da4(), _wrap_graphof__SWIG_1_gv_f72e3b2553238da4(), and _wrap_graphof__SWIG_2_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ headof()

Agnode_t * headof ( Agedge_t e)
extern

Misc graph navigators returning handles

Definition at line 287 of file gv.cpp.

Referenced by _wrap_headof_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ layout()

bool layout ( Agraph_t g,
const char *  engine 
)
extern

Layout

Definition at line 615 of file gv.cpp.

Referenced by _wrap_layout_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ nameof() [1/3]

char * nameof ( Agnode_t n)
extern

Definition at line 348 of file gv.cpp.

◆ nameof() [2/3]

char * nameof ( Agraph_t g)
extern

Obtain names from handles

Definition at line 343 of file gv.cpp.

Referenced by _wrap_nameof__SWIG_0_gv_f72e3b2553238da4(), _wrap_nameof__SWIG_1_gv_f72e3b2553238da4(), and _wrap_nameof__SWIG_2_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ nameof() [3/3]

char * nameof ( Agsym_t a)
extern

Definition at line 355 of file gv.cpp.

◆ nextattr() [1/3]

Agsym_t * nextattr ( Agedge_t e,
Agsym_t a 
)
extern

Definition at line 577 of file gv.cpp.

◆ nextattr() [2/3]

Agsym_t * nextattr ( Agnode_t n,
Agsym_t a 
)
extern

Definition at line 563 of file gv.cpp.

◆ nextattr() [3/3]

Agsym_t * nextattr ( Agraph_t g,
Agsym_t a 
)
extern

Definition at line 549 of file gv.cpp.

Referenced by _wrap_nextattr__SWIG_0_gv_f72e3b2553238da4(), _wrap_nextattr__SWIG_1_gv_f72e3b2553238da4(), and _wrap_nextattr__SWIG_2_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ nextedge() [1/2]

Agedge_t * nextedge ( Agnode_t n,
Agedge_t e 
)
extern

Definition at line 455 of file gv.cpp.

◆ nextedge() [2/2]

Agedge_t * nextedge ( Agraph_t g,
Agedge_t e 
)
extern

Definition at line 411 of file gv.cpp.

Referenced by _wrap_nextedge__SWIG_0_gv_f72e3b2553238da4(), and _wrap_nextedge__SWIG_1_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ nexthead()

Agnode_t * nexthead ( Agnode_t n,
Agnode_t h 
)
extern

Definition at line 434 of file gv.cpp.

Referenced by _wrap_nexthead_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ nextin() [1/2]

Agedge_t * nextin ( Agnode_t n,
Agedge_t e 
)
extern

Definition at line 488 of file gv.cpp.

Referenced by _wrap_nextin__SWIG_0_gv_f72e3b2553238da4(), and _wrap_nextin__SWIG_1_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ nextin() [2/2]

Agedge_t * nextin ( Agraph_t g,
Agedge_t e 
)
extern

Definition at line 470 of file gv.cpp.

◆ nextnode() [1/2]

Agnode_t * nextnode ( Agedge_t e,
Agnode_t n 
)
extern

Definition at line 536 of file gv.cpp.

◆ nextnode() [2/2]

Agnode_t * nextnode ( Agraph_t g,
Agnode_t n 
)
extern

Definition at line 524 of file gv.cpp.

Referenced by _wrap_nextnode__SWIG_0_gv_f72e3b2553238da4(), and _wrap_nextnode__SWIG_1_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ nextout() [1/2]

Agedge_t * nextout ( Agnode_t n,
Agedge_t e 
)
extern

Definition at line 419 of file gv.cpp.

◆ nextout() [2/2]

Agedge_t * nextout ( Agraph_t g,
Agedge_t e 
)
extern

Definition at line 395 of file gv.cpp.

Referenced by _wrap_nextout__SWIG_0_gv_f72e3b2553238da4(), and _wrap_nextout__SWIG_1_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ nextsubg()

Agraph_t * nextsubg ( Agraph_t g,
Agraph_t sg 
)
extern

Definition at line 373 of file gv.cpp.

Referenced by _wrap_nextsubg_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ nextsupg()

Agraph_t * nextsupg ( Agraph_t g,
Agraph_t sg 
)
extern

Definition at line 382 of file gv.cpp.

Referenced by _wrap_nextsupg_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ nexttail()

Agnode_t * nexttail ( Agnode_t n,
Agnode_t t 
)
extern

Definition at line 503 of file gv.cpp.

Referenced by _wrap_nexttail_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ node()

Agnode_t * node ( Agraph_t g,
char *  name 
)
extern

New nodes

Definition at line 84 of file gv.cpp.

◆ ok() [1/4]

bool ok ( Agedge_t e)
extern

Definition at line 364 of file gv.cpp.

◆ ok() [2/4]

bool ok ( Agnode_t n)
extern

Definition at line 363 of file gv.cpp.

◆ ok() [3/4]

bool ok ( Agraph_t g)
extern

Iterators

Definition at line 362 of file gv.cpp.

Referenced by _wrap_ok__SWIG_0_gv_f72e3b2553238da4(), _wrap_ok__SWIG_1_gv_f72e3b2553238da4(), _wrap_ok__SWIG_2_gv_f72e3b2553238da4(), and _wrap_ok__SWIG_3_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ ok() [4/4]

bool ok ( Agsym_t a)
extern

Definition at line 365 of file gv.cpp.

◆ protoedge()

Agedge_t * protoedge ( Agraph_t g)
extern

Definition at line 338 of file gv.cpp.

Referenced by _wrap_protoedge_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ protonode()

Agnode_t * protonode ( Agraph_t g)
extern

Obtain handles of proto node/edge for setting default attribute values

Definition at line 334 of file gv.cpp.

Referenced by _wrap_protonode_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ read() [1/2]

Agraph_t * read ( const char *  filename)
extern

Definition at line 66 of file gv.cpp.

Referenced by _wrap_read__SWIG_0_gv_f72e3b2553238da4(), and _wrap_read__SWIG_1_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ read() [2/2]

Agraph_t * read ( FILE *  f)
extern

Definition at line 60 of file gv.cpp.

◆ readstring()

Agraph_t * readstring ( char *  string)
extern

Definition at line 54 of file gv.cpp.

Referenced by _wrap_readstring_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ render() [1/4]

bool render ( Agraph_t g)
extern

Render

Definition at line 624 of file gv.cpp.

Referenced by _wrap_render__SWIG_0_gv_f72e3b2553238da4(), _wrap_render__SWIG_1_gv_f72e3b2553238da4(), _wrap_render__SWIG_2_gv_f72e3b2553238da4(), and _wrap_render__SWIG_3_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ render() [2/4]

bool render ( Agraph_t g,
const char *  format 
)
extern

Definition at line 632 of file gv.cpp.

◆ render() [3/4]

bool render ( Agraph_t g,
const char *  format,
const char *  filename 
)
extern

Definition at line 658 of file gv.cpp.

◆ render() [4/4]

bool render ( Agraph_t g,
const char *  format,
FILE *  fout 
)
extern

Definition at line 640 of file gv.cpp.

◆ renderchannel()

bool renderchannel ( Agraph_t g,
const char *  format,
const char *  channelname 
)
extern

Definition at line 648 of file gv.cpp.

Referenced by _wrap_renderchannel_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ renderdata()

char * renderdata ( Agraph_t g,
const char *  format 
)
extern

Definition at line 699 of file gv.cpp.

Referenced by _wrap_renderdata_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ renderresult()

void renderresult ( Agraph_t g,
const char *  format,
char *  outdata 
)
extern

Definition at line 690 of file gv.cpp.

Referenced by _wrap_renderresult_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ rm() [1/3]

bool rm ( Agedge_t e)
extern

Definition at line 604 of file gv.cpp.

◆ rm() [2/3]

bool rm ( Agnode_t n)
extern

Definition at line 594 of file gv.cpp.

◆ rm() [3/3]

bool rm ( Agraph_t g)
extern

Remove graph objects

Definition at line 584 of file gv.cpp.

Referenced by _wrap_rm__SWIG_0_gv_f72e3b2553238da4(), _wrap_rm__SWIG_1_gv_f72e3b2553238da4(), and _wrap_rm__SWIG_2_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ rootof()

Agraph_t * rootof ( Agraph_t g)
extern

Definition at line 327 of file gv.cpp.

Referenced by _wrap_rootof_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ setv() [1/6]

char * setv ( Agedge_t e,
Agsym_t a,
char *  val 
)
extern

Definition at line 221 of file gv.cpp.

◆ setv() [2/6]

char * setv ( Agedge_t e,
char *  attr,
char *  val 
)
extern

Definition at line 229 of file gv.cpp.

◆ setv() [3/6]

char * setv ( Agnode_t n,
Agsym_t a,
char *  val 
)
extern

Definition at line 178 of file gv.cpp.

◆ setv() [4/6]

char * setv ( Agnode_t n,
char *  attr,
char *  val 
)
extern

Definition at line 186 of file gv.cpp.

◆ setv() [5/6]

char * setv ( Agraph_t g,
Agsym_t a,
char *  val 
)
extern

Definition at line 146 of file gv.cpp.

◆ setv() [6/6]

char * setv ( Agraph_t g,
char *  attr,
char *  val 
)
extern

Setting attribute values

Definition at line 152 of file gv.cpp.

Referenced by _wrap_setv__SWIG_0_gv_f72e3b2553238da4(), _wrap_setv__SWIG_1_gv_f72e3b2553238da4(), _wrap_setv__SWIG_2_gv_f72e3b2553238da4(), _wrap_setv__SWIG_3_gv_f72e3b2553238da4(), _wrap_setv__SWIG_4_gv_f72e3b2553238da4(), and _wrap_setv__SWIG_5_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ strictdigraph()

Agraph_t * strictdigraph ( char *  name)
extern

Definition at line 48 of file gv.cpp.

Referenced by _wrap_strictdigraph_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ strictgraph()

Agraph_t * strictgraph ( char *  name)
extern

Definition at line 42 of file gv.cpp.

Referenced by _wrap_strictgraph_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ Swig_AllocateString()

◆ Swig_free()

static void Swig_free ( void *  p)
static

Definition at line 229 of file gv_go.cpp.

References free().

Referenced by _wrap_Swig_free_gv_f72e3b2553238da4().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Swig_malloc()

static void * Swig_malloc ( int  c)
static

Definition at line 233 of file gv_go.cpp.

References malloc().

Referenced by _wrap_Swig_malloc_gv_f72e3b2553238da4().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ tailof()

Agnode_t * tailof ( Agedge_t e)
extern

Definition at line 295 of file gv.cpp.

Referenced by _wrap_tailof_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ tred()

bool tred ( Agraph_t g)
extern

Definition at line 728 of file gv.cpp.

Referenced by _wrap_tred_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ write() [1/2]

bool write ( Agraph_t g,
const char *  filename 
)
extern

Definition at line 717 of file gv.cpp.

Referenced by _wrap_write__SWIG_0_gv_f72e3b2553238da4(), and _wrap_write__SWIG_1_gv_f72e3b2553238da4().

Here is the caller graph for this function:

◆ write() [2/2]

bool write ( Agraph_t g,
FILE *  f 
)
extern

Definition at line 710 of file gv.cpp.