Graphviz 12.1.0~dev.20240716.0947
Loading...
Searching...
No Matches
gv_python3.cpp File Reference
#include <Python.h>
#include <stdio.h>
#include <string.h>
#include <stdexcept>
#include "config.h"
#include <gvc/gvc.h>
Include dependency graph for gv_python3.cpp:

Go to the source code of this file.

Data Structures

struct  swig_type_info
 
struct  swig_cast_info
 
struct  swig_module_info
 
struct  swig_const_info
 
struct  swig_globalvar
 
struct  swig_varlinkobject
 
struct  SwigPyClientData
 
struct  SwigPyObject
 
struct  SwigPyPacked
 
class  swig::SwigPtr_PyObject
 
struct  swig::SwigVar_PyObject
 

Namespaces

namespace  swig
 

Macros

#define SWIG_VERSION   0x040200
 
#define SWIGPYTHON
 
#define SWIG_PYTHON_DIRECTOR_NO_VTABLE
 
#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 PY_SSIZE_T_CLEAN
 
#define SWIG_RUNTIME_VERSION   "4"
 
#define SWIG_TYPE_TABLE_NAME
 
#define SWIGRUNTIME   SWIGINTERN
 
#define SWIGRUNTIMEINLINE   SWIGRUNTIME SWIGINLINE
 
#define SWIG_BUFFER_SIZE   1024
 
#define SWIG_POINTER_DISOWN   0x1
 
#define SWIG_CAST_NEW_MEMORY   0x2
 
#define SWIG_POINTER_NO_NULL   0x4
 
#define SWIG_POINTER_CLEAR   0x8
 
#define SWIG_POINTER_RELEASE   (SWIG_POINTER_CLEAR | SWIG_POINTER_DISOWN)
 
#define SWIG_POINTER_OWN   0x1
 
#define SWIG_OK   (0)
 
#define SWIG_ERROR   (-1)
 
#define SWIG_ERROR_RELEASE_NOT_OWNED   (-200)
 
#define SWIG_IsOK(r)   (r >= 0)
 
#define SWIG_ArgError(r)   ((r != SWIG_ERROR) ? r : SWIG_TypeError)
 
#define SWIG_CASTRANKLIMIT   (1 << 8)
 
#define SWIG_NEWOBJMASK   (SWIG_CASTRANKLIMIT << 1)
 
#define SWIG_TMPOBJMASK   (SWIG_NEWOBJMASK << 1)
 
#define SWIG_BADOBJ   (SWIG_ERROR)
 
#define SWIG_OLDOBJ   (SWIG_OK)
 
#define SWIG_NEWOBJ   (SWIG_OK | SWIG_NEWOBJMASK)
 
#define SWIG_TMPOBJ   (SWIG_OK | SWIG_TMPOBJMASK)
 
#define SWIG_AddNewMask(r)   (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r)
 
#define SWIG_DelNewMask(r)   (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r)
 
#define SWIG_IsNewObj(r)   (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK))
 
#define SWIG_AddTmpMask(r)   (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r)
 
#define SWIG_DelTmpMask(r)   (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r)
 
#define SWIG_IsTmpObj(r)   (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK))
 
#define SWIG_AddCast(r)   (r)
 
#define SWIG_CheckState(r)   (SWIG_IsOK(r) ? 1 : 0)
 
#define SWIG_snprintf(O, S, F, A)   sprintf(O,F,A)
 
#define SWIG_snprintf2(O, S, F, A, B)   sprintf(O,F,A,B)
 
#define SWIG_UnknownError   -1
 
#define SWIG_IOError   -2
 
#define SWIG_RuntimeError   -3
 
#define SWIG_IndexError   -4
 
#define SWIG_TypeError   -5
 
#define SWIG_DivisionByZero   -6
 
#define SWIG_OverflowError   -7
 
#define SWIG_SyntaxError   -8
 
#define SWIG_ValueError   -9
 
#define SWIG_SystemError   -10
 
#define SWIG_AttributeError   -11
 
#define SWIG_MemoryError   -12
 
#define SWIG_NullReferenceError   -13
 
#define Py_TYPE(op)   ((op)->ob_type)
 
#define SWIG_Python_str_FromFormat   PyString_FromFormat
 
#define PyObject_DEL   PyObject_Del
 
#define SWIGPY_USE_CAPSULE
 
#define SWIGPY_CAPSULE_ATTR_NAME   "type_pointer_capsule" SWIG_TYPE_TABLE_NAME
 
#define SWIGPY_CAPSULE_NAME   ("swig_runtime_data" SWIG_RUNTIME_VERSION "." SWIGPY_CAPSULE_ATTR_NAME)
 
#define PyDescr_TYPE(x)   (((PyDescrObject *)(x))->d_type)
 
#define PyDescr_NAME(x)   (((PyDescrObject *)(x))->d_name)
 
#define Py_hash_t   long
 
#define SWIG_PYTHON_INITIALIZE_THREADS
 
#define SWIG_PYTHON_THREAD_BEGIN_BLOCK
 
#define SWIG_PYTHON_THREAD_END_BLOCK
 
#define SWIG_PYTHON_THREAD_BEGIN_ALLOW
 
#define SWIG_PYTHON_THREAD_END_ALLOW
 
#define SWIG_PY_POINTER   4
 
#define SWIG_PY_BINARY   5
 
#define SWIG_Python_ConvertPtr(obj, pptr, type, flags)   SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, 0)
 
#define SWIG_ConvertPtr(obj, pptr, type, flags)   SWIG_Python_ConvertPtr(obj, pptr, type, flags)
 
#define SWIG_ConvertPtrAndOwn(obj, pptr, type, flags, own)   SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, own)
 
#define SWIG_NewPointerObj(ptr, type, flags)   SWIG_Python_NewPointerObj(NULL, ptr, type, flags)
 
#define SWIG_InternalNewPointerObj(ptr, type, flags)   SWIG_Python_NewPointerObj(NULL, ptr, type, flags)
 
#define SWIG_CheckImplicit(ty)   SWIG_Python_CheckImplicit(ty)
 
#define SWIG_AcquirePtr(ptr, src)   SWIG_Python_AcquirePtr(ptr, src)
 
#define swig_owntype   int
 
#define SWIG_ConvertPacked(obj, ptr, sz, ty)   SWIG_Python_ConvertPacked(obj, ptr, sz, ty)
 
#define SWIG_NewPackedObj(ptr, sz, type)   SWIG_Python_NewPackedObj(ptr, sz, type)
 
#define SWIG_ConvertInstance(obj, pptr, type, flags)   SWIG_ConvertPtr(obj, pptr, type, flags)
 
#define SWIG_NewInstanceObj(ptr, type, flags)   SWIG_NewPointerObj(ptr, type, flags)
 
#define SWIG_ConvertFunctionPtr(obj, pptr, type)   SWIG_Python_ConvertFunctionPtr(obj, pptr, type)
 
#define SWIG_NewFunctionPtrObj(ptr, type)   SWIG_Python_NewPointerObj(NULL, ptr, type, 0)
 
#define SWIG_ConvertMember(obj, ptr, sz, ty)   SWIG_Python_ConvertPacked(obj, ptr, sz, ty)
 
#define SWIG_NewMemberObj(ptr, sz, type)   SWIG_Python_NewPackedObj(ptr, sz, type)
 
#define SWIG_GetModule(clientdata)   SWIG_Python_GetModule(clientdata)
 
#define SWIG_SetModule(clientdata, pointer)   SWIG_Python_SetModule(pointer)
 
#define SWIG_NewClientData(obj)   SwigPyClientData_New(obj)
 
#define SWIG_SetErrorObj   SWIG_Python_SetErrorObj
 
#define SWIG_SetErrorMsg   SWIG_Python_SetErrorMsg
 
#define SWIG_ErrorType(code)   SWIG_Python_ErrorType(code)
 
#define SWIG_Error(code, msg)   SWIG_Python_SetErrorMsg(SWIG_ErrorType(code), msg)
 
#define SWIG_fail   goto fail
 
#define SWIG_Python_Raise(obj, type, desc)   SWIG_Python_SetErrorObj(SWIG_Python_ExceptionType(desc), obj)
 
#define SWIG_Python_CallFunctor(functor, obj)   PyObject_CallFunctionObjArgs(functor, obj, NULL);
 
#define SWIG_STATIC_POINTER(var)   var = 0; if (!var) var
 
#define SWIG_newvarlink()   SWIG_Python_newvarlink()
 
#define SWIG_addvarlink(p, name, get_attr, set_attr)   SWIG_Python_addvarlink(p, name, get_attr, set_attr)
 
#define SWIG_InstallConstants(d, constants)   SWIG_Python_InstallConstants(d, constants)
 
#define SWIG_POINTER_NOSHADOW   (SWIG_POINTER_OWN << 1)
 
#define SWIG_POINTER_NEW   (SWIG_POINTER_NOSHADOW | SWIG_POINTER_OWN)
 
#define SWIG_POINTER_IMPLICIT_CONV   (SWIG_POINTER_DISOWN << 1)
 
#define SWIG_BUILTIN_TP_INIT   (SWIG_POINTER_OWN << 2)
 
#define SWIG_BUILTIN_INIT   (SWIG_BUILTIN_TP_INIT | SWIG_POINTER_OWN)
 
#define SWIG_POINTER_EXCEPTION   0
 
#define SWIG_arg_fail(arg)   SWIG_Python_ArgFail(arg)
 
#define SWIG_MustGetPtr(p, type, argnum, flags)   SWIG_Python_MustGetPtr(p, type, argnum, flags)
 
#define SWIG_exception_fail(code, msg)   do { SWIG_Error(code, msg); SWIG_fail; } while(0)
 
#define SWIG_contract_assert(expr, msg)   do { if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg); SWIG_fail; } } while (0)
 
#define SWIGTYPE_p_Agedge_t   swig_types[0]
 
#define SWIGTYPE_p_Agnode_t   swig_types[1]
 
#define SWIGTYPE_p_Agraph_t   swig_types[2]
 
#define SWIGTYPE_p_Agsym_t   swig_types[3]
 
#define SWIGTYPE_p_FILE   swig_types[4]
 
#define SWIGTYPE_p_char   swig_types[5]
 
#define SWIG_TypeQuery(name)   SWIG_TypeQueryModule(&swig_module, &swig_module, name)
 
#define SWIG_MangledTypeQuery(name)   SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name)
 
#define SWIG_TypeQuery   SWIG_Python_TypeQuery
 
#define SWIG_init   init_gv
 
#define SWIG_name   "_gv"
 
#define SWIG_as_voidptr(a)   const_cast< void * >(static_cast< const void * >(a))
 
#define SWIG_as_voidptrptr(a)   ((void)SWIG_as_voidptr(*a),reinterpret_cast< void** >(a))
 
#define SWIG_INIT_CLIENT_DATA_TYPE   void *
 

Typedefs

typedef void *(* swig_converter_func) (void *, int *)
 
typedef struct swig_type_info *(* swig_dycast_func) (void **)
 
typedef struct swig_type_info swig_type_info
 
typedef struct swig_cast_info swig_cast_info
 
typedef struct swig_module_info swig_module_info
 
typedef struct swig_const_info swig_const_info
 
typedef struct swig_globalvar swig_globalvar
 
typedef struct swig_varlinkobject swig_varlinkobject
 

Functions

SWIGRUNTIME int SWIG_TypeNameComp (const char *f1, const char *l1, const char *f2, const char *l2)
 
SWIGRUNTIME int SWIG_TypeCmp (const char *nb, const char *tb)
 
SWIGRUNTIME int SWIG_TypeEquiv (const char *nb, const char *tb)
 
SWIGRUNTIME swig_cast_infoSWIG_TypeCheck (const char *c, swig_type_info *ty)
 
SWIGRUNTIME swig_cast_infoSWIG_TypeCheckStruct (const swig_type_info *from, swig_type_info *ty)
 
SWIGRUNTIMEINLINE void * SWIG_TypeCast (swig_cast_info *ty, void *ptr, int *newmemory)
 
SWIGRUNTIME swig_type_infoSWIG_TypeDynamicCast (swig_type_info *ty, void **ptr)
 
SWIGRUNTIMEINLINE const char * SWIG_TypeName (const swig_type_info *ty)
 
SWIGRUNTIME const char * SWIG_TypePrettyName (const swig_type_info *type)
 
SWIGRUNTIME void SWIG_TypeClientData (swig_type_info *ti, void *clientdata)
 
SWIGRUNTIME void SWIG_TypeNewClientData (swig_type_info *ti, void *clientdata)
 
SWIGRUNTIME swig_type_infoSWIG_MangledTypeQueryModule (swig_module_info *start, swig_module_info *end, const char *name)
 
SWIGRUNTIME swig_type_infoSWIG_TypeQueryModule (swig_module_info *start, swig_module_info *end, const char *name)
 
SWIGRUNTIME char * SWIG_PackData (char *c, void *ptr, size_t sz)
 
SWIGRUNTIME const char * SWIG_UnpackData (const char *c, void *ptr, size_t sz)
 
SWIGRUNTIME char * SWIG_PackVoidPtr (char *buff, void *ptr, const char *name, size_t bsz)
 
SWIGRUNTIME const char * SWIG_UnpackVoidPtr (const char *c, void **ptr, const char *name)
 
SWIGRUNTIME char * SWIG_PackDataName (char *buff, void *ptr, size_t sz, const char *name, size_t bsz)
 
SWIGRUNTIME const char * SWIG_UnpackDataName (const char *c, void *ptr, size_t sz, const char *name)
 
SWIGINTERN const char * SWIG_PyUnicode_AsUTF8AndSize (PyObject *str, Py_ssize_t *psize, PyObject **pbytes)
 
SWIGINTERN PyObject * SWIG_Python_str_FromChar (const char *c)
 
SWIGRUNTIME PyObject * SWIG_Python_ErrorType (int code)
 
SWIGRUNTIME void SWIG_Python_AddErrorMsg (const char *mesg)
 
SWIGRUNTIME int SWIG_Python_TypeErrorOccurred (PyObject *obj)
 
SWIGRUNTIME void SWIG_Python_RaiseOrModifyTypeError (const char *message)
 
SWIGINTERN void SWIG_Python_SetErrorObj (PyObject *errtype, PyObject *obj)
 
SWIGINTERN void SWIG_Python_SetErrorMsg (PyObject *errtype, const char *msg)
 
SWIGINTERN void SWIG_Python_SetConstant (PyObject *d, const char *name, PyObject *obj)
 
SWIGINTERN PyObject * SWIG_Python_AppendOutput (PyObject *result, PyObject *obj)
 
SWIGINTERN Py_ssize_t SWIG_Python_UnpackTuple (PyObject *args, const char *name, Py_ssize_t min, Py_ssize_t max, PyObject **objs)
 
SWIGINTERN int SWIG_Python_CheckNoKeywords (PyObject *kwargs, const char *name)
 
SWIGINTERN PyObject * swig_varlink_repr (PyObject *SWIGUNUSEDPARM(v))
 
SWIGINTERN PyObject * swig_varlink_str (PyObject *o)
 
SWIGINTERN void swig_varlink_dealloc (PyObject *o)
 
SWIGINTERN PyObject * swig_varlink_getattr (PyObject *o, char *n)
 
SWIGINTERN int swig_varlink_setattr (PyObject *o, char *n, PyObject *p)
 
SWIGINTERN PyTypeObject * swig_varlink_type (void)
 
SWIGINTERN PyObject * SWIG_Python_newvarlink (void)
 
SWIGINTERN void SWIG_Python_addvarlink (PyObject *p, const char *name, PyObject *(*get_attr)(void), int(*set_attr)(PyObject *p))
 
SWIGINTERN PyObject * SWIG_globals (void)
 
SWIGRUNTIMEINLINE PyObject * SWIG_Py_Void (void)
 
SWIGRUNTIMEINLINE int SWIG_Python_CheckImplicit (swig_type_info *ty)
 
SWIGRUNTIMEINLINE PyObject * SWIG_Python_ExceptionType (swig_type_info *desc)
 
SWIGRUNTIME SwigPyClientDataSwigPyClientData_New (PyObject *obj)
 
SWIGRUNTIME void SwigPyClientData_Del (SwigPyClientData *data)
 
SWIGRUNTIME PyObject * SwigPyObject_long (SwigPyObject *v)
 
SWIGRUNTIME PyObject * SwigPyObject_format (const char *fmt, SwigPyObject *v)
 
