Graphviz 12.1.0~dev.20240716.0947
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 "config.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_df6ccae4f7b80b45 (void *_swig_go_0)
 
void * _wrap_Swig_malloc_gv_df6ccae4f7b80b45 (intgo _swig_go_0)
 
Agraph_t_wrap_graph__SWIG_0_gv_df6ccae4f7b80b45 (_gostring_ _swig_go_0)
 
Agraph_t_wrap_digraph_gv_df6ccae4f7b80b45 (_gostring_ _swig_go_0)
 
Agraph_t_wrap_strictgraph_gv_df6ccae4f7b80b45 (_gostring_ _swig_go_0)
 
Agraph_t_wrap_strictdigraph_gv_df6ccae4f7b80b45 (_gostring_ _swig_go_0)
 
Agraph_t_wrap_readstring_gv_df6ccae4f7b80b45 (_gostring_ _swig_go_0)
 
Agraph_t_wrap_read__SWIG_0_gv_df6ccae4f7b80b45 (_gostring_ _swig_go_0)
 
Agraph_t_wrap_read__SWIG_1_gv_df6ccae4f7b80b45 (FILE *_swig_go_0)
 
Agraph_t_wrap_graph__SWIG_1_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0, _gostring_ _swig_go_1)
 
Agnode_t_wrap_node_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0, _gostring_ _swig_go_1)
 
Agedge_t_wrap_edge__SWIG_0_gv_df6ccae4f7b80b45 (Agnode_t *_swig_go_0, Agnode_t *_swig_go_1)
 
Agedge_t_wrap_edge__SWIG_1_gv_df6ccae4f7b80b45 (Agnode_t *_swig_go_0, _gostring_ _swig_go_1)
 
Agedge_t_wrap_edge__SWIG_2_gv_df6ccae4f7b80b45 (_gostring_ _swig_go_0, Agnode_t *_swig_go_1)
 
Agedge_t_wrap_edge__SWIG_3_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0, _gostring_ _swig_go_1, _gostring_ _swig_go_2)
 
_gostring_ _wrap_setv__SWIG_0_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0, _gostring_ _swig_go_1, _gostring_ _swig_go_2)
 
_gostring_ _wrap_setv__SWIG_1_gv_df6ccae4f7b80b45 (Agnode_t *_swig_go_0, _gostring_ _swig_go_1, _gostring_ _swig_go_2)
 
_gostring_ _wrap_setv__SWIG_2_gv_df6ccae4f7b80b45 (Agedge_t *_swig_go_0, _gostring_ _swig_go_1, _gostring_ _swig_go_2)
 
_gostring_ _wrap_setv__SWIG_3_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0, Agsym_t *_swig_go_1, _gostring_ _swig_go_2)
 
_gostring_ _wrap_setv__SWIG_4_gv_df6ccae4f7b80b45 (Agnode_t *_swig_go_0, Agsym_t *_swig_go_1, _gostring_ _swig_go_2)
 
_gostring_ _wrap_setv__SWIG_5_gv_df6ccae4f7b80b45 (Agedge_t *_swig_go_0, Agsym_t *_swig_go_1, _gostring_ _swig_go_2)
 
_gostring_ _wrap_getv__SWIG_0_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0, _gostring_ _swig_go_1)
 
_gostring_ _wrap_getv__SWIG_1_gv_df6ccae4f7b80b45 (Agnode_t *_swig_go_0, _gostring_ _swig_go_1)
 
_gostring_ _wrap_getv__SWIG_2_gv_df6ccae4f7b80b45 (Agedge_t *_swig_go_0, _gostring_ _swig_go_1)
 
_gostring_ _wrap_getv__SWIG_3_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0, Agsym_t *_swig_go_1)
 
_gostring_ _wrap_getv__SWIG_4_gv_df6ccae4f7b80b45 (Agnode_t *_swig_go_0, Agsym_t *_swig_go_1)
 
_gostring_ _wrap_getv__SWIG_5_gv_df6ccae4f7b80b45 (Agedge_t *_swig_go_0, Agsym_t *_swig_go_1)
 
_gostring_ _wrap_nameof__SWIG_0_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0)
 
_gostring_ _wrap_nameof__SWIG_1_gv_df6ccae4f7b80b45 (Agnode_t *_swig_go_0)
 
_gostring_ _wrap_nameof__SWIG_2_gv_df6ccae4f7b80b45 (Agsym_t *_swig_go_0)
 
Agraph_t_wrap_findsubg_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0, _gostring_ _swig_go_1)
 
Agnode_t_wrap_findnode_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0, _gostring_ _swig_go_1)
 
Agedge_t_wrap_findedge_gv_df6ccae4f7b80b45 (Agnode_t *_swig_go_0, Agnode_t *_swig_go_1)
 
Agsym_t_wrap_findattr__SWIG_0_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0, _gostring_ _swig_go_1)
 
Agsym_t_wrap_findattr__SWIG_1_gv_df6ccae4f7b80b45 (Agnode_t *_swig_go_0, _gostring_ _swig_go_1)
 
Agsym_t_wrap_findattr__SWIG_2_gv_df6ccae4f7b80b45 (Agedge_t *_swig_go_0, _gostring_ _swig_go_1)
 
Agnode_t_wrap_headof_gv_df6ccae4f7b80b45 (Agedge_t *_swig_go_0)
 
Agnode_t_wrap_tailof_gv_df6ccae4f7b80b45 (Agedge_t *_swig_go_0)
 
Agraph_t_wrap_graphof__SWIG_0_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0)
 
Agraph_t_wrap_graphof__SWIG_1_gv_df6ccae4f7b80b45 (Agedge_t *_swig_go_0)
 
Agraph_t_wrap_graphof__SWIG_2_gv_df6ccae4f7b80b45 (Agnode_t *_swig_go_0)
 
Agraph_t_wrap_rootof_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0)
 
Agnode_t_wrap_protonode_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0)
 
Agedge_t_wrap_protoedge_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0)
 
bool _wrap_ok__SWIG_0_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0)
 
bool _wrap_ok__SWIG_1_gv_df6ccae4f7b80b45 (Agnode_t *_swig_go_0)
 
bool _wrap_ok__SWIG_2_gv_df6ccae4f7b80b45 (Agedge_t *_swig_go_0)
 
bool _wrap_ok__SWIG_3_gv_df6ccae4f7b80b45 (Agsym_t *_swig_go_0)
 
Agraph_t_wrap_firstsubg_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0)
 
Agraph_t_wrap_nextsubg_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0, Agraph_t *_swig_go_1)
 
Agraph_t_wrap_firstsupg_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0)
 
Agraph_t_wrap_nextsupg_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0, Agraph_t *_swig_go_1)
 
Agedge_t_wrap_firstedge__SWIG_0_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0)
 
Agedge_t_wrap_nextedge__SWIG_0_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0, Agedge_t *_swig_go_1)
 
Agedge_t_wrap_firstout__SWIG_0_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0)
 
Agedge_t_wrap_nextout__SWIG_0_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0, Agedge_t *_swig_go_1)
 
Agedge_t_wrap_firstedge__SWIG_1_gv_df6ccae4f7b80b45 (Agnode_t *_swig_go_0)
 
Agedge_t_wrap_nextedge__SWIG_1_gv_df6ccae4f7b80b45 (Agnode_t *_swig_go_0, Agedge_t *_swig_go_1)
 
Agedge_t_wrap_firstout__SWIG_1_gv_df6ccae4f7b80b45 (Agnode_t *_swig_go_0)
 
Agedge_t_wrap_nextout__SWIG_1_gv_df6ccae4f7b80b45 (Agnode_t *_swig_go_0, Agedge_t *_swig_go_1)
 
Agnode_t_wrap_firsthead_gv_df6ccae4f7b80b45 (Agnode_t *_swig_go_0)
 
Agnode_t_wrap_nexthead_gv_df6ccae4f7b80b45 (Agnode_t *_swig_go_0, Agnode_t *_swig_go_1)
 
Agedge_t_wrap_firstin__SWIG_0_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0)
 
Agedge_t_wrap_nextin__SWIG_0_gv_df6ccae4f7b80b45 (Agnode_t *_swig_go_0, Agedge_t *_swig_go_1)
 
Agedge_t_wrap_firstin__SWIG_1_gv_df6ccae4f7b80b45 (Agnode_t *_swig_go_0)
 
Agedge_t_wrap_nextin__SWIG_1_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0, Agedge_t *_swig_go_1)
 
Agnode_t_wrap_firsttail_gv_df6ccae4f7b80b45 (Agnode_t *_swig_go_0)
 
Agnode_t_wrap_nexttail_gv_df6ccae4f7b80b45 (Agnode_t *_swig_go_0, Agnode_t *_swig_go_1)
 
Agnode_t_wrap_firstnode__SWIG_0_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0)
 
Agnode_t_wrap_nextnode__SWIG_0_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0, Agnode_t *_swig_go_1)
 
Agnode_t_wrap_firstnode__SWIG_1_gv_df6ccae4f7b80b45 (Agedge_t *_swig_go_0)
 
Agnode_t_wrap_nextnode__SWIG_1_gv_df6ccae4f7b80b45 (Agedge_t *_swig_go_0, Agnode_t *_swig_go_1)
 
Agsym_t_wrap_firstattr__SWIG_0_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0)
 
Agsym_t_wrap_nextattr__SWIG_0_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0, Agsym_t *_swig_go_1)
 
Agsym_t_wrap_firstattr__SWIG_1_gv_df6ccae4f7b80b45 (Agedge_t *_swig_go_0)
 
Agsym_t_wrap_nextattr__SWIG_1_gv_df6ccae4f7b80b45 (Agedge_t *_swig_go_0, Agsym_t *_swig_go_1)
 
Agsym_t_wrap_firstattr__SWIG_2_gv_df6ccae4f7b80b45 (Agnode_t *_swig_go_0)
 
Agsym_t_wrap_nextattr__SWIG_2_gv_df6ccae4f7b80b45 (Agnode_t *_swig_go_0, Agsym_t *_swig_go_1)
 
bool _wrap_rm__SWIG_0_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0)
 
bool _wrap_rm__SWIG_1_gv_df6ccae4f7b80b45 (Agnode_t *_swig_go_0)
 
bool _wrap_rm__SWIG_2_gv_df6ccae4f7b80b45 (Agedge_t *_swig_go_0)
 
bool _wrap_layout_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0, _gostring_ _swig_go_1)
 
bool _wrap_render__SWIG_0_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0)
 
bool _wrap_render__SWIG_1_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0, _gostring_ _swig_go_1)
 
bool _wrap_render__SWIG_2_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0, _gostring_ _swig_go_1, FILE *_swig_go_2)
 
bool _wrap_render__SWIG_3_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0, _gostring_ _swig_go_1, _gostring_ _swig_go_2)
 
void _wrap_renderresult_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0, _gostring_ _swig_go_1, _gostring_ _swig_go_2)
 
bool _wrap_renderchannel_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0, _gostring_ _swig_go_1, _gostring_ _swig_go_2)
 
_gostring_ _wrap_renderdata_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0, _gostring_ _swig_go_1)
 
bool _wrap_write__SWIG_0_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0, _gostring_ _swig_go_1)
 
bool _wrap_write__SWIG_1_gv_df6ccae4f7b80b45 (Agraph_t *_swig_go_0, FILE *_swig_go_1)
 