SWIGRUNTIME PyObject * SwigPyObject_oct (SwigPyObject *v)
 
SWIGRUNTIME PyObject * SwigPyObject_hex (SwigPyObject *v)
 
SWIGRUNTIME PyObject * SwigPyObject_repr (SwigPyObject *v)
 
SWIGRUNTIME PyObject * SwigPyObject_repr2 (PyObject *v, PyObject *SWIGUNUSEDPARM(args))
 
SWIGRUNTIME int SwigPyObject_compare (SwigPyObject *v, SwigPyObject *w)
 
SWIGRUNTIME PyObject * SwigPyObject_richcompare (SwigPyObject *v, SwigPyObject *w, int op)
 
SWIGRUNTIME PyTypeObject * SwigPyObject_TypeOnce (void)
 
SWIGRUNTIME PyTypeObject * SwigPyObject_type (void)
 
SWIGRUNTIMEINLINE int SwigPyObject_Check (PyObject *op)
 
SWIGRUNTIME PyObject * SwigPyObject_New (void *ptr, swig_type_info *ty, int own)
 
SWIGRUNTIME void SwigPyObject_dealloc (PyObject *v)
 
SWIGRUNTIME PyObject * SwigPyObject_append (PyObject *v, PyObject *next)
 
SWIGRUNTIME PyObject * SwigPyObject_next (PyObject *v, PyObject *SWIGUNUSEDPARM(args))
 
SWIGINTERN PyObject * SwigPyObject_disown (PyObject *v, PyObject *SWIGUNUSEDPARM(args))
 
SWIGINTERN PyObject * SwigPyObject_acquire (PyObject *v, PyObject *SWIGUNUSEDPARM(args))
 
SWIGINTERN PyObject * SwigPyObject_own (PyObject *v, PyObject *args)
 
SWIGRUNTIME PyObject * SwigPyPacked_repr (SwigPyPacked *v)
 
SWIGRUNTIME PyObject * SwigPyPacked_str (SwigPyPacked *v)
 
SWIGRUNTIME int SwigPyPacked_compare (SwigPyPacked *v, SwigPyPacked *w)
 
SWIGRUNTIME PyTypeObject * SwigPyPacked_TypeOnce (void)
 
SWIGRUNTIME PyTypeObject * SwigPyPacked_type (void)
 
SWIGRUNTIMEINLINE int SwigPyPacked_Check (PyObject *op)
 
SWIGRUNTIME void SwigPyPacked_dealloc (PyObject *v)
 
SWIGRUNTIME PyObject * SwigPyPacked_New (void *ptr, size_t size, swig_type_info *ty)
 
SWIGRUNTIME swig_type_infoSwigPyPacked_UnpackData (PyObject *obj, void *ptr, size_t size)
 
SWIGRUNTIME PyObject * SWIG_This (void)
 
SWIGRUNTIME SwigPyObjectSWIG_Python_GetSwigThis (PyObject *pyobj)
 
SWIGRUNTIME int SWIG_Python_AcquirePtr (PyObject *obj, int own)
 
SWIGRUNTIME int SWIG_Python_ConvertPtrAndOwn (PyObject *obj, void **ptr, swig_type_info *ty, int flags, int *own)
 
SWIGRUNTIME int SWIG_Python_ConvertFunctionPtr (PyObject *obj, void **ptr, swig_type_info *ty)
 
SWIGRUNTIME int SWIG_Python_ConvertPacked (PyObject *obj, void *ptr, size_t sz, swig_type_info *ty)
 
SWIGRUNTIME PyObject * SWIG_Python_NewShadowInstance (SwigPyClientData *data, PyObject *swig_this)
 
SWIGRUNTIME int SWIG_Python_SetSwigThis (PyObject *inst, PyObject *swig_this)
 
SWIGINTERN PyObject * SWIG_Python_InitShadowInstance (PyObject *args)
 
SWIGRUNTIME PyObject * SWIG_Python_NewPointerObj (PyObject *self, void *ptr, swig_type_info *type, int flags)
 
SWIGRUNTIMEINLINE PyObject * SWIG_Python_NewPackedObj (void *ptr, size_t sz, swig_type_info *type)
 
SWIGRUNTIME PyObject * SWIG_Python_TypeCache (void)
 
SWIGRUNTIME swig_module_infoSWIG_Python_GetModule (void *SWIGUNUSEDPARM(clientdata))
 
SWIGRUNTIME void SWIG_Python_DestroyModule (PyObject *obj)
 
SWIGRUNTIME void SWIG_Python_SetModule (swig_module_info *swig_module)
 
SWIGRUNTIME swig_type_infoSWIG_Python_TypeQuery (const char *type)
 
SWIGRUNTIME int SWIG_Python_AddErrMesg (const char *mesg, int infront)
 
SWIGRUNTIME int SWIG_Python_ArgFail (int argnum)
 
SWIGRUNTIMEINLINE const char * SwigPyObject_GetDesc (PyObject *self)
 
SWIGRUNTIME void SWIG_Python_TypeError (const char *type, PyObject *obj)
 
SWIGRUNTIME void * SWIG_Python_MustGetPtr (PyObject *obj, swig_type_info *ty, int SWIGUNUSEDPARM(argnum), int flags)
 
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)
 
SWIGINTERN swig_type_infoSWIG_pchar_descriptor (void)
 
SWIGINTERN int SWIG_AsCharPtrAndSize (PyObject *obj, char **cptr, size_t *psize, int *alloc)
 
SWIGINTERNINLINE PyObject * SWIG_FromCharPtrAndSize (const char *carray, size_t size)
 
SWIGINTERNINLINE PyObject * SWIG_FromCharPtr (const char *cptr)
 
SWIGINTERNINLINE PyObject * SWIG_From_bool (bool value)
 