bool _wrap_tred_gv_df6ccae4f7b80b45 (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_df6ccae4f7b80b45()

Agraph_t * _wrap_digraph_gv_df6ccae4f7b80b45 ( _gostring_  _swig_go_0)

Definition at line 475 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_df6ccae4f7b80b45()

Agedge_t * _wrap_edge__SWIG_0_gv_df6ccae4f7b80b45 ( Agnode_t _swig_go_0,
Agnode_t _swig_go_1 
)

Definition at line 618 of file gv_go.cpp.

References edge.

◆ _wrap_edge__SWIG_1_gv_df6ccae4f7b80b45()

Agedge_t * _wrap_edge__SWIG_1_gv_df6ccae4f7b80b45 ( Agnode_t _swig_go_0,
_gostring_  _swig_go_1 
)

Definition at line 633 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_df6ccae4f7b80b45()

Agedge_t * _wrap_edge__SWIG_2_gv_df6ccae4f7b80b45 ( _gostring_  _swig_go_0,
Agnode_t _swig_go_1 
)

Definition at line 653 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_df6ccae4f7b80b45()

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

Definition at line 673 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_df6ccae4f7b80b45()

Agsym_t * _wrap_findattr__SWIG_0_gv_df6ccae4f7b80b45 ( Agraph_t _swig_go_0,
_gostring_  _swig_go_1 
)

Definition at line 1046 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_df6ccae4f7b80b45()

Agsym_t * _wrap_findattr__SWIG_1_gv_df6ccae4f7b80b45 ( Agnode_t _swig_go_0,
_gostring_  _swig_go_1 
)

Definition at line 1066 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_df6ccae4f7b80b45()

Agsym_t * _wrap_findattr__SWIG_2_gv_df6ccae4f7b80b45 ( Agedge_t _swig_go_0,
_gostring_  _swig_go_1 
)

Definition at line 1086 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_df6ccae4f7b80b45()

Agedge_t * _wrap_findedge_gv_df6ccae4f7b80b45 ( Agnode_t _swig_go_0,
Agnode_t _swig_go_1 
)

Definition at line 1031 of file gv_go.cpp.

References findedge().

Here is the call graph for this function:

◆ _wrap_findnode_gv_df6ccae4f7b80b45()

Agnode_t * _wrap_findnode_gv_df6ccae4f7b80b45 ( Agraph_t _swig_go_0,
_gostring_  _swig_go_1 
)

Definition at line 1011 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_df6ccae4f7b80b45()

Agraph_t * _wrap_findsubg_gv_df6ccae4f7b80b45 ( Agraph_t _swig_go_0,
_gostring_  _swig_go_1 
)

Definition at line 991 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_df6ccae4f7b80b45()

Agsym_t * _wrap_firstattr__SWIG_0_gv_df6ccae4f7b80b45 ( Agraph_t _swig_go_0)

Definition at line 1598 of file gv_go.cpp.

References firstattr().

Here is the call graph for this function:

◆ _wrap_firstattr__SWIG_1_gv_df6ccae4f7b80b45()

Agsym_t * _wrap_firstattr__SWIG_1_gv_df6ccae4f7b80b45 ( Agedge_t _swig_go_0)

Definition at line 1626 of file gv_go.cpp.

References firstattr().

Here is the call graph for this function:

◆ _wrap_firstattr__SWIG_2_gv_df6ccae4f7b80b45()

Agsym_t * _wrap_firstattr__SWIG_2_gv_df6ccae4f7b80b45 ( Agnode_t _swig_go_0)

Definition at line 1654 of file gv_go.cpp.

References firstattr().

Here is the call graph for this function:

◆ _wrap_firstedge__SWIG_0_gv_df6ccae4f7b80b45()

Agedge_t * _wrap_firstedge__SWIG_0_gv_df6ccae4f7b80b45 ( Agraph_t _swig_go_0)

Definition at line 1318 of file gv_go.cpp.

References firstedge().

Here is the call graph for this function:

◆ _wrap_firstedge__SWIG_1_gv_df6ccae4f7b80b45()

Agedge_t * _wrap_firstedge__SWIG_1_gv_df6ccae4f7b80b45 ( Agnode_t _swig_go_0)

Definition at line 1374 of file gv_go.cpp.

References firstedge().

Here is the call graph for this function:

◆ _wrap_firsthead_gv_df6ccae4f7b80b45()

Agnode_t * _wrap_firsthead_gv_df6ccae4f7b80b45 ( Agnode_t _swig_go_0)

Definition at line 1430 of file gv_go.cpp.

References firsthead().

Here is the call graph for this function:

◆ _wrap_firstin__SWIG_0_gv_df6ccae4f7b80b45()

Agedge_t * _wrap_firstin__SWIG_0_gv_df6ccae4f7b80b45 ( Agraph_t _swig_go_0)

Definition at line 1458 of file gv_go.cpp.

References firstin().

Here is the call graph for this function:

◆ _wrap_firstin__SWIG_1_gv_df6ccae4f7b80b45()

Agedge_t * _wrap_firstin__SWIG_1_gv_df6ccae4f7b80b45 ( Agnode_t _swig_go_0)

Definition at line 1486 of file gv_go.cpp.

References firstin().

Here is the call graph for this function:

◆ _wrap_firstnode__SWIG_0_gv_df6ccae4f7b80b45()

Agnode_t * _wrap_firstnode__SWIG_0_gv_df6ccae4f7b80b45 ( Agraph_t _swig_go_0)

Definition at line 1542 of file gv_go.cpp.

References firstnode().

Here is the call graph for this function:

◆ _wrap_firstnode__SWIG_1_gv_df6ccae4f7b80b45()

Agnode_t * _wrap_firstnode__SWIG_1_gv_df6ccae4f7b80b45 ( Agedge_t _swig_go_0)

Definition at line 1570 of file gv_go.cpp.

References firstnode().

Here is the call graph for this function:

◆ _wrap_firstout__SWIG_0_gv_df6ccae4f7b80b45()

Agedge_t * _wrap_firstout__SWIG_0_gv_df6ccae4f7b80b45 ( Agraph_t _swig_go_0)

Definition at line 1346 of file gv_go.cpp.

References firstout().

Here is the call graph for this function:

◆ _wrap_firstout__SWIG_1_gv_df6ccae4f7b80b45()

Agedge_t * _wrap_firstout__SWIG_1_gv_df6ccae4f7b80b45 ( Agnode_t _swig_go_0)

Definition at line 1402 of file gv_go.cpp.

References firstout().

Here is the call graph for this function:

◆ _wrap_firstsubg_gv_df6ccae4f7b80b45()

Agraph_t * _wrap_firstsubg_gv_df6ccae4f7b80b45 ( Agraph_t _swig_go_0)

Definition at line 1262 of file gv_go.cpp.

References firstsubg().

Here is the call graph for this function:

◆ _wrap_firstsupg_gv_df6ccae4f7b80b45()

Agraph_t * _wrap_firstsupg_gv_df6ccae4f7b80b45 ( Agraph_t _swig_go_0)

Definition at line 1290 of file gv_go.cpp.

References firstsupg().

Here is the call graph for this function:

◆ _wrap_firsttail_gv_df6ccae4f7b80b45()

Agnode_t * _wrap_firsttail_gv_df6ccae4f7b80b45 ( Agnode_t _swig_go_0)

Definition at line 1514 of file gv_go.cpp.

References firsttail().

Here is the call graph for this function:

◆ _wrap_getv__SWIG_0_gv_df6ccae4f7b80b45()

_gostring_ _wrap_getv__SWIG_0_gv_df6ccae4f7b80b45 ( Agraph_t _swig_go_0,
_gostring_  _swig_go_1 
)

Definition at line 847 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_df6ccae4f7b80b45()

_gostring_ _wrap_getv__SWIG_1_gv_df6ccae4f7b80b45 ( Agnode_t _swig_go_0,
_gostring_  _swig_go_1 
)

Definition at line 867 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_df6ccae4f7b80b45()

_gostring_ _wrap_getv__SWIG_2_gv_df6ccae4f7b80b45 ( Agedge_t _swig_go_0,
_gostring_  _swig_go_1 
)

Definition at line 887 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_df6ccae4f7b80b45()

_gostring_ _wrap_getv__SWIG_3_gv_df6ccae4f7b80b45 ( Agraph_t _swig_go_0,
Agsym_t _swig_go_1 
)

Definition at line 907 of file gv_go.cpp.

References getv(), and Swig_AllocateString().

Here is the call graph for this function:

◆ _wrap_getv__SWIG_4_gv_df6ccae4f7b80b45()

_gostring_ _wrap_getv__SWIG_4_gv_df6ccae4f7b80b45 ( Agnode_t _swig_go_0,
Agsym_t _swig_go_1 
)

Definition at line 922 of file gv_go.cpp.

References getv(), and Swig_AllocateString().

Here is the call graph for this function:

◆ _wrap_getv__SWIG_5_gv_df6ccae4f7b80b45()

_gostring_ _wrap_getv__SWIG_5_gv_df6ccae4f7b80b45 ( Agedge_t _swig_go_0,
Agsym_t _swig_go_1 
)

Definition at line 937 of file gv_go.cpp.

References getv(), and Swig_AllocateString().

Here is the call graph for this function:

◆ _wrap_graph__SWIG_0_gv_df6ccae4f7b80b45()

Agraph_t * _wrap_graph__SWIG_0_gv_df6ccae4f7b80b45 ( _gostring_  _swig_go_0)

Definition at line 457 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_df6ccae4f7b80b45()

Agraph_t * _wrap_graph__SWIG_1_gv_df6ccae4f7b80b45 ( Agraph_t _swig_go_0,
_gostring_  _swig_go_1 
)

Definition at line 578 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_df6ccae4f7b80b45()

Agraph_t * _wrap_graphof__SWIG_0_gv_df6ccae4f7b80b45 ( Agraph_t _swig_go_0)

Definition at line 1132 of file gv_go.cpp.

References graphof().

Here is the call graph for this function:

◆ _wrap_graphof__SWIG_1_gv_df6ccae4f7b80b45()

Agraph_t * _wrap_graphof__SWIG_1_gv_df6ccae4f7b80b45 ( Agedge_t _swig_go_0)

Definition at line 1145 of file gv_go.cpp.

References graphof().

Here is the call graph for this function:

◆ _wrap_graphof__SWIG_2_gv_df6ccae4f7b80b45()

Agraph_t * _wrap_graphof__SWIG_2_gv_df6ccae4f7b80b45 ( Agnode_t _swig_go_0)

Definition at line 1158 of file gv_go.cpp.

References graphof().

Here is the call graph for this function:

◆ _wrap_headof_gv_df6ccae4f7b80b45()

Agnode_t * _wrap_headof_gv_df6ccae4f7b80b45 ( Agedge_t _swig_go_0)

Definition at line 1106 of file gv_go.cpp.

References headof().

Here is the call graph for this function:

◆ _wrap_layout_gv_df6ccae4f7b80b45()

bool _wrap_layout_gv_df6ccae4f7b80b45 ( Agraph_t _swig_go_0,
_gostring_  _swig_go_1 
)

Definition at line 1721 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_df6ccae4f7b80b45()

_gostring_ _wrap_nameof__SWIG_0_gv_df6ccae4f7b80b45 ( Agraph_t _swig_go_0)

Definition at line 952 of file gv_go.cpp.

References nameof(), and Swig_AllocateString().

Here is the call graph for this function:

◆ _wrap_nameof__SWIG_1_gv_df6ccae4f7b80b45()

_gostring_ _wrap_nameof__SWIG_1_gv_df6ccae4f7b80b45 ( Agnode_t _swig_go_0)

Definition at line 965 of file gv_go.cpp.

References nameof(), and Swig_AllocateString().

Here is the call graph for this function:

◆ _wrap_nameof__SWIG_2_gv_df6ccae4f7b80b45()

_gostring_ _wrap_nameof__SWIG_2_gv_df6ccae4f7b80b45 ( Agsym_t _swig_go_0)

Definition at line 978 of file gv_go.cpp.

References nameof(), and Swig_AllocateString().

Here is the call graph for this function:

◆ _wrap_nextattr__SWIG_0_gv_df6ccae4f7b80b45()

Agsym_t * _wrap_nextattr__SWIG_0_gv_df6ccae4f7b80b45 ( Agraph_t _swig_go_0,
Agsym_t _swig_go_1 
)

Definition at line 1611 of file gv_go.cpp.

References nextattr().

Here is the call graph for this function:

◆ _wrap_nextattr__SWIG_1_gv_df6ccae4f7b80b45()

Agsym_t * _wrap_nextattr__SWIG_1_gv_df6ccae4f7b80b45 ( Agedge_t _swig_go_0,
Agsym_t _swig_go_1 
)

Definition at line 1639 of file gv_go.cpp.

References nextattr().

Here is the call graph for this function:

◆ _wrap_nextattr__SWIG_2_gv_df6ccae4f7b80b45()

Agsym_t * _wrap_nextattr__SWIG_2_gv_df6ccae4f7b80b45 ( Agnode_t _swig_go_0,
Agsym_t _swig_go_1 
)

Definition at line 1667 of file gv_go.cpp.

References nextattr().

Here is the call graph for this function:

◆ _wrap_nextedge__SWIG_0_gv_df6ccae4f7b80b45()

Agedge_t * _wrap_nextedge__SWIG_0_gv_df6ccae4f7b80b45 ( Agraph_t _swig_go_0,
Agedge_t _swig_go_1 
)

Definition at line 1331 of file gv_go.cpp.

References nextedge().

Here is the call graph for this function:

◆ _wrap_nextedge__SWIG_1_gv_df6ccae4f7b80b45()

Agedge_t * _wrap_nextedge__SWIG_1_gv_df6ccae4f7b80b45 ( Agnode_t _swig_go_0,
Agedge_t _swig_go_1 
)

Definition at line 1387 of file gv_go.cpp.

References nextedge().

Here is the call graph for this function:

◆ _wrap_nexthead_gv_df6ccae4f7b80b45()

Agnode_t * _wrap_nexthead_gv_df6ccae4f7b80b45 ( Agnode_t _swig_go_0,
Agnode_t _swig_go_1 
)

Definition at line 1443 of file gv_go.cpp.

References nexthead().

Here is the call graph for this function:

◆ _wrap_nextin__SWIG_0_gv_df6ccae4f7b80b45()

Agedge_t * _wrap_nextin__SWIG_0_gv_df6ccae4f7b80b45 ( Agnode_t _swig_go_0,
Agedge_t _swig_go_1 
)

Definition at line 1471 of file gv_go.cpp.

References nextin().

Here is the call graph for this function:

◆ _wrap_nextin__SWIG_1_gv_df6ccae4f7b80b45()

Agedge_t * _wrap_nextin__SWIG_1_gv_df6ccae4f7b80b45 ( Agraph_t _swig_go_0,
Agedge_t _swig_go_1 
)

Definition at line 1499 of file gv_go.cpp.

References nextin().

Here is the call graph for this function:

◆ _wrap_nextnode__SWIG_0_gv_df6ccae4f7b80b45()

Agnode_t * _wrap_nextnode__SWIG_0_gv_df6ccae4f7b80b45 ( Agraph_t _swig_go_0,
Agnode_t _swig_go_1 
)

Definition at line 1555 of file gv_go.cpp.

References nextnode().

Here is the call graph for this function:

◆ _wrap_nextnode__SWIG_1_gv_df6ccae4f7b80b45()

Agnode_t * _wrap_nextnode__SWIG_1_gv_df6ccae4f7b80b45 ( Agedge_t _swig_go_0,
Agnode_t _swig_go_1 
)

Definition at line 1583 of file gv_go.cpp.

References nextnode().

Here is the call graph for this function:

◆ _wrap_nextout__SWIG_0_gv_df6ccae4f7b80b45()

Agedge_t * _wrap_nextout__SWIG_0_gv_df6ccae4f7b80b45 ( Agraph_t _swig_go_0,
Agedge_t _swig_go_1 
)

Definition at line 1359 of file gv_go.cpp.

References nextout().

Here is the call graph for this function:

◆ _wrap_nextout__SWIG_1_gv_df6ccae4f7b80b45()

Agedge_t * _wrap_nextout__SWIG_1_gv_df6ccae4f7b80b45 ( Agnode_t _swig_go_0,
Agedge_t _swig_go_1 
)

Definition at line 1415 of file gv_go.cpp.

References nextout().

Here is the call graph for this function:

◆ _wrap_nextsubg_gv_df6ccae4f7b80b45()

Agraph_t * _wrap_nextsubg_gv_df6ccae4f7b80b45 ( Agraph_t _swig_go_0,
Agraph_t _swig_go_1 
)

Definition at line 1275 of file gv_go.cpp.

References nextsubg().

Here is the call graph for this function:

◆ _wrap_nextsupg_gv_df6ccae4f7b80b45()

Agraph_t * _wrap_nextsupg_gv_df6ccae4f7b80b45 ( Agraph_t _swig_go_0,
Agraph_t _swig_go_1 
)

Definition at line 1303 of file gv_go.cpp.

References nextsupg().

Here is the call graph for this function:

◆ _wrap_nexttail_gv_df6ccae4f7b80b45()

Agnode_t * _wrap_nexttail_gv_df6ccae4f7b80b45 ( Agnode_t _swig_go_0,
Agnode_t _swig_go_1 
)

Definition at line 1527 of file gv_go.cpp.

References nexttail().

Here is the call graph for this function:

◆ _wrap_node_gv_df6ccae4f7b80b45()

Agnode_t * _wrap_node_gv_df6ccae4f7b80b45 ( Agraph_t _swig_go_0,
_gostring_  _swig_go_1 
)

Definition at line 598 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_df6ccae4f7b80b45()

bool _wrap_ok__SWIG_0_gv_df6ccae4f7b80b45 ( Agraph_t _swig_go_0)

Definition at line 1210 of file gv_go.cpp.

References ok().

Here is the call graph for this function:

◆ _wrap_ok__SWIG_1_gv_df6ccae4f7b80b45()

bool _wrap_ok__SWIG_1_gv_df6ccae4f7b80b45 ( Agnode_t _swig_go_0)

Definition at line 1223 of file gv_go.cpp.

References ok().

Here is the call graph for this function:

◆ _wrap_ok__SWIG_2_gv_df6ccae4f7b80b45()

bool _wrap_ok__SWIG_2_gv_df6ccae4f7b80b45 ( Agedge_t _swig_go_0)

Definition at line 1236 of file gv_go.cpp.

References ok().

Here is the call graph for this function:

◆ _wrap_ok__SWIG_3_gv_df6ccae4f7b80b45()

bool _wrap_ok__SWIG_3_gv_df6ccae4f7b80b45 ( Agsym_t _swig_go_0)

Definition at line 1249 of file gv_go.cpp.

References ok().

Here is the call graph for this function:

◆ _wrap_protoedge_gv_df6ccae4f7b80b45()

Agedge_t * _wrap_protoedge_gv_df6ccae4f7b80b45 ( Agraph_t _swig_go_0)

Definition at line 1197 of file gv_go.cpp.

References protoedge().

Here is the call graph for this function:

◆ _wrap_protonode_gv_df6ccae4f7b80b45()

Agnode_t * _wrap_protonode_gv_df6ccae4f7b80b45 ( Agraph_t _swig_go_0)

Definition at line 1184 of file gv_go.cpp.

References protonode().

Here is the call graph for this function:

◆ _wrap_read__SWIG_0_gv_df6ccae4f7b80b45()

Agraph_t * _wrap_read__SWIG_0_gv_df6ccae4f7b80b45 ( _gostring_  _swig_go_0)

Definition at line 547 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_df6ccae4f7b80b45()

Agraph_t * _wrap_read__SWIG_1_gv_df6ccae4f7b80b45 ( FILE *  _swig_go_0)

Definition at line 565 of file gv_go.cpp.

References read().

Here is the call graph for this function:

◆ _wrap_readstring_gv_df6ccae4f7b80b45()

Agraph_t * _wrap_readstring_gv_df6ccae4f7b80b45 ( _gostring_  _swig_go_0)

Definition at line 529 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_df6ccae4f7b80b45()

bool _wrap_render__SWIG_0_gv_df6ccae4f7b80b45 ( Agraph_t _swig_go_0)

Definition at line 1741 of file gv_go.cpp.

References render().

Here is the call graph for this function:

◆ _wrap_render__SWIG_1_gv_df6ccae4f7b80b45()

bool _wrap_render__SWIG_1_gv_df6ccae4f7b80b45 ( Agraph_t _swig_go_0,
_gostring_  _swig_go_1 
)

Definition at line 1754 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_df6ccae4f7b80b45()

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

Definition at line 1774 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_df6ccae4f7b80b45()

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

Definition at line 1796 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_df6ccae4f7b80b45()

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

Definition at line 1847 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_df6ccae4f7b80b45()

_gostring_ _wrap_renderdata_gv_df6ccae4f7b80b45 ( Agraph_t _swig_go_0,
_gostring_  _swig_go_1 
)

Definition at line 1874 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_df6ccae4f7b80b45()

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

Definition at line 1823 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_df6ccae4f7b80b45()

bool _wrap_rm__SWIG_0_gv_df6ccae4f7b80b45 ( Agraph_t _swig_go_0)

Definition at line 1682 of file gv_go.cpp.

References rm().

Here is the call graph for this function:

◆ _wrap_rm__SWIG_1_gv_df6ccae4f7b80b45()

bool _wrap_rm__SWIG_1_gv_df6ccae4f7b80b45 ( Agnode_t _swig_go_0)

Definition at line 1695 of file gv_go.cpp.

References rm().

Here is the call graph for this function:

◆ _wrap_rm__SWIG_2_gv_df6ccae4f7b80b45()

bool _wrap_rm__SWIG_2_gv_df6ccae4f7b80b45 ( Agedge_t _swig_go_0)

Definition at line 1708 of file gv_go.cpp.

References rm().

Here is the call graph for this function:

◆ _wrap_rootof_gv_df6ccae4f7b80b45()

Agraph_t * _wrap_rootof_gv_df6ccae4f7b80b45 ( Agraph_t _swig_go_0)

Definition at line 1171 of file gv_go.cpp.

References rootof().

Here is the call graph for this function:

◆ _wrap_setv__SWIG_0_gv_df6ccae4f7b80b45()

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

Definition at line 700 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_df6ccae4f7b80b45()

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

Definition at line 727 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_df6ccae4f7b80b45()

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

Definition at line 754 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_df6ccae4f7b80b45()

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

Definition at line 781 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_df6ccae4f7b80b45()

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

Definition at line 803 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_df6ccae4f7b80b45()

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

Definition at line 825 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_df6ccae4f7b80b45()

Agraph_t * _wrap_strictdigraph_gv_df6ccae4f7b80b45 ( _gostring_  _swig_go_0)

Definition at line 511 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_df6ccae4f7b80b45()

Agraph_t * _wrap_strictgraph_gv_df6ccae4f7b80b45 ( _gostring_  _swig_go_0)

Definition at line 493 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_df6ccae4f7b80b45()

void _wrap_Swig_free_gv_df6ccae4f7b80b45 ( void *  _swig_go_0)

Definition at line 434 of file gv_go.cpp.

References Swig_free().

Here is the call graph for this function:

◆ _wrap_Swig_malloc_gv_df6ccae4f7b80b45()

void * _wrap_Swig_malloc_gv_df6ccae4f7b80b45 ( intgo  _swig_go_0)

Definition at line 444 of file gv_go.cpp.

References Swig_malloc().

Here is the call graph for this function:

◆ _wrap_tailof_gv_df6ccae4f7b80b45()

Agnode_t * _wrap_tailof_gv_df6ccae4f7b80b45 ( Agedge_t _swig_go_0)

Definition at line 1119 of file gv_go.cpp.

References tailof().

Here is the call graph for this function:

◆ _wrap_tred_gv_df6ccae4f7b80b45()

bool _wrap_tred_gv_df6ccae4f7b80b45 ( Agraph_t _swig_go_0)

Definition at line 1929 of file gv_go.cpp.

References tred().

Here is the call graph for this function:

◆ _wrap_write__SWIG_0_gv_df6ccae4f7b80b45()

bool _wrap_write__SWIG_0_gv_df6ccae4f7b80b45 ( Agraph_t _swig_go_0,
_gostring_  _swig_go_1 
)

Definition at line 1894 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_df6ccae4f7b80b45()

bool _wrap_write__SWIG_1_gv_df6ccae4f7b80b45 ( Agraph_t _swig_go_0,
FILE *  _swig_go_1 
)

Definition at line 1914 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 37 of file gv.cpp.

Referenced by _wrap_digraph_gv_df6ccae4f7b80b45().

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 100 of file gv.cpp.

◆ edge() [2/4]

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

Definition at line 108 of file gv.cpp.

◆ edge() [3/4]

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

Definition at line 113 of file gv.cpp.

◆ edge() [4/4]

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

Definition at line 103 of file gv.cpp.

◆ findattr() [1/3]

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

Definition at line 285 of file gv.cpp.

◆ findattr() [2/3]

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

Definition at line 279 of file gv.cpp.

◆ findattr() [3/3]

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

Definition at line 273 of file gv.cpp.

Referenced by _wrap_findattr__SWIG_0_gv_df6ccae4f7b80b45(), _wrap_findattr__SWIG_1_gv_df6ccae4f7b80b45(), and _wrap_findattr__SWIG_2_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ findedge()

Agedge_t * findedge ( Agnode_t t,
Agnode_t h 
)
extern

Definition at line 265 of file gv.cpp.

Referenced by _wrap_findedge_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ findnode()

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

Definition at line 259 of file gv.cpp.

Referenced by _wrap_findnode_gv_df6ccae4f7b80b45().

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 253 of file gv.cpp.

Referenced by _wrap_findsubg_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ firstattr() [1/3]

Agsym_t * firstattr ( Agedge_t e)
extern

Definition at line 576 of file gv.cpp.

◆ firstattr() [2/3]

Agsym_t * firstattr ( Agnode_t n)
extern

Definition at line 562 of file gv.cpp.

◆ firstattr() [3/3]

Agsym_t * firstattr ( Agraph_t g)
extern

Definition at line 548 of file gv.cpp.

Referenced by _wrap_firstattr__SWIG_0_gv_df6ccae4f7b80b45(), _wrap_firstattr__SWIG_1_gv_df6ccae4f7b80b45(), and _wrap_firstattr__SWIG_2_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ firstedge() [1/2]

Agedge_t * firstedge ( Agnode_t n)
extern

Definition at line 455 of file gv.cpp.

◆ firstedge() [2/2]

Agedge_t * firstedge ( Agraph_t g)
extern

Definition at line 415 of file gv.cpp.

Referenced by _wrap_firstedge__SWIG_0_gv_df6ccae4f7b80b45(), and _wrap_firstedge__SWIG_1_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ firsthead()

Agnode_t * firsthead ( Agnode_t n)
extern

Definition at line 431 of file gv.cpp.

Referenced by _wrap_firsthead_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ firstin() [1/2]

Agedge_t * firstin ( Agnode_t n)
extern

Definition at line 488 of file gv.cpp.

◆ firstin() [2/2]

Agedge_t * firstin ( Agraph_t g)
extern

Definition at line 467 of file gv.cpp.

Referenced by _wrap_firstin__SWIG_0_gv_df6ccae4f7b80b45(), and _wrap_firstin__SWIG_1_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ firstnode() [1/2]

Agnode_t * firstnode ( Agedge_t e)
extern

Definition at line 536 of file gv.cpp.

◆ firstnode() [2/2]

Agnode_t * firstnode ( Agraph_t g)
extern

Definition at line 524 of file gv.cpp.

Referenced by _wrap_firstnode__SWIG_0_gv_df6ccae4f7b80b45(), and _wrap_firstnode__SWIG_1_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ firstout() [1/2]

Agedge_t * firstout ( Agnode_t n)
extern

Definition at line 419 of file gv.cpp.

◆ firstout() [2/2]

Agedge_t * firstout ( Agraph_t g)
extern

Definition at line 390 of file gv.cpp.

Referenced by _wrap_firstout__SWIG_0_gv_df6ccae4f7b80b45(), and _wrap_firstout__SWIG_1_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ firstsubg()

Agraph_t * firstsubg ( Agraph_t g)
extern

Definition at line 373 of file gv.cpp.

Referenced by _wrap_firstsubg_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ firstsupg()

Agraph_t * firstsupg ( Agraph_t g)
extern

Definition at line 386 of file gv.cpp.

Referenced by _wrap_firstsupg_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ firsttail()

Agnode_t * firsttail ( Agnode_t n)
extern

Definition at line 500 of file gv.cpp.

Referenced by _wrap_firsttail_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ getv() [1/6]

char * getv ( Agedge_t e,
Agsym_t a 
)
extern

Definition at line 211 of file gv.cpp.

◆ getv() [2/6]

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

Definition at line 218 of file gv.cpp.

◆ getv() [3/6]

char * getv ( Agnode_t n,
Agsym_t a 
)
extern

Definition at line 168 of file gv.cpp.

◆ getv() [4/6]

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

Definition at line 175 of file gv.cpp.

◆ getv() [5/6]

char * getv ( Agraph_t g,
Agsym_t a 
)
extern

Definition at line 135 of file gv.cpp.

◆ getv() [6/6]

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

Getting attribute values

Definition at line 136 of file gv.cpp.

Referenced by _wrap_getv__SWIG_0_gv_df6ccae4f7b80b45(), _wrap_getv__SWIG_1_gv_df6ccae4f7b80b45(), _wrap_getv__SWIG_2_gv_df6ccae4f7b80b45(), _wrap_getv__SWIG_3_gv_df6ccae4f7b80b45(), _wrap_getv__SWIG_4_gv_df6ccae4f7b80b45(), and _wrap_getv__SWIG_5_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ graph() [1/2]

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

Definition at line 79 of file gv.cpp.

◆ graph() [2/2]

Agraph_t * graph ( char *  name)
extern

New graphs

Definition at line 31 of file gv.cpp.

Referenced by _wrap_graph__SWIG_0_gv_df6ccae4f7b80b45(), and _wrap_graph__SWIG_1_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ graphof() [1/3]

Agraph_t * graphof ( Agedge_t e)
extern

Definition at line 315 of file gv.cpp.

◆ graphof() [2/3]

Agraph_t * graphof ( Agnode_t n)
extern

Definition at line 324 of file gv.cpp.

◆ graphof() [3/3]

Agraph_t * graphof ( Agraph_t g)
extern

Definition at line 309 of file gv.cpp.

Referenced by _wrap_graphof__SWIG_0_gv_df6ccae4f7b80b45(), _wrap_graphof__SWIG_1_gv_df6ccae4f7b80b45(), and _wrap_graphof__SWIG_2_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ headof()

Agnode_t * headof ( Agedge_t e)
extern

Misc graph navigators returning handles

Definition at line 293 of file gv.cpp.

Referenced by _wrap_headof_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ layout()

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

Layout

Definition at line 621 of file gv.cpp.

Referenced by _wrap_layout_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ nameof() [1/3]

char * nameof ( Agnode_t n)
extern

Definition at line 354 of file gv.cpp.

◆ nameof() [2/3]

char * nameof ( Agraph_t g)
extern

Obtain names from handles

Definition at line 349 of file gv.cpp.

Referenced by _wrap_nameof__SWIG_0_gv_df6ccae4f7b80b45(), _wrap_nameof__SWIG_1_gv_df6ccae4f7b80b45(), and _wrap_nameof__SWIG_2_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ nameof() [3/3]

char * nameof ( Agsym_t a)
extern

Definition at line 361 of file gv.cpp.

◆ nextattr() [1/3]

Agsym_t * nextattr ( Agedge_t e,
Agsym_t a 
)
extern

Definition at line 583 of file gv.cpp.

◆ nextattr() [2/3]

Agsym_t * nextattr ( Agnode_t n,
Agsym_t a 
)
extern

Definition at line 569 of file gv.cpp.

◆ nextattr() [3/3]

Agsym_t * nextattr ( Agraph_t g,
Agsym_t a 
)
extern

Definition at line 555 of file gv.cpp.

Referenced by _wrap_nextattr__SWIG_0_gv_df6ccae4f7b80b45(), _wrap_nextattr__SWIG_1_gv_df6ccae4f7b80b45(), and _wrap_nextattr__SWIG_2_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ nextedge() [1/2]

Agedge_t * nextedge ( Agnode_t n,
Agedge_t e 
)
extern

Definition at line 461 of file gv.cpp.

◆ nextedge() [2/2]

Agedge_t * nextedge ( Agraph_t g,
Agedge_t e 
)
extern

Definition at line 417 of file gv.cpp.

Referenced by _wrap_nextedge__SWIG_0_gv_df6ccae4f7b80b45(), and _wrap_nextedge__SWIG_1_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ nexthead()

Agnode_t * nexthead ( Agnode_t n,
Agnode_t h 
)
extern

Definition at line 440 of file gv.cpp.

Referenced by _wrap_nexthead_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ nextin() [1/2]

Agedge_t * nextin ( Agnode_t n,
Agedge_t e 
)
extern

Definition at line 494 of file gv.cpp.

Referenced by _wrap_nextin__SWIG_0_gv_df6ccae4f7b80b45(), and _wrap_nextin__SWIG_1_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ nextin() [2/2]

Agedge_t * nextin ( Agraph_t g,
Agedge_t e 
)
extern

Definition at line 476 of file gv.cpp.

◆ nextnode() [1/2]

Agnode_t * nextnode ( Agedge_t e,
Agnode_t n 
)
extern

Definition at line 542 of file gv.cpp.

◆ nextnode() [2/2]

Agnode_t * nextnode ( Agraph_t g,
Agnode_t n 
)
extern

Definition at line 530 of file gv.cpp.

Referenced by _wrap_nextnode__SWIG_0_gv_df6ccae4f7b80b45(), and _wrap_nextnode__SWIG_1_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ nextout() [1/2]

Agedge_t * nextout ( Agnode_t n,
Agedge_t e 
)
extern

Definition at line 425 of file gv.cpp.

◆ nextout() [2/2]

Agedge_t * nextout ( Agraph_t g,
Agedge_t e 
)
extern

Definition at line 401 of file gv.cpp.

Referenced by _wrap_nextout__SWIG_0_gv_df6ccae4f7b80b45(), and _wrap_nextout__SWIG_1_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ nextsubg()

Agraph_t * nextsubg ( Agraph_t g,
Agraph_t sg 
)
extern

Definition at line 379 of file gv.cpp.

Referenced by _wrap_nextsubg_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ nextsupg()

Agraph_t * nextsupg ( Agraph_t g,
Agraph_t sg 
)
extern

Definition at line 388 of file gv.cpp.

Referenced by _wrap_nextsupg_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ nexttail()

Agnode_t * nexttail ( Agnode_t n,
Agnode_t t 
)
extern

Definition at line 509 of file gv.cpp.

Referenced by _wrap_nexttail_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ node()

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

New nodes

Definition at line 85 of file gv.cpp.

◆ ok() [1/4]

bool ok ( Agedge_t e)
extern

Definition at line 370 of file gv.cpp.

◆ ok() [2/4]

bool ok ( Agnode_t n)
extern

Definition at line 369 of file gv.cpp.

◆ ok() [3/4]

bool ok ( Agraph_t g)
extern

Iterators

Definition at line 368 of file gv.cpp.

Referenced by _wrap_ok__SWIG_0_gv_df6ccae4f7b80b45(), _wrap_ok__SWIG_1_gv_df6ccae4f7b80b45(), _wrap_ok__SWIG_2_gv_df6ccae4f7b80b45(), and _wrap_ok__SWIG_3_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ ok() [4/4]

bool ok ( Agsym_t a)
extern

Definition at line 371 of file gv.cpp.

◆ protoedge()

Agedge_t * protoedge ( Agraph_t g)
extern

Definition at line 344 of file gv.cpp.

Referenced by _wrap_protoedge_gv_df6ccae4f7b80b45().

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 340 of file gv.cpp.

Referenced by _wrap_protonode_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ read() [1/2]

Agraph_t * read ( const char *  filename)
extern

Definition at line 67 of file gv.cpp.

Referenced by _wrap_read__SWIG_0_gv_df6ccae4f7b80b45(), and _wrap_read__SWIG_1_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ read() [2/2]

Agraph_t * read ( FILE *  f)
extern

Definition at line 61 of file gv.cpp.

◆ readstring()

Agraph_t * readstring ( char *  string)
extern

Definition at line 55 of file gv.cpp.

Referenced by _wrap_readstring_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ render() [1/4]

bool render ( Agraph_t g)
extern

Render

Definition at line 630 of file gv.cpp.

Referenced by _wrap_render__SWIG_0_gv_df6ccae4f7b80b45(), _wrap_render__SWIG_1_gv_df6ccae4f7b80b45(), _wrap_render__SWIG_2_gv_df6ccae4f7b80b45(), and _wrap_render__SWIG_3_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ render() [2/4]

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

Definition at line 638 of file gv.cpp.

◆ render() [3/4]

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

Definition at line 664 of file gv.cpp.

◆ render() [4/4]

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

Definition at line 646 of file gv.cpp.

◆ renderchannel()

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

Definition at line 654 of file gv.cpp.

Referenced by _wrap_renderchannel_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ renderdata()

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

Definition at line 705 of file gv.cpp.

Referenced by _wrap_renderdata_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ renderresult()

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

Definition at line 696 of file gv.cpp.

Referenced by _wrap_renderresult_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ rm() [1/3]

bool rm ( Agedge_t e)
extern

Definition at line 610 of file gv.cpp.

◆ rm() [2/3]

bool rm ( Agnode_t n)
extern

Definition at line 600 of file gv.cpp.

◆ rm() [3/3]

bool rm ( Agraph_t g)
extern

Remove graph objects

Definition at line 590 of file gv.cpp.

Referenced by _wrap_rm__SWIG_0_gv_df6ccae4f7b80b45(), _wrap_rm__SWIG_1_gv_df6ccae4f7b80b45(), and _wrap_rm__SWIG_2_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ rootof()

Agraph_t * rootof ( Agraph_t g)
extern

Definition at line 333 of file gv.cpp.

Referenced by _wrap_rootof_gv_df6ccae4f7b80b45().

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 227 of file gv.cpp.

◆ setv() [2/6]

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

Definition at line 235 of file gv.cpp.

◆ setv() [3/6]

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

Definition at line 184 of file gv.cpp.

◆ setv() [4/6]

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

Definition at line 192 of file gv.cpp.

◆ setv() [5/6]

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

Definition at line 152 of file gv.cpp.

◆ setv() [6/6]

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

Setting attribute values

Definition at line 158 of file gv.cpp.

Referenced by _wrap_setv__SWIG_0_gv_df6ccae4f7b80b45(), _wrap_setv__SWIG_1_gv_df6ccae4f7b80b45(), _wrap_setv__SWIG_2_gv_df6ccae4f7b80b45(), _wrap_setv__SWIG_3_gv_df6ccae4f7b80b45(), _wrap_setv__SWIG_4_gv_df6ccae4f7b80b45(), and _wrap_setv__SWIG_5_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ strictdigraph()

Agraph_t * strictdigraph ( char *  name)
extern

Definition at line 49 of file gv.cpp.

Referenced by _wrap_strictdigraph_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ strictgraph()

Agraph_t * strictgraph ( char *  name)
extern

Definition at line 43 of file gv.cpp.

Referenced by _wrap_strictgraph_gv_df6ccae4f7b80b45().

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_df6ccae4f7b80b45().

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_df6ccae4f7b80b45().

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 301 of file gv.cpp.

Referenced by _wrap_tailof_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ tred()

bool tred ( Agraph_t g)
extern

Definition at line 734 of file gv.cpp.

Referenced by _wrap_tred_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ write() [1/2]

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

Definition at line 723 of file gv.cpp.

Referenced by _wrap_write__SWIG_0_gv_df6ccae4f7b80b45(), and _wrap_write__SWIG_1_gv_df6ccae4f7b80b45().

Here is the caller graph for this function:

◆ write() [2/2]

bool write ( Agraph_t g,
FILE *  f 
)
extern

Definition at line 716 of file gv.cpp.