SWIGINTERN PyObject * _wrap_graph__SWIG_0 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_digraph (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_strictgraph (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_strictdigraph (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_readstring (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_read__SWIG_0 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_read__SWIG_1 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_read (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_graph__SWIG_1 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_graph (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_node (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_edge__SWIG_0 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_edge__SWIG_1 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_edge__SWIG_2 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_edge__SWIG_3 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_edge (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_setv__SWIG_0 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_setv__SWIG_1 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_setv__SWIG_2 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_setv__SWIG_3 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_setv__SWIG_4 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_setv__SWIG_5 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_setv (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_getv__SWIG_0 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_getv__SWIG_1 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_getv__SWIG_2 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_getv__SWIG_3 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_getv__SWIG_4 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_getv__SWIG_5 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_getv (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_nameof__SWIG_0 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_nameof__SWIG_1 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_nameof__SWIG_2 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_nameof (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_findsubg (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_findnode (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_findedge (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_findattr__SWIG_0 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_findattr__SWIG_1 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_findattr__SWIG_2 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_findattr (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_headof (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_tailof (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_graphof__SWIG_0 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_graphof__SWIG_1 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_graphof__SWIG_2 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_graphof (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_rootof (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_protonode (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_protoedge (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_ok__SWIG_0 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_ok__SWIG_1 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_ok__SWIG_2 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_ok__SWIG_3 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_ok (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_firstsubg (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_nextsubg (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_firstsupg (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_nextsupg (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_firstedge__SWIG_0 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_nextedge__SWIG_0 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_firstout__SWIG_0 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_nextout__SWIG_0 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_firstedge__SWIG_1 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_firstedge (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_nextedge__SWIG_1 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_nextedge (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_firstout__SWIG_1 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_firstout (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_nextout__SWIG_1 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_nextout (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_firsthead (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_nexthead (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_firstin__SWIG_0 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_nextin__SWIG_0 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_firstin__SWIG_1 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_firstin (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_nextin__SWIG_1 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_nextin (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_firsttail (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_nexttail (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_firstnode__SWIG_0 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_nextnode__SWIG_0 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_firstnode__SWIG_1 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_firstnode (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_nextnode__SWIG_1 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_nextnode (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_firstattr__SWIG_0 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_nextattr__SWIG_0 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_firstattr__SWIG_1 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_nextattr__SWIG_1 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_firstattr__SWIG_2 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_firstattr (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_nextattr__SWIG_2 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_nextattr (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_rm__SWIG_0 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_rm__SWIG_1 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_rm__SWIG_2 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_rm (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_layout (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_render__SWIG_0 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_render__SWIG_1 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_render__SWIG_2 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_render__SWIG_3 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_render (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_renderresult (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_renderchannel (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_renderdata (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_write__SWIG_0 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_write__SWIG_1 (PyObject *self, Py_ssize_t nobjs, PyObject **swig_obj)
 
SWIGINTERN PyObject * _wrap_write (PyObject *self, PyObject *args)
 
SWIGINTERN PyObject * _wrap_tred (PyObject *self, PyObject *args)
 
SWIGRUNTIME void SWIG_InitializeModule (SWIG_INIT_CLIENT_DATA_TYPE clientdata)
 
SWIGRUNTIME void SWIG_PropagateClientData (void)
 
SWIGINTERN void SWIG_Python_InstallConstants (PyObject *d, swig_const_info constants[])
 
SWIGINTERN void SWIG_Python_FixMethods (PyMethodDef *methods, const swig_const_info *const_table, swig_type_info **types, swig_type_info **types_initial)
 

Variables

static PyObject * Swig_Globals_global = NULL
 
static PyObject * Swig_Capsule_global = NULL
 
static PyMethodDef swigobject_methods []
 
static PyObject * Swig_This_global = NULL
 
static PyObject * Swig_TypeCache_global = NULL
 
static int interpreter_counter = 0
 
static swig_type_infoswig_types [7]
 
static swig_module_info swig_module = {swig_types, 6, 0, 0, 0, 0}
 
static PyMethodDef SwigMethods []
 
static swig_type_info _swigt__p_Agedge_t = {"_p_Agedge_t", "Agedge_t *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_Agnode_t = {"_p_Agnode_t", "Agnode_t *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_Agraph_t = {"_p_Agraph_t", "Agraph_t *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_Agsym_t = {"_p_Agsym_t", "Agsym_t *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_FILE = {"_p_FILE", "FILE *", 0, 0, (void*)0, 0}
 
static swig_type_info _swigt__p_char = {"_p_char", "char *", 0, 0, (void*)0, 0}
 
static swig_type_infoswig_type_initial []
 
static swig_cast_info _swigc__p_Agedge_t [] = { {&_swigt__p_Agedge_t, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_Agnode_t [] = { {&_swigt__p_Agnode_t, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_Agraph_t [] = { {&_swigt__p_Agraph_t, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_Agsym_t [] = { {&_swigt__p_Agsym_t, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_FILE [] = { {&_swigt__p_FILE, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_info _swigc__p_char [] = { {&_swigt__p_char, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_infoswig_cast_initial []
 
static swig_const_info swig_const_table []
 

Macro Definition Documentation

◆ Py_hash_t

#define Py_hash_t   long

Definition at line 879 of file gv_python3.cpp.

◆ PY_SSIZE_T_CLEAN

#define PY_SSIZE_T_CLEAN

Definition at line 151 of file gv_python3.cpp.

◆ Py_TYPE

#define Py_TYPE (   op)    ((op)->ob_type)

Definition at line 818 of file gv_python3.cpp.

◆ PyDescr_NAME

#define PyDescr_NAME (   x)    (((PyDescrObject *)(x))->d_name)

Definition at line 878 of file gv_python3.cpp.

◆ PyDescr_TYPE

#define PyDescr_TYPE (   x)    (((PyDescrObject *)(x))->d_type)

Definition at line 877 of file gv_python3.cpp.

◆ PyObject_DEL

#define PyObject_DEL   PyObject_Del

Definition at line 864 of file gv_python3.cpp.

◆ SWIG_AcquirePtr

#define SWIG_AcquirePtr (   ptr,
  src 
)    SWIG_Python_AcquirePtr(ptr, src)

Definition at line 1139 of file gv_python3.cpp.

◆ SWIG_AddCast

#define SWIG_AddCast (   r)    (r)

Definition at line 362 of file gv_python3.cpp.

◆ SWIG_AddNewMask

#define SWIG_AddNewMask (   r)    (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r)

Definition at line 338 of file gv_python3.cpp.

◆ SWIG_AddTmpMask

#define SWIG_AddTmpMask (   r)    (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r)

Definition at line 341 of file gv_python3.cpp.

◆ SWIG_addvarlink

#define SWIG_addvarlink (   p,
  name,
  get_attr,
  set_attr 
)    SWIG_Python_addvarlink(p, name, get_attr, set_attr)

Definition at line 1328 of file gv_python3.cpp.

◆ SWIG_arg_fail

#define SWIG_arg_fail (   arg)    SWIG_Python_ArgFail(arg)

Definition at line 2976 of file gv_python3.cpp.

◆ SWIG_ArgError

#define SWIG_ArgError (   r)    ((r != SWIG_ERROR) ? r : SWIG_TypeError)

Definition at line 324 of file gv_python3.cpp.

◆ SWIG_as_voidptr

#define SWIG_as_voidptr (   a)    const_cast< void * >(static_cast< const void * >(a))

Definition at line 3229 of file gv_python3.cpp.

◆ SWIG_as_voidptrptr

#define SWIG_as_voidptrptr (   a)    ((void)SWIG_as_voidptr(*a),reinterpret_cast< void** >(a))

Definition at line 3230 of file gv_python3.cpp.

◆ SWIG_AttributeError

#define SWIG_AttributeError   -11

Definition at line 793 of file gv_python3.cpp.

◆ SWIG_BADOBJ

#define SWIG_BADOBJ   (SWIG_ERROR)

Definition at line 333 of file gv_python3.cpp.

◆ SWIG_BUFFER_SIZE

#define SWIG_BUFFER_SIZE   1024

Definition at line 222 of file gv_python3.cpp.

◆ SWIG_BUILTIN_INIT

#define SWIG_BUILTIN_INIT   (SWIG_BUILTIN_TP_INIT | SWIG_POINTER_OWN)

Definition at line 1588 of file gv_python3.cpp.

◆ SWIG_BUILTIN_TP_INIT

#define SWIG_BUILTIN_TP_INIT   (SWIG_POINTER_OWN << 2)

Definition at line 1587 of file gv_python3.cpp.

◆ SWIG_CAST_NEW_MEMORY

#define SWIG_CAST_NEW_MEMORY   0x2

Definition at line 227 of file gv_python3.cpp.

◆ SWIG_CASTRANKLIMIT

#define SWIG_CASTRANKLIMIT   (1 << 8)

Definition at line 327 of file gv_python3.cpp.

◆ SWIG_CheckImplicit

#define SWIG_CheckImplicit (   ty)    SWIG_Python_CheckImplicit(ty)

Definition at line 1138 of file gv_python3.cpp.

◆ SWIG_CheckState

#define SWIG_CheckState (   r)    (SWIG_IsOK(r) ? 1 : 0)

Definition at line 363 of file gv_python3.cpp.

◆ SWIG_contract_assert

#define SWIG_contract_assert (   expr,
  msg 
)    do { if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg); SWIG_fail; } } while (0)

Definition at line 3145 of file gv_python3.cpp.

◆ SWIG_ConvertFunctionPtr

#define SWIG_ConvertFunctionPtr (   obj,
  pptr,
  type 
)    SWIG_Python_ConvertFunctionPtr(obj, pptr, type)

Definition at line 1151 of file gv_python3.cpp.

◆ SWIG_ConvertInstance

#define SWIG_ConvertInstance (   obj,
  pptr,
  type,
  flags 
)    SWIG_ConvertPtr(obj, pptr, type, flags)

Definition at line 1147 of file gv_python3.cpp.

◆ SWIG_ConvertMember

#define SWIG_ConvertMember (   obj,
  ptr,
  sz,
  ty 
)    SWIG_Python_ConvertPacked(obj, ptr, sz, ty)

Definition at line 1155 of file gv_python3.cpp.

◆ SWIG_ConvertPacked

#define SWIG_ConvertPacked (   obj,
  ptr,
  sz,
  ty 
)    SWIG_Python_ConvertPacked(obj, ptr, sz, ty)

Definition at line 1143 of file gv_python3.cpp.

◆ SWIG_ConvertPtr

#define SWIG_ConvertPtr (   obj,
  pptr,
  type,
  flags 
)    SWIG_Python_ConvertPtr(obj, pptr, type, flags)

Definition at line 1127 of file gv_python3.cpp.

◆ SWIG_ConvertPtrAndOwn

#define SWIG_ConvertPtrAndOwn (   obj,
  pptr,
  type,
  flags,
  own 
)    SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, own)

Definition at line 1128 of file gv_python3.cpp.

◆ SWIG_DelNewMask

#define SWIG_DelNewMask (   r)    (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r)

Definition at line 339 of file gv_python3.cpp.

◆ SWIG_DelTmpMask

#define SWIG_DelTmpMask (   r)    (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r)

Definition at line 342 of file gv_python3.cpp.

◆ SWIG_DivisionByZero

#define SWIG_DivisionByZero   -6

Definition at line 788 of file gv_python3.cpp.

◆ SWIG_ERROR

#define SWIG_ERROR   (-1)

Definition at line 317 of file gv_python3.cpp.

◆ SWIG_Error

#define SWIG_Error (   code,
  msg 
)    SWIG_Python_SetErrorMsg(SWIG_ErrorType(code), msg)

Definition at line 1168 of file gv_python3.cpp.

◆ SWIG_ERROR_RELEASE_NOT_OWNED

#define SWIG_ERROR_RELEASE_NOT_OWNED   (-200)

Definition at line 321 of file gv_python3.cpp.

◆ SWIG_ErrorType

#define SWIG_ErrorType (   code)    SWIG_Python_ErrorType(code)

Definition at line 1167 of file gv_python3.cpp.

◆ SWIG_exception_fail

#define SWIG_exception_fail (   code,
  msg 
)    do { SWIG_Error(code, msg); SWIG_fail; } while(0)

Definition at line 3143 of file gv_python3.cpp.

◆ SWIG_fail

#define SWIG_fail   goto fail

Definition at line 1169 of file gv_python3.cpp.

◆ SWIG_GetModule

#define SWIG_GetModule (   clientdata)    SWIG_Python_GetModule(clientdata)

Definition at line 1161 of file gv_python3.cpp.

◆ SWIG_IndexError

#define SWIG_IndexError   -4

Definition at line 786 of file gv_python3.cpp.

◆ SWIG_init

#define SWIG_init (   void)    init_gv

Definition at line 7874 of file gv_python3.cpp.

◆ SWIG_INIT_CLIENT_DATA_TYPE

#define SWIG_INIT_CLIENT_DATA_TYPE   void *

Definition at line 7593 of file gv_python3.cpp.

◆ SWIG_InstallConstants

#define SWIG_InstallConstants (   d,
  constants 
)    SWIG_Python_InstallConstants(d, constants)

Definition at line 1329 of file gv_python3.cpp.

◆ SWIG_InternalNewPointerObj

#define SWIG_InternalNewPointerObj (   ptr,
  type,
  flags 
)    SWIG_Python_NewPointerObj(NULL, ptr, type, flags)

Definition at line 1136 of file gv_python3.cpp.

◆ SWIG_IOError

#define SWIG_IOError   -2

Definition at line 784 of file gv_python3.cpp.

◆ SWIG_IsNewObj

#define SWIG_IsNewObj (   r)    (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK))

Definition at line 340 of file gv_python3.cpp.

◆ SWIG_IsOK

#define SWIG_IsOK (   r)    (r >= 0)

Definition at line 323 of file gv_python3.cpp.

◆ SWIG_IsTmpObj

#define SWIG_IsTmpObj (   r)    (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK))

Definition at line 343 of file gv_python3.cpp.

◆ SWIG_MangledTypeQuery

#define SWIG_MangledTypeQuery (   name)    SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name)

Definition at line 3160 of file gv_python3.cpp.

◆ SWIG_MemoryError

#define SWIG_MemoryError   -12

Definition at line 794 of file gv_python3.cpp.

◆ SWIG_MustGetPtr

#define SWIG_MustGetPtr (   p,
  type,
  argnum,
  flags 
)    SWIG_Python_MustGetPtr(p, type, argnum, flags)

Definition at line 2977 of file gv_python3.cpp.

◆ SWIG_name

#define SWIG_name   "_gv"

Definition at line 3179 of file gv_python3.cpp.

◆ SWIG_NewClientData

#define SWIG_NewClientData (   obj)    SwigPyClientData_New(obj)

Definition at line 1163 of file gv_python3.cpp.

◆ SWIG_NewFunctionPtrObj

#define SWIG_NewFunctionPtrObj (   ptr,
  type 
)    SWIG_Python_NewPointerObj(NULL, ptr, type, 0)

Definition at line 1152 of file gv_python3.cpp.

◆ SWIG_NewInstanceObj

#define SWIG_NewInstanceObj (   ptr,
  type,
  flags 
)    SWIG_NewPointerObj(ptr, type, flags)

Definition at line 1148 of file gv_python3.cpp.

◆ SWIG_NewMemberObj

#define SWIG_NewMemberObj (   ptr,
  sz,
  type 
)    SWIG_Python_NewPackedObj(ptr, sz, type)

Definition at line 1156 of file gv_python3.cpp.

◆ SWIG_NEWOBJ

#define SWIG_NEWOBJ   (SWIG_OK | SWIG_NEWOBJMASK)

Definition at line 335 of file gv_python3.cpp.

◆ SWIG_NEWOBJMASK

#define SWIG_NEWOBJMASK   (SWIG_CASTRANKLIMIT << 1)

Definition at line 329 of file gv_python3.cpp.

◆ SWIG_NewPackedObj

#define SWIG_NewPackedObj (   ptr,
  sz,
  type 
)    SWIG_Python_NewPackedObj(ptr, sz, type)

Definition at line 1144 of file gv_python3.cpp.

◆ SWIG_NewPointerObj

#define SWIG_NewPointerObj (   ptr,
  type,
  flags 
)    SWIG_Python_NewPointerObj(NULL, ptr, type, flags)

Definition at line 1133 of file gv_python3.cpp.

◆ SWIG_newvarlink

#define SWIG_newvarlink ( )    SWIG_Python_newvarlink()

Definition at line 1327 of file gv_python3.cpp.

◆ SWIG_NULLPTR

#define SWIG_NULLPTR   NULL

Definition at line 141 of file gv_python3.cpp.

◆ SWIG_NullReferenceError

#define SWIG_NullReferenceError   -13

Definition at line 795 of file gv_python3.cpp.

◆ SWIG_OK

#define SWIG_OK   (0)

Definition at line 315 of file gv_python3.cpp.

◆ SWIG_OLDOBJ

#define SWIG_OLDOBJ   (SWIG_OK)

Definition at line 334 of file gv_python3.cpp.

◆ SWIG_OverflowError

#define SWIG_OverflowError   -7

Definition at line 789 of file gv_python3.cpp.

◆ swig_owntype

#define swig_owntype   int

Definition at line 1140 of file gv_python3.cpp.

◆ SWIG_POINTER_CLEAR

#define SWIG_POINTER_CLEAR   0x8

Definition at line 229 of file gv_python3.cpp.

◆ SWIG_POINTER_DISOWN

#define SWIG_POINTER_DISOWN   0x1

Definition at line 226 of file gv_python3.cpp.

◆ SWIG_POINTER_EXCEPTION

#define SWIG_POINTER_EXCEPTION   0

Definition at line 2975 of file gv_python3.cpp.

◆ SWIG_POINTER_IMPLICIT_CONV

#define SWIG_POINTER_IMPLICIT_CONV   (SWIG_POINTER_DISOWN << 1)

Definition at line 1585 of file gv_python3.cpp.

◆ SWIG_POINTER_NEW

#define SWIG_POINTER_NEW   (SWIG_POINTER_NOSHADOW | SWIG_POINTER_OWN)

Definition at line 1583 of file gv_python3.cpp.

◆ SWIG_POINTER_NO_NULL

#define SWIG_POINTER_NO_NULL   0x4

Definition at line 228 of file gv_python3.cpp.

◆ SWIG_POINTER_NOSHADOW

#define SWIG_POINTER_NOSHADOW   (SWIG_POINTER_OWN << 1)

Definition at line 1582 of file gv_python3.cpp.

◆ SWIG_POINTER_OWN

#define SWIG_POINTER_OWN   0x1

Definition at line 233 of file gv_python3.cpp.

◆ SWIG_POINTER_RELEASE

#define SWIG_POINTER_RELEASE   (SWIG_POINTER_CLEAR | SWIG_POINTER_DISOWN)

Definition at line 230 of file gv_python3.cpp.

◆ SWIG_PY_BINARY

#define SWIG_PY_BINARY   5

Definition at line 1089 of file gv_python3.cpp.

◆ SWIG_PY_POINTER

#define SWIG_PY_POINTER   4

Definition at line 1088 of file gv_python3.cpp.

◆ SWIG_Python_CallFunctor

#define SWIG_Python_CallFunctor (   functor,
  obj 
)    PyObject_CallFunctionObjArgs(functor, obj, NULL);

Definition at line 1310 of file gv_python3.cpp.

◆ SWIG_Python_ConvertPtr

#define SWIG_Python_ConvertPtr (   obj,
  pptr,
  type,
  flags 
)    SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, 0)

Definition at line 1126 of file gv_python3.cpp.

◆ SWIG_PYTHON_DIRECTOR_NO_VTABLE

#define SWIG_PYTHON_DIRECTOR_NO_VTABLE

Definition at line 12 of file gv_python3.cpp.

◆ SWIG_PYTHON_INITIALIZE_THREADS

#define SWIG_PYTHON_INITIALIZE_THREADS

Definition at line 1068 of file gv_python3.cpp.

◆ SWIG_Python_Raise

#define SWIG_Python_Raise (   obj,
  type,
  desc 
)    SWIG_Python_SetErrorObj(SWIG_Python_ExceptionType(desc), obj)

Definition at line 1191 of file gv_python3.cpp.

◆ SWIG_Python_str_FromFormat

#define SWIG_Python_str_FromFormat   PyString_FromFormat

Definition at line 826 of file gv_python3.cpp.

◆ SWIG_PYTHON_THREAD_BEGIN_ALLOW

#define SWIG_PYTHON_THREAD_BEGIN_ALLOW

Definition at line 1071 of file gv_python3.cpp.

◆ SWIG_PYTHON_THREAD_BEGIN_BLOCK

#define SWIG_PYTHON_THREAD_BEGIN_BLOCK

Definition at line 1069 of file gv_python3.cpp.

◆ SWIG_PYTHON_THREAD_END_ALLOW

#define SWIG_PYTHON_THREAD_END_ALLOW

Definition at line 1072 of file gv_python3.cpp.

◆ SWIG_PYTHON_THREAD_END_BLOCK

#define SWIG_PYTHON_THREAD_END_BLOCK

Definition at line 1070 of file gv_python3.cpp.

◆ SWIG_RUNTIME_VERSION

#define SWIG_RUNTIME_VERSION   "4"

Definition at line 192 of file gv_python3.cpp.

◆ SWIG_RuntimeError

#define SWIG_RuntimeError   -3

Definition at line 785 of file gv_python3.cpp.

◆ SWIG_SetErrorMsg

#define SWIG_SetErrorMsg   SWIG_Python_SetErrorMsg

Definition at line 1166 of file gv_python3.cpp.

◆ SWIG_SetErrorObj

#define SWIG_SetErrorObj   SWIG_Python_SetErrorObj

Definition at line 1165 of file gv_python3.cpp.

◆ SWIG_SetModule

#define SWIG_SetModule (   clientdata,
  pointer 
)    SWIG_Python_SetModule(pointer)

Definition at line 1162 of file gv_python3.cpp.

◆ SWIG_snprintf

#define SWIG_snprintf (   O,
  S,
  F,
  A 
)    sprintf(O,F,A)

Definition at line 380 of file gv_python3.cpp.

◆ SWIG_snprintf2

#define SWIG_snprintf2 (   O,
  S,
  F,
  A,
  B 
)    sprintf(O,F,A,B)

Definition at line 381 of file gv_python3.cpp.

◆ SWIG_STATIC_POINTER

#define SWIG_STATIC_POINTER (   var)    var = 0; if (!var) var

Definition at line 1319 of file gv_python3.cpp.

◆ SWIG_SyntaxError

#define SWIG_SyntaxError   -8

Definition at line 790 of file gv_python3.cpp.

◆ SWIG_SystemError

#define SWIG_SystemError   -10

Definition at line 792 of file gv_python3.cpp.

◆ SWIG_TMPOBJ

#define SWIG_TMPOBJ   (SWIG_OK | SWIG_TMPOBJMASK)

Definition at line 336 of file gv_python3.cpp.

◆ SWIG_TMPOBJMASK

#define SWIG_TMPOBJMASK   (SWIG_NEWOBJMASK << 1)

Definition at line 331 of file gv_python3.cpp.

◆ SWIG_TYPE_TABLE_NAME

#define SWIG_TYPE_TABLE_NAME

Definition at line 200 of file gv_python3.cpp.

◆ SWIG_TypeError

#define SWIG_TypeError   -5

Definition at line 787 of file gv_python3.cpp.

◆ SWIG_TypeQuery [1/2]

#define SWIG_TypeQuery (   name)    SWIG_TypeQueryModule(&swig_module, &swig_module, name)

Definition at line 3159 of file gv_python3.cpp.

◆ SWIG_TypeQuery [2/2]

#define SWIG_TypeQuery   SWIG_Python_TypeQuery

Definition at line 3159 of file gv_python3.cpp.

◆ SWIG_UnknownError

#define SWIG_UnknownError   -1

Definition at line 783 of file gv_python3.cpp.

◆ SWIG_ValueError

#define SWIG_ValueError   -9

Definition at line 791 of file gv_python3.cpp.

◆ SWIG_VERSION

#define SWIG_VERSION   0x040200

Definition at line 10 of file gv_python3.cpp.

◆ SWIGEXPORT

#define SWIGEXPORT

Definition at line 100 of file gv_python3.cpp.

◆ SWIGINLINE

#define SWIGINLINE

Definition at line 37 of file gv_python3.cpp.

◆ SWIGINTERN

#define SWIGINTERN   static SWIGUNUSED

Definition at line 72 of file gv_python3.cpp.

◆ SWIGINTERNINLINE

#define SWIGINTERNINLINE   SWIGINTERN SWIGINLINE

Definition at line 77 of file gv_python3.cpp.

◆ SWIGPY_CAPSULE_ATTR_NAME

#define SWIGPY_CAPSULE_ATTR_NAME   "type_pointer_capsule" SWIG_TYPE_TABLE_NAME

Definition at line 872 of file gv_python3.cpp.

◆ SWIGPY_CAPSULE_NAME

#define SWIGPY_CAPSULE_NAME   ("swig_runtime_data" SWIG_RUNTIME_VERSION "." SWIGPY_CAPSULE_ATTR_NAME)

Definition at line 874 of file gv_python3.cpp.

◆ SWIGPY_USE_CAPSULE

#define SWIGPY_USE_CAPSULE

Definition at line 868 of file gv_python3.cpp.

◆ SWIGPYTHON

#define SWIGPYTHON

Definition at line 11 of file gv_python3.cpp.

◆ SWIGRUNTIME

#define SWIGRUNTIME   SWIGINTERN

Definition at line 213 of file gv_python3.cpp.

◆ SWIGRUNTIMEINLINE

#define SWIGRUNTIMEINLINE   SWIGRUNTIME SWIGINLINE

Definition at line 217 of file gv_python3.cpp.

◆ SWIGSTDCALL

#define SWIGSTDCALL

Definition at line 110 of file gv_python3.cpp.

◆ SWIGTEMPLATEDISAMBIGUATOR

#define SWIGTEMPLATEDISAMBIGUATOR

Definition at line 28 of file gv_python3.cpp.

◆ SWIGTYPE_p_Agedge_t

#define SWIGTYPE_p_Agedge_t   swig_types[0]

Definition at line 3151 of file gv_python3.cpp.

◆ SWIGTYPE_p_Agnode_t

#define SWIGTYPE_p_Agnode_t   swig_types[1]

Definition at line 3152 of file gv_python3.cpp.

◆ SWIGTYPE_p_Agraph_t

#define SWIGTYPE_p_Agraph_t   swig_types[2]

Definition at line 3153 of file gv_python3.cpp.

◆ SWIGTYPE_p_Agsym_t

#define SWIGTYPE_p_Agsym_t   swig_types[3]

Definition at line 3154 of file gv_python3.cpp.

◆ SWIGTYPE_p_char

#define SWIGTYPE_p_char   swig_types[5]

Definition at line 3156 of file gv_python3.cpp.

◆ SWIGTYPE_p_FILE

#define SWIGTYPE_p_FILE   swig_types[4]

Definition at line 3155 of file gv_python3.cpp.

◆ SWIGUNUSED

#define SWIGUNUSED

Definition at line 52 of file gv_python3.cpp.

◆ SWIGUNUSEDPARM

#define SWIGUNUSEDPARM (   p)    p SWIGUNUSED

Definition at line 66 of file gv_python3.cpp.

Typedef Documentation

◆ swig_cast_info

◆ swig_const_info

◆ swig_converter_func

typedef void *(* swig_converter_func) (void *, int *)

Definition at line 390 of file gv_python3.cpp.

◆ swig_dycast_func

typedef struct swig_type_info *(* swig_dycast_func) (void **)

Definition at line 390 of file gv_python3.cpp.

◆ swig_globalvar

◆ swig_module_info

◆ swig_type_info

◆ swig_varlinkobject

Function Documentation

◆ _wrap_digraph()

SWIGINTERN PyObject * _wrap_digraph ( PyObject *  self,
PyObject *  args 
)

Definition at line 3668 of file gv_python3.cpp.

References digraph(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NEWOBJ, SWIG_NewPointerObj, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ _wrap_edge()

SWIGINTERN PyObject * _wrap_edge ( PyObject *  self,
PyObject *  args 
)

Definition at line 4104 of file gv_python3.cpp.

References _wrap_edge__SWIG_0(), _wrap_edge__SWIG_1(), _wrap_edge__SWIG_2(), _wrap_edge__SWIG_3(), NULL, SWIG_AsCharPtrAndSize(), SWIG_CheckState, SWIG_ConvertPtr, SWIG_fail, SWIG_Python_RaiseOrModifyTypeError(), SWIG_Python_UnpackTuple(), SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ _wrap_edge__SWIG_0()

SWIGINTERN PyObject * _wrap_edge__SWIG_0 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 3964 of file gv_python3.cpp.

References edge, NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.

Referenced by _wrap_edge().

Here is the caller graph for this function:

◆ _wrap_edge__SWIG_1()

SWIGINTERN PyObject * _wrap_edge__SWIG_1 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 3994 of file gv_python3.cpp.

References edge, NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NEWOBJ, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.

Referenced by _wrap_edge().

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

◆ _wrap_edge__SWIG_2()

SWIGINTERN PyObject * _wrap_edge__SWIG_2 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 4027 of file gv_python3.cpp.

References edge, NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NEWOBJ, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.

Referenced by _wrap_edge().

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

◆ _wrap_edge__SWIG_3()

SWIGINTERN PyObject * _wrap_edge__SWIG_3 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 4060 of file gv_python3.cpp.

References edge, NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NEWOBJ, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.

Referenced by _wrap_edge().

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

◆ _wrap_findattr()

SWIGINTERN PyObject * _wrap_findattr ( PyObject *  self,
PyObject *  args 
)

Definition at line 5165 of file gv_python3.cpp.

References _wrap_findattr__SWIG_0(), _wrap_findattr__SWIG_1(), _wrap_findattr__SWIG_2(), NULL, SWIG_AsCharPtrAndSize(), SWIG_CheckState, SWIG_ConvertPtr, SWIG_fail, SWIG_Python_RaiseOrModifyTypeError(), SWIG_Python_UnpackTuple(), SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ _wrap_findattr__SWIG_0()

SWIGINTERN PyObject * _wrap_findattr__SWIG_0 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 5066 of file gv_python3.cpp.

References findattr(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NEWOBJ, SWIG_NewPointerObj, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.

Referenced by _wrap_findattr().

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

◆ _wrap_findattr__SWIG_1()

SWIGINTERN PyObject * _wrap_findattr__SWIG_1 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 5099 of file gv_python3.cpp.

References findattr(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NEWOBJ, SWIG_NewPointerObj, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agsym_t.

Referenced by _wrap_findattr().

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

◆ _wrap_findattr__SWIG_2()

SWIGINTERN PyObject * _wrap_findattr__SWIG_2 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 5132 of file gv_python3.cpp.

References findattr(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NEWOBJ, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agsym_t.

Referenced by _wrap_findattr().

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

◆ _wrap_findedge()

SWIGINTERN PyObject * _wrap_findedge ( PyObject *  self,
PyObject *  args 
)

Definition at line 5035 of file gv_python3.cpp.

References findedge(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIG_Python_UnpackTuple(), SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.

Here is the call graph for this function:

◆ _wrap_findnode()

SWIGINTERN PyObject * _wrap_findnode ( PyObject *  self,
PyObject *  args 
)

Definition at line 5001 of file gv_python3.cpp.

References findnode(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NEWOBJ, SWIG_NewPointerObj, SWIG_Python_UnpackTuple(), SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ _wrap_findsubg()

SWIGINTERN PyObject * _wrap_findsubg ( PyObject *  self,
PyObject *  args 
)

Definition at line 4967 of file gv_python3.cpp.

References findsubg(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NEWOBJ, SWIG_NewPointerObj, SWIG_Python_UnpackTuple(), and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ _wrap_firstattr()

SWIGINTERN PyObject * _wrap_firstattr ( PyObject *  self,
PyObject *  args 
)

Definition at line 6689 of file gv_python3.cpp.

References _wrap_firstattr__SWIG_0(), _wrap_firstattr__SWIG_1(), _wrap_firstattr__SWIG_2(), SWIG_CheckState, SWIG_ConvertPtr, SWIG_fail, SWIG_Python_RaiseOrModifyTypeError(), SWIG_Python_UnpackTuple(), SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ _wrap_firstattr__SWIG_0()

SWIGINTERN PyObject * _wrap_firstattr__SWIG_0 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 6563 of file gv_python3.cpp.

References firstattr(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.

Referenced by _wrap_firstattr().

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

◆ _wrap_firstattr__SWIG_1()

SWIGINTERN PyObject * _wrap_firstattr__SWIG_1 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 6615 of file gv_python3.cpp.

References firstattr(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agsym_t.

Referenced by _wrap_firstattr().

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

◆ _wrap_firstattr__SWIG_2()

SWIGINTERN PyObject * _wrap_firstattr__SWIG_2 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 6667 of file gv_python3.cpp.

References firstattr(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agsym_t.

Referenced by _wrap_firstattr().

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

◆ _wrap_firstedge()

SWIGINTERN PyObject * _wrap_firstedge ( PyObject *  self,
PyObject *  args 
)

Definition at line 5835 of file gv_python3.cpp.

References _wrap_firstedge__SWIG_0(), _wrap_firstedge__SWIG_1(), SWIG_CheckState, SWIG_ConvertPtr, SWIG_fail, SWIG_Python_RaiseOrModifyTypeError(), SWIG_Python_UnpackTuple(), SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ _wrap_firstedge__SWIG_0()

SWIGINTERN PyObject * _wrap_firstedge__SWIG_0 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 5709 of file gv_python3.cpp.

References firstedge(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.

Referenced by _wrap_firstedge().

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

◆ _wrap_firstedge__SWIG_1()

SWIGINTERN PyObject * _wrap_firstedge__SWIG_1 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 5813 of file gv_python3.cpp.

References firstedge(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.

Referenced by _wrap_firstedge().

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

◆ _wrap_firsthead()

SWIGINTERN PyObject * _wrap_firsthead ( PyObject *  self,
PyObject *  args 
)

Definition at line 6081 of file gv_python3.cpp.

References firsthead(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, and SWIGTYPE_p_Agnode_t.

Here is the call graph for this function:

◆ _wrap_firstin()

SWIGINTERN PyObject * _wrap_firstin ( PyObject *  self,
PyObject *  args 
)

Definition at line 6210 of file gv_python3.cpp.

References _wrap_firstin__SWIG_0(), _wrap_firstin__SWIG_1(), SWIG_CheckState, SWIG_ConvertPtr, SWIG_fail, SWIG_Python_RaiseOrModifyTypeError(), SWIG_Python_UnpackTuple(), SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ _wrap_firstin__SWIG_0()

SWIGINTERN PyObject * _wrap_firstin__SWIG_0 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 6136 of file gv_python3.cpp.

References firstin(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.

Referenced by _wrap_firstin().

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

◆ _wrap_firstin__SWIG_1()

SWIGINTERN PyObject * _wrap_firstin__SWIG_1 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 6188 of file gv_python3.cpp.

References firstin(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.

Referenced by _wrap_firstin().

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

◆ _wrap_firstnode()

SWIGINTERN PyObject * _wrap_firstnode ( PyObject *  self,
PyObject *  args 
)

Definition at line 6451 of file gv_python3.cpp.

References _wrap_firstnode__SWIG_0(), _wrap_firstnode__SWIG_1(), SWIG_CheckState, SWIG_ConvertPtr, SWIG_fail, SWIG_Python_RaiseOrModifyTypeError(), SWIG_Python_UnpackTuple(), SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ _wrap_firstnode__SWIG_0()

SWIGINTERN PyObject * _wrap_firstnode__SWIG_0 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 6377 of file gv_python3.cpp.

References firstnode(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.

Referenced by _wrap_firstnode().

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

◆ _wrap_firstnode__SWIG_1()

SWIGINTERN PyObject * _wrap_firstnode__SWIG_1 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 6429 of file gv_python3.cpp.

References firstnode(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.

Referenced by _wrap_firstnode().

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

◆ _wrap_firstout()

SWIGINTERN PyObject * _wrap_firstout ( PyObject *  self,
PyObject *  args 
)

Definition at line 5969 of file gv_python3.cpp.

References _wrap_firstout__SWIG_0(), _wrap_firstout__SWIG_1(), SWIG_CheckState, SWIG_ConvertPtr, SWIG_fail, SWIG_Python_RaiseOrModifyTypeError(), SWIG_Python_UnpackTuple(), SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ _wrap_firstout__SWIG_0()

SWIGINTERN PyObject * _wrap_firstout__SWIG_0 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 5761 of file gv_python3.cpp.

References firstout(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.

Referenced by _wrap_firstout().

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

◆ _wrap_firstout__SWIG_1()

SWIGINTERN PyObject * _wrap_firstout__SWIG_1 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 5947 of file gv_python3.cpp.

References firstout(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.

Referenced by _wrap_firstout().

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

◆ _wrap_firstsubg()

SWIGINTERN PyObject * _wrap_firstsubg ( PyObject *  self,
PyObject *  args 
)

Definition at line 5599 of file gv_python3.cpp.

References firstsubg(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ _wrap_firstsupg()

SWIGINTERN PyObject * _wrap_firstsupg ( PyObject *  self,
PyObject *  args 
)

Definition at line 5654 of file gv_python3.cpp.

References firstsupg(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ _wrap_firsttail()

SWIGINTERN PyObject * _wrap_firsttail ( PyObject *  self,
PyObject *  args 
)

Definition at line 6322 of file gv_python3.cpp.

References firsttail(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, and SWIGTYPE_p_Agnode_t.

Here is the call graph for this function:

◆ _wrap_getv()

SWIGINTERN PyObject * _wrap_getv ( PyObject *  self,
PyObject *  args 
)

◆ _wrap_getv__SWIG_0()

SWIGINTERN PyObject * _wrap_getv__SWIG_0 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 4563 of file gv_python3.cpp.

References getv(), NULL, SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_IsOK, SWIG_NEWOBJ, and SWIGTYPE_p_Agraph_t.

Referenced by _wrap_getv().

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

◆ _wrap_getv__SWIG_1()

SWIGINTERN PyObject * _wrap_getv__SWIG_1 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 4596 of file gv_python3.cpp.

References getv(), NULL, SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_IsOK, SWIG_NEWOBJ, and SWIGTYPE_p_Agnode_t.

Referenced by _wrap_getv().

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

◆ _wrap_getv__SWIG_2()

SWIGINTERN PyObject * _wrap_getv__SWIG_2 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 4629 of file gv_python3.cpp.

References getv(), NULL, SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_IsOK, SWIG_NEWOBJ, and SWIGTYPE_p_Agedge_t.

Referenced by _wrap_getv().

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

◆ _wrap_getv__SWIG_3()

SWIGINTERN PyObject * _wrap_getv__SWIG_3 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 4662 of file gv_python3.cpp.

References getv(), NULL, SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_IsOK, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.

Referenced by _wrap_getv().

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

◆ _wrap_getv__SWIG_4()

SWIGINTERN PyObject * _wrap_getv__SWIG_4 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 4692 of file gv_python3.cpp.

References getv(), NULL, SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_IsOK, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agsym_t.

Referenced by _wrap_getv().

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

◆ _wrap_getv__SWIG_5()

SWIGINTERN PyObject * _wrap_getv__SWIG_5 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 4722 of file gv_python3.cpp.

References getv(), NULL, SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_IsOK, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agsym_t.

Referenced by _wrap_getv().

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

◆ _wrap_graph()

SWIGINTERN PyObject * _wrap_graph ( PyObject *  self,
PyObject *  args 
)

Definition at line 3891 of file gv_python3.cpp.

References _wrap_graph__SWIG_0(), _wrap_graph__SWIG_1(), NULL, SWIG_AsCharPtrAndSize(), SWIG_CheckState, SWIG_ConvertPtr, SWIG_fail, SWIG_Python_RaiseOrModifyTypeError(), SWIG_Python_UnpackTuple(), and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ _wrap_graph__SWIG_0()

SWIGINTERN PyObject * _wrap_graph__SWIG_0 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 3643 of file gv_python3.cpp.

References graph(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NEWOBJ, SWIG_NewPointerObj, and SWIGTYPE_p_Agraph_t.

Referenced by _wrap_graph().

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

◆ _wrap_graph__SWIG_1()

SWIGINTERN PyObject * _wrap_graph__SWIG_1 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 3858 of file gv_python3.cpp.

References graph(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NEWOBJ, SWIG_NewPointerObj, and SWIGTYPE_p_Agraph_t.

Referenced by _wrap_graph().

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

◆ _wrap_graphof()

SWIGINTERN PyObject * _wrap_graphof ( PyObject *  self,
PyObject *  args 
)

Definition at line 5337 of file gv_python3.cpp.

References _wrap_graphof__SWIG_0(), _wrap_graphof__SWIG_1(), _wrap_graphof__SWIG_2(), SWIG_CheckState, SWIG_ConvertPtr, SWIG_fail, SWIG_Python_RaiseOrModifyTypeError(), SWIG_Python_UnpackTuple(), SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ _wrap_graphof__SWIG_0()

SWIGINTERN PyObject * _wrap_graphof__SWIG_0 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 5271 of file gv_python3.cpp.

References graphof(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, and SWIGTYPE_p_Agraph_t.

Referenced by _wrap_graphof().

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

◆ _wrap_graphof__SWIG_1()

SWIGINTERN PyObject * _wrap_graphof__SWIG_1 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 5293 of file gv_python3.cpp.

References graphof(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.

Referenced by _wrap_graphof().

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

◆ _wrap_graphof__SWIG_2()

SWIGINTERN PyObject * _wrap_graphof__SWIG_2 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 5315 of file gv_python3.cpp.

References graphof(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.

Referenced by _wrap_graphof().

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

◆ _wrap_headof()

SWIGINTERN PyObject * _wrap_headof ( PyObject *  self,
PyObject *  args 
)

Definition at line 5223 of file gv_python3.cpp.

References headof(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.

Here is the call graph for this function:

◆ _wrap_layout()

SWIGINTERN PyObject * _wrap_layout ( PyObject *  self,
PyObject *  args 
)

Definition at line 6938 of file gv_python3.cpp.

References layout(), NULL, SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_bool, SWIG_IsOK, SWIG_NEWOBJ, SWIG_Python_UnpackTuple(), and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ _wrap_nameof()

SWIGINTERN PyObject * _wrap_nameof ( PyObject *  self,
PyObject *  args 
)

Definition at line 4921 of file gv_python3.cpp.

References _wrap_nameof__SWIG_0(), _wrap_nameof__SWIG_1(), _wrap_nameof__SWIG_2(), SWIG_CheckState, SWIG_ConvertPtr, SWIG_fail, SWIG_Python_RaiseOrModifyTypeError(), SWIG_Python_UnpackTuple(), SWIGTYPE_p_Agnode_t, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.

Here is the call graph for this function:

◆ _wrap_nameof__SWIG_0()

SWIGINTERN PyObject * _wrap_nameof__SWIG_0 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 4855 of file gv_python3.cpp.

References nameof(), NULL, SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_IsOK, and SWIGTYPE_p_Agraph_t.

Referenced by _wrap_nameof().

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

◆ _wrap_nameof__SWIG_1()

SWIGINTERN PyObject * _wrap_nameof__SWIG_1 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 4877 of file gv_python3.cpp.

References nameof(), NULL, SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_IsOK, and SWIGTYPE_p_Agnode_t.

Referenced by _wrap_nameof().

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

◆ _wrap_nameof__SWIG_2()

SWIGINTERN PyObject * _wrap_nameof__SWIG_2 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 4899 of file gv_python3.cpp.

References nameof(), NULL, SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_IsOK, and SWIGTYPE_p_Agsym_t.

Referenced by _wrap_nameof().

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

◆ _wrap_nextattr()

SWIGINTERN PyObject * _wrap_nextattr ( PyObject *  self,
PyObject *  args 
)

Definition at line 6765 of file gv_python3.cpp.

References _wrap_nextattr__SWIG_0(), _wrap_nextattr__SWIG_1(), _wrap_nextattr__SWIG_2(), SWIG_CheckState, SWIG_ConvertPtr, SWIG_fail, SWIG_Python_RaiseOrModifyTypeError(), SWIG_Python_UnpackTuple(), SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.

Here is the call graph for this function:

◆ _wrap_nextattr__SWIG_0()

SWIGINTERN PyObject * _wrap_nextattr__SWIG_0 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 6585 of file gv_python3.cpp.

References nextattr(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.

Referenced by _wrap_nextattr().

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

◆ _wrap_nextattr__SWIG_1()

SWIGINTERN PyObject * _wrap_nextattr__SWIG_1 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 6637 of file gv_python3.cpp.

References nextattr(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agsym_t.

Referenced by _wrap_nextattr().

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

◆ _wrap_nextattr__SWIG_2()

SWIGINTERN PyObject * _wrap_nextattr__SWIG_2 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 6735 of file gv_python3.cpp.

References nextattr(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agsym_t.

Referenced by _wrap_nextattr().

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

◆ _wrap_nextedge()

SWIGINTERN PyObject * _wrap_nextedge ( PyObject *  self,
PyObject *  args 
)

Definition at line 5901 of file gv_python3.cpp.

References _wrap_nextedge__SWIG_0(), _wrap_nextedge__SWIG_1(), SWIG_CheckState, SWIG_ConvertPtr, SWIG_fail, SWIG_Python_RaiseOrModifyTypeError(), SWIG_Python_UnpackTuple(), SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ _wrap_nextedge__SWIG_0()

SWIGINTERN PyObject * _wrap_nextedge__SWIG_0 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 5731 of file gv_python3.cpp.

References nextedge(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.

Referenced by _wrap_nextedge().

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

◆ _wrap_nextedge__SWIG_1()

SWIGINTERN PyObject * _wrap_nextedge__SWIG_1 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 5871 of file gv_python3.cpp.

References nextedge(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.

Referenced by _wrap_nextedge().

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

◆ _wrap_nexthead()

SWIGINTERN PyObject * _wrap_nexthead ( PyObject *  self,
PyObject *  args 
)

Definition at line 6105 of file gv_python3.cpp.

References nexthead(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIG_Python_UnpackTuple(), and SWIGTYPE_p_Agnode_t.

Here is the call graph for this function:

◆ _wrap_nextin()

SWIGINTERN PyObject * _wrap_nextin ( PyObject *  self,
PyObject *  args 
)

Definition at line 6276 of file gv_python3.cpp.

References _wrap_nextin__SWIG_0(), _wrap_nextin__SWIG_1(), SWIG_CheckState, SWIG_ConvertPtr, SWIG_fail, SWIG_Python_RaiseOrModifyTypeError(), SWIG_Python_UnpackTuple(), SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ _wrap_nextin__SWIG_0()

SWIGINTERN PyObject * _wrap_nextin__SWIG_0 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 6158 of file gv_python3.cpp.

References nextin(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.

Referenced by _wrap_nextin().

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

◆ _wrap_nextin__SWIG_1()

SWIGINTERN PyObject * _wrap_nextin__SWIG_1 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 6246 of file gv_python3.cpp.

References nextin(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.

Referenced by _wrap_nextin().

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

◆ _wrap_nextnode()

SWIGINTERN PyObject * _wrap_nextnode ( PyObject *  self,
PyObject *  args 
)

Definition at line 6517 of file gv_python3.cpp.

References _wrap_nextnode__SWIG_0(), _wrap_nextnode__SWIG_1(), SWIG_CheckState, SWIG_ConvertPtr, SWIG_fail, SWIG_Python_RaiseOrModifyTypeError(), SWIG_Python_UnpackTuple(), SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ _wrap_nextnode__SWIG_0()

SWIGINTERN PyObject * _wrap_nextnode__SWIG_0 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 6399 of file gv_python3.cpp.

References nextnode(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.

Referenced by _wrap_nextnode().

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

◆ _wrap_nextnode__SWIG_1()

SWIGINTERN PyObject * _wrap_nextnode__SWIG_1 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 6487 of file gv_python3.cpp.

References nextnode(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.

Referenced by _wrap_nextnode().

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

◆ _wrap_nextout()

SWIGINTERN PyObject * _wrap_nextout ( PyObject *  self,
PyObject *  args 
)

Definition at line 6035 of file gv_python3.cpp.

References _wrap_nextout__SWIG_0(), _wrap_nextout__SWIG_1(), SWIG_CheckState, SWIG_ConvertPtr, SWIG_fail, SWIG_Python_RaiseOrModifyTypeError(), SWIG_Python_UnpackTuple(), SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ _wrap_nextout__SWIG_0()

SWIGINTERN PyObject * _wrap_nextout__SWIG_0 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 5783 of file gv_python3.cpp.

References nextout(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.

Referenced by _wrap_nextout().

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

◆ _wrap_nextout__SWIG_1()

SWIGINTERN PyObject * _wrap_nextout__SWIG_1 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 6005 of file gv_python3.cpp.

References nextout(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.

Referenced by _wrap_nextout().

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

◆ _wrap_nextsubg()

SWIGINTERN PyObject * _wrap_nextsubg ( PyObject *  self,
PyObject *  args 
)

Definition at line 5623 of file gv_python3.cpp.

References nextsubg(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIG_Python_UnpackTuple(), and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ _wrap_nextsupg()

SWIGINTERN PyObject * _wrap_nextsupg ( PyObject *  self,
PyObject *  args 
)

Definition at line 5678 of file gv_python3.cpp.

References nextsupg(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIG_Python_UnpackTuple(), and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ _wrap_nexttail()

SWIGINTERN PyObject * _wrap_nexttail ( PyObject *  self,
PyObject *  args 
)

Definition at line 6346 of file gv_python3.cpp.

References nexttail(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIG_Python_UnpackTuple(), and SWIGTYPE_p_Agnode_t.

Here is the call graph for this function:

◆ _wrap_node()

SWIGINTERN PyObject * _wrap_node ( PyObject *  self,
PyObject *  args 
)

Definition at line 3930 of file gv_python3.cpp.

References NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NEWOBJ, SWIG_NewPointerObj, SWIG_Python_UnpackTuple(), SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ _wrap_ok()

SWIGINTERN PyObject * _wrap_ok ( PyObject *  self,
PyObject *  args 
)

Definition at line 5543 of file gv_python3.cpp.

References _wrap_ok__SWIG_0(), _wrap_ok__SWIG_1(), _wrap_ok__SWIG_2(), _wrap_ok__SWIG_3(), SWIG_CheckState, SWIG_ConvertPtr, SWIG_fail, SWIG_Python_RaiseOrModifyTypeError(), SWIG_Python_UnpackTuple(), SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.

Here is the call graph for this function:

◆ _wrap_ok__SWIG_0()

SWIGINTERN PyObject * _wrap_ok__SWIG_0 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 5455 of file gv_python3.cpp.

References NULL, ok(), SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_bool, SWIG_IsOK, and SWIGTYPE_p_Agraph_t.

Referenced by _wrap_ok().

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

◆ _wrap_ok__SWIG_1()

SWIGINTERN PyObject * _wrap_ok__SWIG_1 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 5477 of file gv_python3.cpp.

References NULL, ok(), SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_bool, SWIG_IsOK, and SWIGTYPE_p_Agnode_t.

Referenced by _wrap_ok().

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

◆ _wrap_ok__SWIG_2()

SWIGINTERN PyObject * _wrap_ok__SWIG_2 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 5499 of file gv_python3.cpp.

References NULL, ok(), SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_bool, SWIG_IsOK, and SWIGTYPE_p_Agedge_t.

Referenced by _wrap_ok().

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

◆ _wrap_ok__SWIG_3()

SWIGINTERN PyObject * _wrap_ok__SWIG_3 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 5521 of file gv_python3.cpp.

References NULL, ok(), SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_bool, SWIG_IsOK, and SWIGTYPE_p_Agsym_t.

Referenced by _wrap_ok().

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

◆ _wrap_protoedge()

SWIGINTERN PyObject * _wrap_protoedge ( PyObject *  self,
PyObject *  args 
)

Definition at line 5431 of file gv_python3.cpp.

References NULL, protoedge(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ _wrap_protonode()

SWIGINTERN PyObject * _wrap_protonode ( PyObject *  self,
PyObject *  args 
)

Definition at line 5407 of file gv_python3.cpp.

References NULL, protonode(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ _wrap_read()

SWIGINTERN PyObject * _wrap_read ( PyObject *  self,
PyObject *  args 
)

Definition at line 3823 of file gv_python3.cpp.

References _wrap_read__SWIG_0(), _wrap_read__SWIG_1(), NULL, SWIG_AsCharPtrAndSize(), SWIG_CheckState, SWIG_ConvertPtr, SWIG_fail, SWIG_Python_RaiseOrModifyTypeError(), SWIG_Python_UnpackTuple(), and SWIGTYPE_p_FILE.

Here is the call graph for this function:

◆ _wrap_read__SWIG_0()

SWIGINTERN PyObject * _wrap_read__SWIG_0 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 3776 of file gv_python3.cpp.

References NULL, read(), SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NEWOBJ, SWIG_NewPointerObj, and SWIGTYPE_p_Agraph_t.

Referenced by _wrap_read().

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

◆ _wrap_read__SWIG_1()

SWIGINTERN PyObject * _wrap_read__SWIG_1 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 3801 of file gv_python3.cpp.

References NULL, read(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_FILE.

Referenced by _wrap_read().

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

◆ _wrap_readstring()

SWIGINTERN PyObject * _wrap_readstring ( PyObject *  self,
PyObject *  args 
)

Definition at line 3749 of file gv_python3.cpp.

References NULL, readstring(), SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NEWOBJ, SWIG_NewPointerObj, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ _wrap_render()

SWIGINTERN PyObject * _wrap_render ( PyObject *  self,
PyObject *  args 
)

Definition at line 7112 of file gv_python3.cpp.

References _wrap_render__SWIG_0(), _wrap_render__SWIG_1(), _wrap_render__SWIG_2(), _wrap_render__SWIG_3(), NULL, SWIG_AsCharPtrAndSize(), SWIG_CheckState, SWIG_ConvertPtr, SWIG_fail, SWIG_Python_RaiseOrModifyTypeError(), SWIG_Python_UnpackTuple(), SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_FILE.

Here is the call graph for this function:

◆ _wrap_render__SWIG_0()

SWIGINTERN PyObject * _wrap_render__SWIG_0 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 6972 of file gv_python3.cpp.

References NULL, render(), SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_bool, SWIG_IsOK, and SWIGTYPE_p_Agraph_t.

Referenced by _wrap_render().

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

◆ _wrap_render__SWIG_1()

SWIGINTERN PyObject * _wrap_render__SWIG_1 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 6994 of file gv_python3.cpp.

References NULL, render(), SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_bool, SWIG_IsOK, SWIG_NEWOBJ, and SWIGTYPE_p_Agraph_t.

Referenced by _wrap_render().

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

◆ _wrap_render__SWIG_2()

SWIGINTERN PyObject * _wrap_render__SWIG_2 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 7027 of file gv_python3.cpp.

References NULL, render(), SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_bool, SWIG_IsOK, SWIG_NEWOBJ, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_FILE.

Referenced by _wrap_render().

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

◆ _wrap_render__SWIG_3()

SWIGINTERN PyObject * _wrap_render__SWIG_3 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 7068 of file gv_python3.cpp.

References NULL, render(), SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_bool, SWIG_IsOK, SWIG_NEWOBJ, and SWIGTYPE_p_Agraph_t.

Referenced by _wrap_render().

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

◆ _wrap_renderchannel()

SWIGINTERN PyObject * _wrap_renderchannel ( PyObject *  self,
PyObject *  args 
)

Definition at line 7233 of file gv_python3.cpp.

References NULL, renderchannel(), SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_bool, SWIG_IsOK, SWIG_NEWOBJ, SWIG_Python_UnpackTuple(), and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ _wrap_renderdata()

SWIGINTERN PyObject * _wrap_renderdata ( PyObject *  self,
PyObject *  args 
)

Definition at line 7278 of file gv_python3.cpp.

References NULL, renderdata(), SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_IsOK, SWIG_NEWOBJ, SWIG_Python_UnpackTuple(), and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ _wrap_renderresult()

SWIGINTERN PyObject * _wrap_renderresult ( PyObject *  self,
PyObject *  args 
)

Definition at line 7189 of file gv_python3.cpp.

References NULL, renderresult(), SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NEWOBJ, SWIG_Py_Void(), SWIG_Python_UnpackTuple(), and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ _wrap_rm()

SWIGINTERN PyObject * _wrap_rm ( PyObject *  self,
PyObject *  args 
)

Definition at line 6892 of file gv_python3.cpp.

References _wrap_rm__SWIG_0(), _wrap_rm__SWIG_1(), _wrap_rm__SWIG_2(), SWIG_CheckState, SWIG_ConvertPtr, SWIG_fail, SWIG_Python_RaiseOrModifyTypeError(), SWIG_Python_UnpackTuple(), SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ _wrap_rm__SWIG_0()

SWIGINTERN PyObject * _wrap_rm__SWIG_0 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 6826 of file gv_python3.cpp.

References NULL, rm(), SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_bool, SWIG_IsOK, and SWIGTYPE_p_Agraph_t.

Referenced by _wrap_rm().

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

◆ _wrap_rm__SWIG_1()

SWIGINTERN PyObject * _wrap_rm__SWIG_1 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 6848 of file gv_python3.cpp.

References NULL, rm(), SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_bool, SWIG_IsOK, and SWIGTYPE_p_Agnode_t.

Referenced by _wrap_rm().

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

◆ _wrap_rm__SWIG_2()

SWIGINTERN PyObject * _wrap_rm__SWIG_2 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 6870 of file gv_python3.cpp.

References NULL, rm(), SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_bool, SWIG_IsOK, and SWIGTYPE_p_Agedge_t.

Referenced by _wrap_rm().

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

◆ _wrap_rootof()

SWIGINTERN PyObject * _wrap_rootof ( PyObject *  self,
PyObject *  args 
)

Definition at line 5383 of file gv_python3.cpp.

References NULL, rootof(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ _wrap_setv()

SWIGINTERN PyObject * _wrap_setv ( PyObject *  self,
PyObject *  args 
)

◆ _wrap_setv__SWIG_0()

SWIGINTERN PyObject * _wrap_setv__SWIG_0 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 4181 of file gv_python3.cpp.

References NULL, setv(), SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_IsOK, SWIG_NEWOBJ, and SWIGTYPE_p_Agraph_t.

Referenced by _wrap_setv().

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

◆ _wrap_setv__SWIG_1()

SWIGINTERN PyObject * _wrap_setv__SWIG_1 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 4225 of file gv_python3.cpp.

References NULL, setv(), SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_IsOK, SWIG_NEWOBJ, and SWIGTYPE_p_Agnode_t.

Referenced by _wrap_setv().

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

◆ _wrap_setv__SWIG_2()

SWIGINTERN PyObject * _wrap_setv__SWIG_2 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 4269 of file gv_python3.cpp.

References NULL, setv(), SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_IsOK, SWIG_NEWOBJ, and SWIGTYPE_p_Agedge_t.

Referenced by _wrap_setv().

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

◆ _wrap_setv__SWIG_3()

SWIGINTERN PyObject * _wrap_setv__SWIG_3 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 4313 of file gv_python3.cpp.

References NULL, setv(), SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_IsOK, SWIG_NEWOBJ, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.

Referenced by _wrap_setv().

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

◆ _wrap_setv__SWIG_4()

SWIGINTERN PyObject * _wrap_setv__SWIG_4 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 4354 of file gv_python3.cpp.

References NULL, setv(), SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_IsOK, SWIG_NEWOBJ, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agsym_t.

Referenced by _wrap_setv().

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

◆ _wrap_setv__SWIG_5()

SWIGINTERN PyObject * _wrap_setv__SWIG_5 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 4395 of file gv_python3.cpp.

References NULL, setv(), SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_IsOK, SWIG_NEWOBJ, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agsym_t.

Referenced by _wrap_setv().

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

◆ _wrap_strictdigraph()

SWIGINTERN PyObject * _wrap_strictdigraph ( PyObject *  self,
PyObject *  args 
)

Definition at line 3722 of file gv_python3.cpp.

References NULL, strictdigraph(), SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NEWOBJ, SWIG_NewPointerObj, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ _wrap_strictgraph()

SWIGINTERN PyObject * _wrap_strictgraph ( PyObject *  self,
PyObject *  args 
)

Definition at line 3695 of file gv_python3.cpp.

References NULL, strictgraph(), SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NEWOBJ, SWIG_NewPointerObj, and SWIGTYPE_p_Agraph_t.

Here is the call graph for this function:

◆ _wrap_tailof()

SWIGINTERN PyObject * _wrap_tailof ( PyObject *  self,
PyObject *  args 
)

Definition at line 5247 of file gv_python3.cpp.

References NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_IsOK, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and tailof().

Here is the call graph for this function:

◆ _wrap_tred()

SWIGINTERN PyObject * _wrap_tred ( PyObject *  self,
PyObject *  args 
)

Definition at line 7420 of file gv_python3.cpp.

References NULL, SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_bool, SWIG_IsOK, SWIGTYPE_p_Agraph_t, and tred().

Here is the call graph for this function:

◆ _wrap_write()

SWIGINTERN PyObject * _wrap_write ( PyObject *  self,
PyObject *  args 
)

Definition at line 7375 of file gv_python3.cpp.

References _wrap_write__SWIG_0(), _wrap_write__SWIG_1(), NULL, SWIG_AsCharPtrAndSize(), SWIG_CheckState, SWIG_ConvertPtr, SWIG_fail, SWIG_Python_RaiseOrModifyTypeError(), SWIG_Python_UnpackTuple(), SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_FILE.

Here is the call graph for this function:

◆ _wrap_write__SWIG_0()

SWIGINTERN PyObject * _wrap_write__SWIG_0 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 7312 of file gv_python3.cpp.

References NULL, SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_bool, SWIG_IsOK, SWIG_NEWOBJ, SWIGTYPE_p_Agraph_t, and write().

Referenced by _wrap_write().

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

◆ _wrap_write__SWIG_1()

SWIGINTERN PyObject * _wrap_write__SWIG_1 ( PyObject *  self,
Py_ssize_t  nobjs,
PyObject **  swig_obj 
)

Definition at line 7345 of file gv_python3.cpp.

References NULL, SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_bool, SWIG_IsOK, SWIGTYPE_p_Agraph_t, SWIGTYPE_p_FILE, and write().

Referenced by _wrap_write().

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

◆ digraph()

Agraph_t * digraph ( char *  name)
extern

Definition at line 37 of file gv.cpp.

Referenced by _wrap_digraph().

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(), _wrap_findattr__SWIG_1(), and _wrap_findattr__SWIG_2().

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

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

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

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(), _wrap_firstattr__SWIG_1(), and _wrap_firstattr__SWIG_2().

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(), and _wrap_firstedge__SWIG_1().

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

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(), and _wrap_firstin__SWIG_1().

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(), and _wrap_firstnode__SWIG_1().

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(), and _wrap_firstout__SWIG_1().

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

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

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

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(), _wrap_getv__SWIG_1(), _wrap_getv__SWIG_2(), _wrap_getv__SWIG_3(), _wrap_getv__SWIG_4(), and _wrap_getv__SWIG_5().

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(), and _wrap_graph__SWIG_1().

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(), _wrap_graphof__SWIG_1(), and _wrap_graphof__SWIG_2().

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

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

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(), _wrap_nameof__SWIG_1(), and _wrap_nameof__SWIG_2().

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(), _wrap_nextattr__SWIG_1(), and _wrap_nextattr__SWIG_2().

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(), and _wrap_nextedge__SWIG_1().

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

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(), and _wrap_nextin__SWIG_1().

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(), and _wrap_nextnode__SWIG_1().

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(), and _wrap_nextout__SWIG_1().

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

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

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

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(), _wrap_ok__SWIG_1(), _wrap_ok__SWIG_2(), and _wrap_ok__SWIG_3().

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

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

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(), and _wrap_read__SWIG_1().

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

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(), _wrap_render__SWIG_1(), _wrap_render__SWIG_2(), and _wrap_render__SWIG_3().

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

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

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

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(), _wrap_rm__SWIG_1(), and _wrap_rm__SWIG_2().

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

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(), _wrap_setv__SWIG_1(), _wrap_setv__SWIG_2(), _wrap_setv__SWIG_3(), _wrap_setv__SWIG_4(), and _wrap_setv__SWIG_5().

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

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

Here is the caller graph for this function:

◆ SWIG_AsCharPtrAndSize()

◆ SWIG_From_bool()

SWIGINTERNINLINE PyObject * SWIG_From_bool ( bool  value)

Definition at line 3635 of file gv_python3.cpp.

◆ SWIG_FromCharPtr()

SWIGINTERNINLINE PyObject * SWIG_FromCharPtr ( const char *  cptr)

Definition at line 3628 of file gv_python3.cpp.

References SWIG_FromCharPtrAndSize().

Referenced by _wrap_getv__SWIG_0(), _wrap_getv__SWIG_1(), _wrap_getv__SWIG_2(), _wrap_getv__SWIG_3(), _wrap_getv__SWIG_4(), _wrap_getv__SWIG_5(), _wrap_nameof__SWIG_0(), _wrap_nameof__SWIG_1(), _wrap_nameof__SWIG_2(), _wrap_renderdata(), _wrap_setv__SWIG_0(), _wrap_setv__SWIG_1(), _wrap_setv__SWIG_2(), _wrap_setv__SWIG_3(), _wrap_setv__SWIG_4(), and _wrap_setv__SWIG_5().

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

◆ SWIG_FromCharPtrAndSize()

SWIGINTERNINLINE PyObject * SWIG_FromCharPtrAndSize ( const char *  carray,
size_t  size 
)

Definition at line 3603 of file gv_python3.cpp.

References SWIG_InternalNewPointerObj, SWIG_pchar_descriptor(), and SWIG_Py_Void().

Referenced by SWIG_FromCharPtr().

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

◆ SWIG_globals()

SWIGINTERN PyObject * SWIG_globals ( void  )

Definition at line 1566 of file gv_python3.cpp.

References NULL, Swig_Globals_global, and SWIG_newvarlink.

Referenced by SWIG_Python_DestroyModule().

Here is the caller graph for this function:

◆ SWIG_InitializeModule()

SWIGRUNTIME void SWIG_InitializeModule ( SWIG_INIT_CLIENT_DATA_TYPE  clientdata)

◆ SWIG_MangledTypeQueryModule()

SWIGRUNTIME swig_type_info * SWIG_MangledTypeQueryModule ( swig_module_info start,
swig_module_info end,
const char *  name 
)

Definition at line 609 of file gv_python3.cpp.

References compare(), swig_type_info::name, swig_module_info::next, swig_module_info::size, and swig_module_info::types.

Referenced by SWIG_InitializeModule(), and SWIG_TypeQueryModule().

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

◆ SWIG_PackData()

SWIGRUNTIME char * SWIG_PackData ( char *  c,
void *  ptr,
size_t  sz 
)

Definition at line 683 of file gv_python3.cpp.

Referenced by SWIG_PackDataName(), and SWIG_PackVoidPtr().

Here is the caller graph for this function:

◆ SWIG_PackDataName()

SWIGRUNTIME char * SWIG_PackDataName ( char *  buff,
void *  ptr,
size_t  sz,
const char *  name,
size_t  bsz 
)

Definition at line 751 of file gv_python3.cpp.

References SWIG_PackData().

Referenced by SwigPyPacked_repr(), and SwigPyPacked_str().

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

◆ SWIG_PackVoidPtr()

SWIGRUNTIME char * SWIG_PackVoidPtr ( char *  buff,
void *  ptr,
const char *  name,
size_t  bsz 
)

Definition at line 727 of file gv_python3.cpp.

References SWIG_PackData().

Referenced by SWIG_Python_FixMethods().

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

◆ SWIG_pchar_descriptor()

SWIGINTERN swig_type_info * SWIG_pchar_descriptor ( void  )

Definition at line 3500 of file gv_python3.cpp.

References init(), and SWIG_TypeQuery.

Referenced by SWIG_AsCharPtrAndSize(), and SWIG_FromCharPtrAndSize().

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

◆ SWIG_PropagateClientData()

SWIGRUNTIME void SWIG_PropagateClientData ( void  )

Definition at line 7744 of file gv_python3.cpp.

References swig_type_info::cast, swig_type_info::clientdata, swig_cast_info::converter, swig_cast_info::next, swig_module_info::size, swig_module, SWIG_TypeClientData(), swig_cast_info::type, and swig_module_info::types.

Here is the call graph for this function:

◆ SWIG_Py_Void()

SWIGRUNTIMEINLINE PyObject * SWIG_Py_Void ( void  )

Definition at line 1597 of file gv_python3.cpp.

References none.

Referenced by _wrap_renderresult(), SWIG_FromCharPtrAndSize(), SWIG_Python_InitShadowInstance(), SWIG_Python_NewPackedObj(), SWIG_Python_NewPointerObj(), SwigPyObject_acquire(), SwigPyObject_append(), SwigPyObject_disown(), and SwigPyObject_next().

Here is the caller graph for this function:

◆ SWIG_Python_AcquirePtr()

SWIGRUNTIME int SWIG_Python_AcquirePtr ( PyObject *  obj,
int  own 
)

Definition at line 2500 of file gv_python3.cpp.

References SwigPyObject::own, SWIG_POINTER_OWN, and SWIG_Python_GetSwigThis().

Here is the call graph for this function:

◆ SWIG_Python_AddErrMesg()

SWIGRUNTIME int SWIG_Python_AddErrMesg ( const char *  mesg,
int  infront 
)

Definition at line 2980 of file gv_python3.cpp.

References NULL, SWIG_PyUnicode_AsUTF8AndSize(), and type.

Referenced by SWIG_Python_ArgFail().

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

◆ SWIG_Python_AddErrorMsg()

SWIGRUNTIME void SWIG_Python_AddErrorMsg ( const char *  mesg)

Definition at line 945 of file gv_python3.cpp.

References NULL, SWIG_PyUnicode_AsUTF8AndSize(), and type.

Here is the call graph for this function:

◆ SWIG_Python_addvarlink()

SWIGINTERN void SWIG_Python_addvarlink ( PyObject *  p,
const char *  name,
PyObject *(*)(void)  get_attr,
int(*)(PyObject *p)  set_attr 
)

Definition at line 1546 of file gv_python3.cpp.

References swig_globalvar::get_attr, malloc(), swig_globalvar::name, swig_globalvar::next, swig_globalvar::set_attr, and swig_varlinkobject::vars.

Here is the call graph for this function:

◆ SWIG_Python_AppendOutput()

SWIGINTERN PyObject * SWIG_Python_AppendOutput ( PyObject *  result,
PyObject *  obj 
)

Definition at line 1225 of file gv_python3.cpp.

◆ SWIG_Python_ArgFail()

SWIGRUNTIME int SWIG_Python_ArgFail ( int  argnum)

Definition at line 3009 of file gv_python3.cpp.

References SWIG_Python_AddErrMesg().

Here is the call graph for this function:

◆ SWIG_Python_CheckImplicit()

SWIGRUNTIMEINLINE int SWIG_Python_CheckImplicit ( swig_type_info ty)

Definition at line 1617 of file gv_python3.cpp.

References swig_type_info::clientdata.

◆ SWIG_Python_CheckNoKeywords()

SWIGINTERN int SWIG_Python_CheckNoKeywords ( PyObject *  kwargs,
const char *  name 
)

Definition at line 1297 of file gv_python3.cpp.

◆ SWIG_Python_ConvertFunctionPtr()

SWIGRUNTIME int SWIG_Python_ConvertFunctionPtr ( PyObject *  obj,
void **  ptr,
swig_type_info ty 
)

Definition at line 2627 of file gv_python3.cpp.

References swig_type_info::name, NULL, SWIG_ConvertPtr, SWIG_ERROR, SWIG_OK, SWIG_PyUnicode_AsUTF8AndSize(), SWIG_TypeCast(), SWIG_TypeCheck(), and SWIG_UnpackVoidPtr().

Here is the call graph for this function:

◆ SWIG_Python_ConvertPacked()

SWIGRUNTIME int SWIG_Python_ConvertPacked ( PyObject *  obj,
void *  ptr,
size_t  sz,
swig_type_info ty 
)

Definition at line 2666 of file gv_python3.cpp.

References swig_type_info::name, SWIG_ERROR, SWIG_OK, SWIG_TypeCheck(), and SwigPyPacked_UnpackData().

Here is the call graph for this function:

◆ SWIG_Python_ConvertPtrAndOwn()

SWIGRUNTIME int SWIG_Python_ConvertPtrAndOwn ( PyObject *  obj,
void **  ptr,
swig_type_info ty,
int  flags,
int *  own 
)

Definition at line 2515 of file gv_python3.cpp.

References swig_type_info::clientdata, flags, swig_type_info::name, SwigPyObject::next, SwigPyObject::own, SwigPyObject::ptr, SWIG_AddCast, SWIG_AddNewMask, SWIG_CAST_NEW_MEMORY, SWIG_ERROR, SWIG_ERROR_RELEASE_NOT_OWNED, SWIG_IsOK, SWIG_NullReferenceError, SWIG_OK, SWIG_POINTER_CLEAR, SWIG_POINTER_DISOWN, SWIG_POINTER_IMPLICIT_CONV, SWIG_POINTER_NO_NULL, SWIG_POINTER_RELEASE, SWIG_Python_CallFunctor, SWIG_Python_ConvertPtrAndOwn(), SWIG_Python_GetSwigThis(), SWIG_TypeCast(), SWIG_TypeCheck(), and SwigPyObject::ty.

Referenced by SWIG_Python_ConvertPtrAndOwn().

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

◆ SWIG_Python_DestroyModule()

SWIGRUNTIME void SWIG_Python_DestroyModule ( PyObject *  obj)

Definition at line 2902 of file gv_python3.cpp.

References swig_type_info::clientdata, interpreter_counter, NULL, swig_type_info::owndata, swig_module_info::size, Swig_Capsule_global, SWIG_globals(), Swig_Globals_global, swig_module, SWIG_Python_TypeCache(), SWIG_This(), Swig_This_global, Swig_TypeCache_global, SWIGPY_CAPSULE_NAME, SwigPyClientData_Del(), and swig_module_info::types.

Referenced by SWIG_Python_SetModule().

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

◆ SWIG_Python_ErrorType()

◆ SWIG_Python_ExceptionType()

SWIGRUNTIMEINLINE PyObject * SWIG_Python_ExceptionType ( swig_type_info desc)

Definition at line 1627 of file gv_python3.cpp.

References swig_type_info::clientdata.

◆ SWIG_Python_FixMethods()

SWIGINTERN void SWIG_Python_FixMethods ( PyMethodDef *  methods,
const swig_const_info const_table,
swig_type_info **  types,
swig_type_info **  types_initial 
)

Definition at line 7813 of file gv_python3.cpp.

References malloc(), swig_type_info::name, swig_const_info::ptype, swig_const_info::pvalue, SWIG_PackVoidPtr(), SWIG_PY_POINTER, and swig_const_info::type.

Here is the call graph for this function:

◆ SWIG_Python_GetModule()

SWIGRUNTIME swig_module_info * SWIG_Python_GetModule ( void *  SWIGUNUSEDPARMclientdata)

Definition at line 2881 of file gv_python3.cpp.

References SWIGPY_CAPSULE_NAME.

◆ SWIG_Python_GetSwigThis()

SWIGRUNTIME SwigPyObject * SWIG_Python_GetSwigThis ( PyObject *  pyobj)

Definition at line 2434 of file gv_python3.cpp.

References NULL, SWIG_Python_GetSwigThis(), SWIG_This(), and SwigPyObject_Check().

Referenced by SWIG_Python_AcquirePtr(), SWIG_Python_ConvertPtrAndOwn(), SWIG_Python_GetSwigThis(), and SWIG_Python_InitShadowInstance().

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

◆ SWIG_Python_InitShadowInstance()

SWIGINTERN PyObject * SWIG_Python_InitShadowInstance ( PyObject *  args)

Definition at line 2777 of file gv_python3.cpp.

References NULL, SWIG_Py_Void(), SWIG_Python_GetSwigThis(), SWIG_Python_SetSwigThis(), SWIG_Python_UnpackTuple(), and SwigPyObject_append().

Here is the call graph for this function:

◆ SWIG_Python_InstallConstants()

SWIGINTERN void SWIG_Python_InstallConstants ( PyObject *  d,
swig_const_info  constants[] 
)

◆ SWIG_Python_MustGetPtr()

SWIGRUNTIME void * SWIG_Python_MustGetPtr ( PyObject *  obj,
swig_type_info ty,
int   SWIGUNUSEDPARMargnum,
int  flags 
)

Definition at line 3073 of file gv_python3.cpp.

References flags, and SWIG_Python_ConvertPtr.

◆ SWIG_Python_NewPackedObj()

SWIGRUNTIMEINLINE PyObject * SWIG_Python_NewPackedObj ( void *  ptr,
size_t  sz,
swig_type_info type 
)

Definition at line 2857 of file gv_python3.cpp.

References SWIG_Py_Void(), SwigPyPacked_New(), and type.

Here is the call graph for this function:

◆ SWIG_Python_NewPointerObj()

SWIGRUNTIME PyObject * SWIG_Python_NewPointerObj ( PyObject *  self,
void *  ptr,
swig_type_info type,
int  flags 
)

Definition at line 2796 of file gv_python3.cpp.

References flags, SwigPyObject::next, SwigPyObject::own, SwigPyObject::ptr, SwigPyClientData::pytype, SWIG_BUILTIN_TP_INIT, SWIG_POINTER_NOSHADOW, SWIG_POINTER_OWN, SWIG_Py_Void(), SWIG_Python_NewShadowInstance(), SwigPyObject_New(), SwigPyObject::ty, and type.

Here is the call graph for this function:

◆ SWIG_Python_NewShadowInstance()

SWIGRUNTIME PyObject * SWIG_Python_NewShadowInstance ( SwigPyClientData data,
PyObject *  swig_this 
)

Definition at line 2689 of file gv_python3.cpp.

References NULL, Py_TYPE, and SWIG_This().

Referenced by SWIG_Python_NewPointerObj().

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

◆ SWIG_Python_newvarlink()

SWIGINTERN PyObject * SWIG_Python_newvarlink ( void  )

Definition at line 1537 of file gv_python3.cpp.

References swig_varlink_type(), and swig_varlinkobject::vars.

Here is the call graph for this function:

◆ SWIG_Python_RaiseOrModifyTypeError()

SWIGRUNTIME void SWIG_Python_RaiseOrModifyTypeError ( const char *  message)

Definition at line 982 of file gv_python3.cpp.

References NULL, SWIG_Python_TypeErrorOccurred(), and type.

Referenced by _wrap_edge(), _wrap_findattr(), _wrap_firstattr(), _wrap_firstedge(), _wrap_firstin(), _wrap_firstnode(), _wrap_firstout(), _wrap_getv(), _wrap_graph(), _wrap_graphof(), _wrap_nameof(), _wrap_nextattr(), _wrap_nextedge(), _wrap_nextin(), _wrap_nextnode(), _wrap_nextout(), _wrap_ok(), _wrap_read(), _wrap_render(), _wrap_rm(), _wrap_setv(), and _wrap_write().

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

◆ SWIG_Python_SetConstant()

SWIGINTERN void SWIG_Python_SetConstant ( PyObject *  d,
const char *  name,
PyObject *  obj 
)

Definition at line 1215 of file gv_python3.cpp.

◆ SWIG_Python_SetErrorMsg()

SWIGINTERN void SWIG_Python_SetErrorMsg ( PyObject *  errtype,
const char *  msg 
)

◆ SWIG_Python_SetErrorObj()

SWIGINTERN void SWIG_Python_SetErrorObj ( PyObject *  errtype,
PyObject *  obj 
)

◆ SWIG_Python_SetModule()

SWIGRUNTIME void SWIG_Python_SetModule ( swig_module_info swig_module)

Definition at line 2927 of file gv_python3.cpp.

References interpreter_counter, NULL, Swig_Capsule_global, swig_module, SWIG_Python_DestroyModule(), SWIGPY_CAPSULE_ATTR_NAME, and SWIGPY_CAPSULE_NAME.

Here is the call graph for this function:

◆ SWIG_Python_SetSwigThis()

SWIGRUNTIME int SWIG_Python_SetSwigThis ( PyObject *  inst,
PyObject *  swig_this 
)

Definition at line 2755 of file gv_python3.cpp.

References NULL, and SWIG_This().

Referenced by SWIG_Python_InitShadowInstance().

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

◆ SWIG_Python_str_FromChar()

SWIGINTERN PyObject * SWIG_Python_str_FromChar ( const char *  c)

Definition at line 854 of file gv_python3.cpp.

Referenced by SWIG_Python_TypeQuery(), SWIG_This(), SwigPyObject_format(), and SwigPyPacked_str().

Here is the caller graph for this function:

◆ SWIG_Python_TypeCache()

SWIGRUNTIME PyObject * SWIG_Python_TypeCache ( void  )

Definition at line 2873 of file gv_python3.cpp.

References NULL, and Swig_TypeCache_global.

Referenced by SWIG_Python_DestroyModule(), and SWIG_Python_TypeQuery().

Here is the caller graph for this function:

◆ SWIG_Python_TypeError()

SWIGRUNTIME void SWIG_Python_TypeError ( const char *  type,
PyObject *  obj 
)

Definition at line 3030 of file gv_python3.cpp.

References NULL, str, SWIG_PyUnicode_AsUTF8AndSize(), SwigPyObject_Check(), SwigPyObject_GetDesc(), and type.

Here is the call graph for this function:

◆ SWIG_Python_TypeErrorOccurred()

SWIGRUNTIME int SWIG_Python_TypeErrorOccurred ( PyObject *  obj)

Definition at line 972 of file gv_python3.cpp.

References error().

Referenced by SWIG_Python_RaiseOrModifyTypeError().

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

◆ SWIG_Python_TypeQuery()

SWIGRUNTIME swig_type_info * SWIG_Python_TypeQuery ( const char *  type)

Definition at line 2949 of file gv_python3.cpp.

References key, NULL, SWIG_GetModule, swig_module, SWIG_Python_str_FromChar(), SWIG_Python_TypeCache(), SWIG_TypeQueryModule(), and type.

Here is the call graph for this function:

◆ SWIG_Python_UnpackTuple()

SWIGINTERN Py_ssize_t SWIG_Python_UnpackTuple ( PyObject *  args,
const char *  name,
Py_ssize_t  min,
Py_ssize_t  max,
PyObject **  objs 
)

◆ SWIG_PyUnicode_AsUTF8AndSize()

SWIGINTERN const char * SWIG_PyUnicode_AsUTF8AndSize ( PyObject *  str,
Py_ssize_t *  psize,
PyObject **  pbytes 
)

Definition at line 832 of file gv_python3.cpp.

References NULL, and str.

Referenced by SWIG_AsCharPtrAndSize(), SWIG_Python_AddErrMesg(), SWIG_Python_AddErrorMsg(), SWIG_Python_ConvertFunctionPtr(), and SWIG_Python_TypeError().

Here is the caller graph for this function:

◆ SWIG_This()

SWIGRUNTIME PyObject * SWIG_This ( void  )

Definition at line 2419 of file gv_python3.cpp.

References NULL, SWIG_Python_str_FromChar(), and Swig_This_global.

Referenced by SWIG_Python_DestroyModule(), SWIG_Python_GetSwigThis(), SWIG_Python_NewShadowInstance(), and SWIG_Python_SetSwigThis().

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

◆ SWIG_TypeCast()

SWIGRUNTIMEINLINE void * SWIG_TypeCast ( swig_cast_info ty,
void *  ptr,
int *  newmemory 
)

Definition at line 527 of file gv_python3.cpp.

References swig_cast_info::converter.

Referenced by SWIG_Python_ConvertFunctionPtr(), and SWIG_Python_ConvertPtrAndOwn().

Here is the caller graph for this function:

◆ SWIG_TypeCheck()

SWIGRUNTIME swig_cast_info * SWIG_TypeCheck ( const char *  c,
swig_type_info ty 
)

Definition at line 473 of file gv_python3.cpp.

References swig_type_info::cast, swig_type_info::name, swig_cast_info::next, swig_cast_info::prev, and swig_cast_info::type.

Referenced by SWIG_InitializeModule(), SWIG_Python_ConvertFunctionPtr(), SWIG_Python_ConvertPacked(), and SWIG_Python_ConvertPtrAndOwn().

Here is the caller graph for this function:

◆ SWIG_TypeCheckStruct()

SWIGRUNTIME swig_cast_info * SWIG_TypeCheckStruct ( const swig_type_info from,
swig_type_info ty 
)

◆ SWIG_TypeClientData()

SWIGRUNTIME void SWIG_TypeClientData ( swig_type_info ti,
void *  clientdata 
)

Definition at line 579 of file gv_python3.cpp.

References swig_type_info::cast, swig_type_info::clientdata, swig_module_info::clientdata, swig_cast_info::converter, swig_cast_info::next, SWIG_TypeClientData(), and swig_cast_info::type.

Referenced by SWIG_PropagateClientData(), SWIG_TypeClientData(), and SWIG_TypeNewClientData().

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

◆ SWIG_TypeCmp()

SWIGRUNTIME int SWIG_TypeCmp ( const char *  nb,
const char *  tb 
)

Definition at line 446 of file gv_python3.cpp.

References SWIG_TypeNameComp().

Referenced by SWIG_TypeEquiv().

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

◆ SWIG_TypeDynamicCast()

SWIGRUNTIME swig_type_info * SWIG_TypeDynamicCast ( swig_type_info ty,
void **  ptr 
)

Definition at line 535 of file gv_python3.cpp.

References swig_type_info::dcast.

◆ SWIG_TypeEquiv()

SWIGRUNTIME int SWIG_TypeEquiv ( const char *  nb,
const char *  tb 
)

Definition at line 465 of file gv_python3.cpp.

References SWIG_TypeCmp().

Referenced by SWIG_TypeQueryModule().

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

◆ SWIG_TypeName()

SWIGRUNTIMEINLINE const char * SWIG_TypeName ( const swig_type_info ty)

Definition at line 549 of file gv_python3.cpp.

References swig_type_info::name.

◆ SWIG_TypeNameComp()

SWIGRUNTIME int SWIG_TypeNameComp ( const char *  f1,
const char *  l1,
const char *  f2,
const char *  l2 
)

Definition at line 431 of file gv_python3.cpp.

Referenced by SWIG_TypeCmp().

Here is the caller graph for this function:

◆ SWIG_TypeNewClientData()

SWIGRUNTIME void SWIG_TypeNewClientData ( swig_type_info ti,
void *  clientdata 
)

Definition at line 595 of file gv_python3.cpp.

References swig_module_info::clientdata, swig_type_info::owndata, and SWIG_TypeClientData().

Here is the call graph for this function:

◆ SWIG_TypePrettyName()

SWIGRUNTIME const char * SWIG_TypePrettyName ( const swig_type_info type)

Definition at line 558 of file gv_python3.cpp.

References s::name, NULL, and type.

Referenced by SwigPyObject_dealloc(), and SwigPyObject_repr().

Here is the caller graph for this function:

◆ SWIG_TypeQueryModule()

SWIGRUNTIME swig_type_info * SWIG_TypeQueryModule ( swig_module_info start,
swig_module_info end,
const char *  name 
)

Definition at line 654 of file gv_python3.cpp.

References swig_module_info::next, swig_module_info::size, swig_type_info::str, SWIG_MangledTypeQueryModule(), SWIG_TypeEquiv(), and swig_module_info::types.

Referenced by SWIG_Python_TypeQuery().

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

◆ SWIG_UnpackData()

SWIGRUNTIME const char * SWIG_UnpackData ( const char *  c,
void *  ptr,
size_t  sz 
)

Definition at line 699 of file gv_python3.cpp.

Referenced by SWIG_UnpackDataName(), and SWIG_UnpackVoidPtr().

Here is the caller graph for this function:

◆ SWIG_UnpackDataName()

SWIGRUNTIME const char * SWIG_UnpackDataName ( const char *  c,
void *  ptr,
size_t  sz,
const char *  name 
)

Definition at line 766 of file gv_python3.cpp.

References SWIG_UnpackData().

Here is the call graph for this function:

◆ SWIG_UnpackVoidPtr()

SWIGRUNTIME const char * SWIG_UnpackVoidPtr ( const char *  c,
void **  ptr,
const char *  name 
)

Definition at line 738 of file gv_python3.cpp.

References SWIG_UnpackData().

Referenced by SWIG_Python_ConvertFunctionPtr().

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

◆ swig_varlink_dealloc()

SWIGINTERN void swig_varlink_dealloc ( PyObject *  o)

Definition at line 1396 of file gv_python3.cpp.

References free(), swig_globalvar::name, swig_globalvar::next, and swig_varlinkobject::vars.

Referenced by swig_varlink_type().

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

◆ swig_varlink_getattr()

SWIGINTERN PyObject * swig_varlink_getattr ( PyObject *  o,
char *  n 
)

Definition at line 1408 of file gv_python3.cpp.

References swig_globalvar::get_attr, swig_globalvar::name, swig_globalvar::next, NULL, and swig_varlinkobject::vars.

Referenced by swig_varlink_type().

Here is the caller graph for this function:

◆ swig_varlink_repr()

SWIGINTERN PyObject * swig_varlink_repr ( PyObject *  SWIGUNUSEDPARMv)

Definition at line 1348 of file gv_python3.cpp.

Referenced by swig_varlink_type().

Here is the caller graph for this function:

◆ swig_varlink_setattr()

SWIGINTERN int swig_varlink_setattr ( PyObject *  o,
char *  n,
PyObject *  p 
)

Definition at line 1426 of file gv_python3.cpp.

References swig_globalvar::name, swig_globalvar::next, swig_globalvar::set_attr, and swig_varlinkobject::vars.

Referenced by swig_varlink_type().

Here is the caller graph for this function:

◆ swig_varlink_str()

SWIGINTERN PyObject * swig_varlink_str ( PyObject *  o)

Definition at line 1357 of file gv_python3.cpp.

References swig_globalvar::name, swig_globalvar::next, str, and swig_varlinkobject::vars.

Referenced by swig_varlink_type().

Here is the caller graph for this function:

◆ swig_varlink_type()

SWIGINTERN PyTypeObject * swig_varlink_type ( void  )

Definition at line 1444 of file gv_python3.cpp.

References NULL, swig_varlink_dealloc(), swig_varlink_getattr(), swig_varlink_repr(), swig_varlink_setattr(), and swig_varlink_str().

Referenced by SWIG_Python_newvarlink().

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

◆ SwigPyClientData_Del()

SWIGRUNTIME void SwigPyClientData_Del ( SwigPyClientData data)

Definition at line 1685 of file gv_python3.cpp.

References free().

Referenced by SWIG_Python_DestroyModule().

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

◆ SwigPyClientData_New()

SWIGRUNTIME SwigPyClientData * SwigPyClientData_New ( PyObject *  obj)

Definition at line 1635 of file gv_python3.cpp.

References free(), and malloc().

Here is the call graph for this function:

◆ SwigPyObject_acquire()

SWIGINTERN PyObject * SwigPyObject_acquire ( PyObject *  v,
PyObject *  SWIGUNUSEDPARMargs 
)

Definition at line 1968 of file gv_python3.cpp.

References SwigPyObject::own, SWIG_POINTER_OWN, and SWIG_Py_Void().

Referenced by SwigPyObject_own().

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

◆ SwigPyObject_append()

SWIGRUNTIME PyObject * SwigPyObject_append ( PyObject *  v,
PyObject *  next 
)

Definition at line 1934 of file gv_python3.cpp.

References SwigPyObject::next, NULL, SWIG_Py_Void(), and SwigPyObject_Check().

Referenced by SWIG_Python_InitShadowInstance().

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

◆ SwigPyObject_Check()

SWIGRUNTIMEINLINE int SwigPyObject_Check ( PyObject *  op)

Definition at line 1845 of file gv_python3.cpp.

References cmp(), Py_TYPE, and SwigPyObject_type().

Referenced by SWIG_Python_GetSwigThis(), SWIG_Python_TypeError(), and SwigPyObject_append().

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

◆ SwigPyObject_compare()

SWIGRUNTIME int SwigPyObject_compare ( SwigPyObject v,
SwigPyObject w 
)

Definition at line 1800 of file gv_python3.cpp.

References SwigPyObject::ptr.

Referenced by SwigPyObject_richcompare(), and SwigPyObject_TypeOnce().

Here is the caller graph for this function:

◆ SwigPyObject_dealloc()

SWIGRUNTIME void SwigPyObject_dealloc ( PyObject *  v)

Definition at line 1875 of file gv_python3.cpp.

References swig_type_info::clientdata, SwigPyObject::next, NULL, SwigPyObject::own, SwigPyObject::ptr, PyObject_DEL, Swig_Capsule_global, SWIG_POINTER_OWN, SWIG_Python_CallFunctor, SWIG_TypePrettyName(), SwigPyObject_New(), SwigPyObject::ty, and type.

Referenced by SwigPyObject_TypeOnce().

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

◆ SwigPyObject_disown()

SWIGINTERN PyObject * SwigPyObject_disown ( PyObject *  v,
PyObject *  SWIGUNUSEDPARMargs 
)

Definition at line 1960 of file gv_python3.cpp.

References SwigPyObject::own, and SWIG_Py_Void().

Referenced by SwigPyObject_own().

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

◆ SwigPyObject_format()

SWIGRUNTIME PyObject * SwigPyObject_format ( const char *  fmt,
SwigPyObject v 
)

Definition at line 1731 of file gv_python3.cpp.

References NULL, SWIG_Python_str_FromChar(), and SwigPyObject_long().

Referenced by SwigPyObject_hex(), and SwigPyObject_oct().

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

◆ SwigPyObject_GetDesc()

SWIGRUNTIMEINLINE const char * SwigPyObject_GetDesc ( PyObject *  self)

Definition at line 3022 of file gv_python3.cpp.

References swig_type_info::str, and SwigPyObject::ty.

Referenced by SWIG_Python_TypeError().

Here is the caller graph for this function:

◆ SwigPyObject_hex()

SWIGRUNTIME PyObject * SwigPyObject_hex ( SwigPyObject v)

Definition at line 1762 of file gv_python3.cpp.

References SwigPyObject_format().

Referenced by SwigPyObject_TypeOnce().

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

◆ SwigPyObject_long()

SWIGRUNTIME PyObject * SwigPyObject_long ( SwigPyObject v)

Definition at line 1725 of file gv_python3.cpp.

References SwigPyObject::ptr.

Referenced by SwigPyObject_format(), and SwigPyObject_TypeOnce().

Here is the caller graph for this function:

◆ SwigPyObject_New()

SWIGRUNTIME PyObject * SwigPyObject_New ( void *  ptr,
swig_type_info ty,
int  own 
)

Definition at line 2167 of file gv_python3.cpp.

References SwigPyObject::next, SwigPyObject::own, SwigPyObject::ptr, Swig_Capsule_global, SWIG_POINTER_OWN, SwigPyObject_type(), and SwigPyObject::ty.

Referenced by SWIG_Python_NewPointerObj(), and SwigPyObject_dealloc().

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

◆ SwigPyObject_next()

SWIGRUNTIME PyObject * SwigPyObject_next ( PyObject *  v,
PyObject *  SWIGUNUSEDPARMargs 
)

Definition at line 1948 of file gv_python3.cpp.

References SwigPyObject::next, and SWIG_Py_Void().

Here is the call graph for this function:

◆ SwigPyObject_oct()

SWIGRUNTIME PyObject * SwigPyObject_oct ( SwigPyObject v)

Definition at line 1756 of file gv_python3.cpp.

References SwigPyObject_format().

Referenced by SwigPyObject_TypeOnce().

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

◆ SwigPyObject_own()

SWIGINTERN PyObject * SwigPyObject_own ( PyObject *  v,
PyObject *  args 
)

Definition at line 1976 of file gv_python3.cpp.

References NULL, SwigPyObject::own, SwigPyObject_acquire(), and SwigPyObject_disown().

Here is the call graph for this function:

◆ SwigPyObject_repr()

SWIGRUNTIME PyObject * SwigPyObject_repr ( SwigPyObject v)

Definition at line 1768 of file gv_python3.cpp.

References SwigPyObject::next, NULL, SWIG_Python_str_FromFormat, SWIG_TypePrettyName(), SwigPyObject_repr(), and SwigPyObject::ty.

Referenced by SwigPyObject_repr(), SwigPyObject_repr2(), and SwigPyObject_TypeOnce().

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

◆ SwigPyObject_repr2()

SWIGRUNTIME PyObject * SwigPyObject_repr2 ( PyObject *  v,
PyObject *  SWIGUNUSEDPARMargs 
)

Definition at line 1794 of file gv_python3.cpp.

References SwigPyObject_repr().

Here is the call graph for this function:

◆ SwigPyObject_richcompare()

SWIGRUNTIME PyObject * SwigPyObject_richcompare ( SwigPyObject v,
SwigPyObject w,
int  op 
)

Definition at line 1809 of file gv_python3.cpp.

References NULL, and SwigPyObject_compare().

Referenced by SwigPyObject_TypeOnce().

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

◆ SwigPyObject_type()

SWIGRUNTIME PyTypeObject * SwigPyObject_type ( void  )

Definition at line 1838 of file gv_python3.cpp.

References SWIG_STATIC_POINTER, SwigPyObject_TypeOnce(), and type.

Referenced by SwigPyObject_Check(), and SwigPyObject_New().

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

◆ SwigPyObject_TypeOnce()

SWIGRUNTIME PyTypeObject * SwigPyObject_TypeOnce ( void  )

Definition at line 2007 of file gv_python3.cpp.

References NULL, swigobject_methods, SwigPyObject_compare(), SwigPyObject_dealloc(), SwigPyObject_hex(), SwigPyObject_long(), SwigPyObject_oct(), SwigPyObject_repr(), and SwigPyObject_richcompare().

Referenced by SwigPyObject_type().

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

◆ SwigPyPacked_Check()

SWIGRUNTIMEINLINE int SwigPyPacked_Check ( PyObject *  op)

Definition at line 2239 of file gv_python3.cpp.

References cmp(), Py_TYPE, and SwigPyPacked_TypeOnce().

Referenced by SwigPyPacked_dealloc(), and SwigPyPacked_UnpackData().

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

◆ SwigPyPacked_compare()

SWIGRUNTIME int SwigPyPacked_compare ( SwigPyPacked v,
SwigPyPacked w 
)

Definition at line 2222 of file gv_python3.cpp.

References SwigPyPacked::pack, and SwigPyPacked::size.

Referenced by SwigPyPacked_TypeOnce().

Here is the caller graph for this function:

◆ SwigPyPacked_dealloc()

SWIGRUNTIME void SwigPyPacked_dealloc ( PyObject *  v)

Definition at line 2257 of file gv_python3.cpp.

References free(), SwigPyPacked::pack, PyObject_DEL, and SwigPyPacked_Check().

Referenced by SwigPyPacked_TypeOnce().

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

◆ SwigPyPacked_New()

SWIGRUNTIME PyObject * SwigPyPacked_New ( void *  ptr,
size_t  size,
swig_type_info ty 
)

Definition at line 2381 of file gv_python3.cpp.

References malloc(), SwigPyPacked::pack, PyObject_DEL, SwigPyPacked::size, SwigPyPacked_type(), and SwigPyPacked::ty.

Referenced by SWIG_Python_NewPackedObj().

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

◆ SwigPyPacked_repr()

SWIGRUNTIME PyObject * SwigPyPacked_repr ( SwigPyPacked v)

Definition at line 2200 of file gv_python3.cpp.

References swig_type_info::name, SwigPyPacked::pack, SwigPyPacked::size, SWIG_BUFFER_SIZE, SWIG_PackDataName(), SWIG_Python_str_FromFormat, and SwigPyPacked::ty.

Referenced by SwigPyPacked_TypeOnce().

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

◆ SwigPyPacked_str()

SWIGRUNTIME PyObject * SwigPyPacked_str ( SwigPyPacked v)

Definition at line 2211 of file gv_python3.cpp.

References swig_type_info::name, SwigPyPacked::pack, SwigPyPacked::size, SWIG_BUFFER_SIZE, SWIG_PackDataName(), SWIG_Python_str_FromChar(), SWIG_Python_str_FromFormat, and SwigPyPacked::ty.

Referenced by SwigPyPacked_TypeOnce().

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

◆ SwigPyPacked_type()

SWIGRUNTIME PyTypeObject * SwigPyPacked_type ( void  )

Definition at line 2233 of file gv_python3.cpp.

References SWIG_STATIC_POINTER, SwigPyPacked_TypeOnce(), and type.

Referenced by SwigPyPacked_New().

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

◆ SwigPyPacked_TypeOnce()

SWIGRUNTIME PyTypeObject * SwigPyPacked_TypeOnce ( void  )

Definition at line 2267 of file gv_python3.cpp.

References NULL, SwigPyPacked_compare(), SwigPyPacked_dealloc(), SwigPyPacked_repr(), and SwigPyPacked_str().

Referenced by SwigPyPacked_Check(), and SwigPyPacked_type().

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

◆ SwigPyPacked_UnpackData()

SWIGRUNTIME swig_type_info * SwigPyPacked_UnpackData ( PyObject *  obj,
void *  ptr,
size_t  size 
)

Definition at line 2400 of file gv_python3.cpp.

References SwigPyPacked::pack, SwigPyPacked::size, SwigPyPacked_Check(), and SwigPyPacked::ty.

Referenced by SWIG_Python_ConvertPacked().

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

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

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(), and _wrap_write__SWIG_1().

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.

Variable Documentation

◆ _swigc__p_Agedge_t

swig_cast_info _swigc__p_Agedge_t[] = { {&_swigt__p_Agedge_t, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 7515 of file gv_python3.cpp.

◆ _swigc__p_Agnode_t

swig_cast_info _swigc__p_Agnode_t[] = { {&_swigt__p_Agnode_t, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 7516 of file gv_python3.cpp.

◆ _swigc__p_Agraph_t

swig_cast_info _swigc__p_Agraph_t[] = { {&_swigt__p_Agraph_t, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 7517 of file gv_python3.cpp.

◆ _swigc__p_Agsym_t

swig_cast_info _swigc__p_Agsym_t[] = { {&_swigt__p_Agsym_t, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 7518 of file gv_python3.cpp.

◆ _swigc__p_char

swig_cast_info _swigc__p_char[] = { {&_swigt__p_char, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 7520 of file gv_python3.cpp.

◆ _swigc__p_FILE

swig_cast_info _swigc__p_FILE[] = { {&_swigt__p_FILE, 0, 0, 0},{0, 0, 0, 0}}
static

Definition at line 7519 of file gv_python3.cpp.

◆ _swigt__p_Agedge_t

swig_type_info _swigt__p_Agedge_t = {"_p_Agedge_t", "Agedge_t *", 0, 0, (void*)0, 0}
static

Definition at line 7499 of file gv_python3.cpp.

◆ _swigt__p_Agnode_t

swig_type_info _swigt__p_Agnode_t = {"_p_Agnode_t", "Agnode_t *", 0, 0, (void*)0, 0}
static

Definition at line 7500 of file gv_python3.cpp.

◆ _swigt__p_Agraph_t

swig_type_info _swigt__p_Agraph_t = {"_p_Agraph_t", "Agraph_t *", 0, 0, (void*)0, 0}
static

Definition at line 7501 of file gv_python3.cpp.

◆ _swigt__p_Agsym_t

swig_type_info _swigt__p_Agsym_t = {"_p_Agsym_t", "Agsym_t *", 0, 0, (void*)0, 0}
static

Definition at line 7502 of file gv_python3.cpp.

◆ _swigt__p_char

swig_type_info _swigt__p_char = {"_p_char", "char *", 0, 0, (void*)0, 0}
static

Definition at line 7504 of file gv_python3.cpp.

◆ _swigt__p_FILE

swig_type_info _swigt__p_FILE = {"_p_FILE", "FILE *", 0, 0, (void*)0, 0}
static

Definition at line 7503 of file gv_python3.cpp.

◆ interpreter_counter

int interpreter_counter = 0
static

Definition at line 2899 of file gv_python3.cpp.

Referenced by SWIG_Python_DestroyModule(), and SWIG_Python_SetModule().

◆ Swig_Capsule_global

PyObject* Swig_Capsule_global = NULL
static

◆ swig_cast_initial

swig_cast_info* swig_cast_initial[]
static
Initial value:
= {
}
static swig_cast_info _swigc__p_Agraph_t[]
static swig_cast_info _swigc__p_FILE[]
static swig_cast_info _swigc__p_Agnode_t[]
static swig_cast_info _swigc__p_char[]
static swig_cast_info _swigc__p_Agedge_t[]
static swig_cast_info _swigc__p_Agsym_t[]

Definition at line 7522 of file gv_python3.cpp.

Referenced by SWIG_InitializeModule().

◆ swig_const_table

swig_const_info swig_const_table[]
static
Initial value:
= {
{0, 0, 0, 0.0, 0, 0}}

Definition at line 7534 of file gv_python3.cpp.

◆ Swig_Globals_global

PyObject* Swig_Globals_global = NULL
static

Definition at line 1563 of file gv_python3.cpp.

Referenced by SWIG_globals(), and SWIG_Python_DestroyModule().

◆ swig_module

◆ Swig_This_global

PyObject* Swig_This_global = NULL
static

Definition at line 2416 of file gv_python3.cpp.

Referenced by SWIG_Python_DestroyModule(), and SWIG_This().

◆ swig_type_initial

swig_type_info* swig_type_initial[]
static
Initial value:
= {
}
static swig_type_info _swigt__p_Agsym_t
static swig_type_info _swigt__p_Agraph_t
static swig_type_info _swigt__p_FILE
static swig_type_info _swigt__p_char
static swig_type_info _swigt__p_Agnode_t
static swig_type_info _swigt__p_Agedge_t

Definition at line 7506 of file gv_python3.cpp.

Referenced by SWIG_InitializeModule().

◆ Swig_TypeCache_global

PyObject* Swig_TypeCache_global = NULL
static

Definition at line 2869 of file gv_python3.cpp.

Referenced by SWIG_Python_DestroyModule(), and SWIG_Python_TypeCache().

◆ swig_types

swig_type_info* swig_types[7]
static

Definition at line 3157 of file gv_python3.cpp.

◆ SwigMethods

PyMethodDef SwigMethods[]
static

Definition at line 7444 of file gv_python3.cpp.

◆ swigobject_methods

PyMethodDef swigobject_methods[]
static
Initial value:
= {
{"disown", SwigPyObject_disown, METH_NOARGS, "releases ownership of the pointer"},
{"acquire", SwigPyObject_acquire, METH_NOARGS, "acquires ownership of the pointer"},
{"own", SwigPyObject_own, METH_VARARGS, "returns/sets ownership of the pointer"},
{"append", SwigPyObject_append, METH_O, "appends another 'this' object"},
{"next", SwigPyObject_next, METH_NOARGS, "returns the next 'this' object"},
{"__repr__",SwigPyObject_repr2, METH_NOARGS, "returns object representation"},
{0, 0, 0, 0}
}
SWIGRUNTIME PyObject * SwigPyObject_next(PyObject *v, PyObject *SWIGUNUSEDPARM(args))
SWIGRUNTIME PyObject * SwigPyObject_append(PyObject *v, PyObject *next)
SWIGINTERN PyObject * SwigPyObject_own(PyObject *v, PyObject *args)
SWIGINTERN PyObject * SwigPyObject_acquire(PyObject *v, PyObject *SWIGUNUSEDPARM(args))
SWIGINTERN PyObject * SwigPyObject_disown(PyObject *v, PyObject *SWIGUNUSEDPARM(args))
SWIGRUNTIME PyObject * SwigPyObject_repr2(PyObject *v, PyObject *SWIGUNUSEDPARM(args))

Definition at line 1996 of file gv_python3.cpp.

Referenced by SwigPyObject_TypeOnce().