Graphviz 13.0.0~dev.20241222.1117
|
#include <Python.h>
#include <stdio.h>
#include <string.h>
#include <stdexcept>
#include <gvc/gvc.h>
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 |
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_info * | SWIG_TypeCheck (const char *c, swig_type_info *ty) |
SWIGRUNTIME swig_cast_info * | SWIG_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_info * | SWIG_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_info * | SWIG_MangledTypeQueryModule (swig_module_info *start, swig_module_info *end, const char *name) |
SWIGRUNTIME swig_type_info * | SWIG_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 SwigPyClientData * | SwigPyClientData_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_info * | SwigPyPacked_UnpackData (PyObject *obj, void *ptr, size_t size) |
SWIGRUNTIME PyObject * | SWIG_This (void) |
SWIGRUNTIME SwigPyObject * | SWIG_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_info * | SWIG_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_info * | SWIG_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_t * | graph (char *name) |
Agraph_t * | digraph (char *name) |
Agraph_t * | strictgraph (char *name) |
Agraph_t * | strictdigraph (char *name) |
Agraph_t * | readstring (char *string) |
Agraph_t * | read (const char *filename) |
Agraph_t * | read (FILE *f) |
Agraph_t * | graph (Agraph_t *g, char *name) |
Agnode_t * | node (Agraph_t *g, char *name) |
Agedge_t * | edge (Agnode_t *t, Agnode_t *h) |
Agedge_t * | edge (Agnode_t *t, char *hname) |
Agedge_t * | edge (char *tname, Agnode_t *h) |
Agedge_t * | edge (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_t * | findsubg (Agraph_t *g, char *name) |
Agnode_t * | findnode (Agraph_t *g, char *name) |
Agedge_t * | findedge (Agnode_t *t, Agnode_t *h) |
Agsym_t * | findattr (Agraph_t *g, char *name) |
Agsym_t * | findattr (Agnode_t *n, char *name) |
Agsym_t * | findattr (Agedge_t *e, char *name) |
Agnode_t * | headof (Agedge_t *e) |
Agnode_t * | tailof (Agedge_t *e) |
Agraph_t * | graphof (Agraph_t *g) |
Agraph_t * | graphof (Agedge_t *e) |
Agraph_t * | graphof (Agnode_t *n) |
Agraph_t * | rootof (Agraph_t *g) |
Agnode_t * | protonode (Agraph_t *g) |
Agedge_t * | protoedge (Agraph_t *g) |
bool | ok (Agraph_t *g) |
bool | ok (Agnode_t *n) |
bool | ok (Agedge_t *e) |
bool | ok (Agsym_t *a) |
Agraph_t * | firstsubg (Agraph_t *g) |
Agraph_t * | nextsubg (Agraph_t *g, Agraph_t *sg) |
Agraph_t * | firstsupg (Agraph_t *g) |
Agraph_t * | nextsupg (Agraph_t *g, Agraph_t *sg) |
Agedge_t * | firstedge (Agraph_t *g) |
Agedge_t * | nextedge (Agraph_t *g, Agedge_t *e) |
Agedge_t * | firstout (Agraph_t *g) |
Agedge_t * | nextout (Agraph_t *g, Agedge_t *e) |
Agedge_t * | firstedge (Agnode_t *n) |
Agedge_t * | nextedge (Agnode_t *n, Agedge_t *e) |
Agedge_t * | firstout (Agnode_t *n) |
Agedge_t * | nextout (Agnode_t *n, Agedge_t *e) |
Agnode_t * | firsthead (Agnode_t *n) |
Agnode_t * | nexthead (Agnode_t *n, Agnode_t *h) |
Agedge_t * | firstin (Agraph_t *g) |
Agedge_t * | nextin (Agnode_t *n, Agedge_t *e) |
Agedge_t * | firstin (Agnode_t *n) |
Agedge_t * | nextin (Agraph_t *g, Agedge_t *e) |
Agnode_t * | firsttail (Agnode_t *n) |
Agnode_t * | nexttail (Agnode_t *n, Agnode_t *t) |
Agnode_t * | firstnode (Agraph_t *g) |
Agnode_t * | nextnode (Agraph_t *g, Agnode_t *n) |
Agnode_t * | firstnode (Agedge_t *e) |
Agnode_t * | nextnode (Agedge_t *e, Agnode_t *n) |
Agsym_t * | firstattr (Agraph_t *g) |
Agsym_t * | nextattr (Agraph_t *g, Agsym_t *a) |
Agsym_t * | firstattr (Agedge_t *e) |
Agsym_t * | nextattr (Agedge_t *e, Agsym_t *a) |
Agsym_t * | firstattr (Agnode_t *n) |
Agsym_t * | nextattr (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_info * | SWIG_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_info * | swig_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_info * | swig_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_info * | swig_cast_initial [] |
static swig_const_info | swig_const_table [] |
#define Py_hash_t long |
Definition at line 879 of file gv_python3.cpp.
#define PY_SSIZE_T_CLEAN |
Definition at line 151 of file gv_python3.cpp.
#define Py_TYPE | ( | op | ) | ((op)->ob_type) |
Definition at line 818 of file gv_python3.cpp.
#define PyDescr_NAME | ( | x | ) | (((PyDescrObject *)(x))->d_name) |
Definition at line 878 of file gv_python3.cpp.
#define PyDescr_TYPE | ( | x | ) | (((PyDescrObject *)(x))->d_type) |
Definition at line 877 of file gv_python3.cpp.
#define PyObject_DEL PyObject_Del |
Definition at line 864 of file gv_python3.cpp.
#define SWIG_AcquirePtr | ( | ptr, | |
src | |||
) | SWIG_Python_AcquirePtr(ptr, src) |
Definition at line 1139 of file gv_python3.cpp.
#define SWIG_AddCast | ( | r | ) | (r) |
Definition at line 362 of file gv_python3.cpp.
#define SWIG_AddNewMask | ( | r | ) | (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r) |
Definition at line 338 of file gv_python3.cpp.
#define SWIG_AddTmpMask | ( | r | ) | (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r) |
Definition at line 341 of file gv_python3.cpp.
#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.
#define SWIG_arg_fail | ( | arg | ) | SWIG_Python_ArgFail(arg) |
Definition at line 2976 of file gv_python3.cpp.
#define SWIG_ArgError | ( | r | ) | ((r != SWIG_ERROR) ? r : SWIG_TypeError) |
Definition at line 324 of file gv_python3.cpp.
#define SWIG_as_voidptr | ( | a | ) | const_cast< void * >(static_cast< const void * >(a)) |
Definition at line 3229 of file gv_python3.cpp.
#define SWIG_as_voidptrptr | ( | a | ) | ((void)SWIG_as_voidptr(*a),reinterpret_cast< void** >(a)) |
Definition at line 3230 of file gv_python3.cpp.
#define SWIG_AttributeError -11 |
Definition at line 793 of file gv_python3.cpp.
#define SWIG_BADOBJ (SWIG_ERROR) |
Definition at line 333 of file gv_python3.cpp.
#define SWIG_BUFFER_SIZE 1024 |
Definition at line 222 of file gv_python3.cpp.
#define SWIG_BUILTIN_INIT (SWIG_BUILTIN_TP_INIT | SWIG_POINTER_OWN) |
Definition at line 1588 of file gv_python3.cpp.
#define SWIG_BUILTIN_TP_INIT (SWIG_POINTER_OWN << 2) |
Definition at line 1587 of file gv_python3.cpp.
#define SWIG_CAST_NEW_MEMORY 0x2 |
Definition at line 227 of file gv_python3.cpp.
#define SWIG_CASTRANKLIMIT (1 << 8) |
Definition at line 327 of file gv_python3.cpp.
#define SWIG_CheckImplicit | ( | ty | ) | SWIG_Python_CheckImplicit(ty) |
Definition at line 1138 of file gv_python3.cpp.
#define SWIG_CheckState | ( | r | ) | (SWIG_IsOK(r) ? 1 : 0) |
Definition at line 363 of file gv_python3.cpp.
#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.
#define SWIG_ConvertFunctionPtr | ( | obj, | |
pptr, | |||
type | |||
) | SWIG_Python_ConvertFunctionPtr(obj, pptr, type) |
Definition at line 1151 of file gv_python3.cpp.
#define SWIG_ConvertInstance | ( | obj, | |
pptr, | |||
type, | |||
flags | |||
) | SWIG_ConvertPtr(obj, pptr, type, flags) |
Definition at line 1147 of file gv_python3.cpp.
#define SWIG_ConvertMember | ( | obj, | |
ptr, | |||
sz, | |||
ty | |||
) | SWIG_Python_ConvertPacked(obj, ptr, sz, ty) |
Definition at line 1155 of file gv_python3.cpp.
#define SWIG_ConvertPacked | ( | obj, | |
ptr, | |||
sz, | |||
ty | |||
) | SWIG_Python_ConvertPacked(obj, ptr, sz, ty) |
Definition at line 1143 of file gv_python3.cpp.
#define SWIG_ConvertPtr | ( | obj, | |
pptr, | |||
type, | |||
flags | |||
) | SWIG_Python_ConvertPtr(obj, pptr, type, flags) |
Definition at line 1127 of file gv_python3.cpp.
#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.
#define SWIG_DelNewMask | ( | r | ) | (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r) |
Definition at line 339 of file gv_python3.cpp.
#define SWIG_DelTmpMask | ( | r | ) | (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r) |
Definition at line 342 of file gv_python3.cpp.
#define SWIG_DivisionByZero -6 |
Definition at line 788 of file gv_python3.cpp.
#define SWIG_ERROR (-1) |
Definition at line 317 of file gv_python3.cpp.
#define SWIG_Error | ( | code, | |
msg | |||
) | SWIG_Python_SetErrorMsg(SWIG_ErrorType(code), msg) |
Definition at line 1168 of file gv_python3.cpp.
#define SWIG_ERROR_RELEASE_NOT_OWNED (-200) |
Definition at line 321 of file gv_python3.cpp.
#define SWIG_ErrorType | ( | code | ) | SWIG_Python_ErrorType(code) |
Definition at line 1167 of file gv_python3.cpp.
#define SWIG_exception_fail | ( | code, | |
msg | |||
) | do { SWIG_Error(code, msg); SWIG_fail; } while(0) |
Definition at line 3143 of file gv_python3.cpp.
#define SWIG_fail goto fail |
Definition at line 1169 of file gv_python3.cpp.
#define SWIG_GetModule | ( | clientdata | ) | SWIG_Python_GetModule(clientdata) |
Definition at line 1161 of file gv_python3.cpp.
#define SWIG_IndexError -4 |
Definition at line 786 of file gv_python3.cpp.
#define SWIG_init | ( | void | ) | init_gv |
Definition at line 7866 of file gv_python3.cpp.
#define SWIG_INIT_CLIENT_DATA_TYPE void * |
Definition at line 7585 of file gv_python3.cpp.
#define SWIG_InstallConstants | ( | d, | |
constants | |||
) | SWIG_Python_InstallConstants(d, constants) |
Definition at line 1329 of file gv_python3.cpp.
#define SWIG_InternalNewPointerObj | ( | ptr, | |
type, | |||
flags | |||
) | SWIG_Python_NewPointerObj(NULL, ptr, type, flags) |
Definition at line 1136 of file gv_python3.cpp.
#define SWIG_IOError -2 |
Definition at line 784 of file gv_python3.cpp.
#define SWIG_IsNewObj | ( | r | ) | (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK)) |
Definition at line 340 of file gv_python3.cpp.
#define SWIG_IsOK | ( | r | ) | (r >= 0) |
Definition at line 323 of file gv_python3.cpp.
#define SWIG_IsTmpObj | ( | r | ) | (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK)) |
Definition at line 343 of file gv_python3.cpp.
#define SWIG_MangledTypeQuery | ( | name | ) | SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name) |
Definition at line 3160 of file gv_python3.cpp.
#define SWIG_MemoryError -12 |
Definition at line 794 of file gv_python3.cpp.
#define SWIG_MustGetPtr | ( | p, | |
type, | |||
argnum, | |||
flags | |||
) | SWIG_Python_MustGetPtr(p, type, argnum, flags) |
Definition at line 2977 of file gv_python3.cpp.
#define SWIG_name "_gv" |
Definition at line 3179 of file gv_python3.cpp.
#define SWIG_NewClientData | ( | obj | ) | SwigPyClientData_New(obj) |
Definition at line 1163 of file gv_python3.cpp.
#define SWIG_NewFunctionPtrObj | ( | ptr, | |
type | |||
) | SWIG_Python_NewPointerObj(NULL, ptr, type, 0) |
Definition at line 1152 of file gv_python3.cpp.
#define SWIG_NewInstanceObj | ( | ptr, | |
type, | |||
flags | |||
) | SWIG_NewPointerObj(ptr, type, flags) |
Definition at line 1148 of file gv_python3.cpp.
#define SWIG_NewMemberObj | ( | ptr, | |
sz, | |||
type | |||
) | SWIG_Python_NewPackedObj(ptr, sz, type) |
Definition at line 1156 of file gv_python3.cpp.
#define SWIG_NEWOBJ (SWIG_OK | SWIG_NEWOBJMASK) |
Definition at line 335 of file gv_python3.cpp.
#define SWIG_NEWOBJMASK (SWIG_CASTRANKLIMIT << 1) |
Definition at line 329 of file gv_python3.cpp.
#define SWIG_NewPackedObj | ( | ptr, | |
sz, | |||
type | |||
) | SWIG_Python_NewPackedObj(ptr, sz, type) |
Definition at line 1144 of file gv_python3.cpp.
Definition at line 1133 of file gv_python3.cpp.
#define SWIG_newvarlink | ( | ) | SWIG_Python_newvarlink() |
Definition at line 1327 of file gv_python3.cpp.
#define SWIG_NULLPTR NULL |
Definition at line 141 of file gv_python3.cpp.
#define SWIG_NullReferenceError -13 |
Definition at line 795 of file gv_python3.cpp.
#define SWIG_OK (0) |
Definition at line 315 of file gv_python3.cpp.
#define SWIG_OLDOBJ (SWIG_OK) |
Definition at line 334 of file gv_python3.cpp.
#define SWIG_OverflowError -7 |
Definition at line 789 of file gv_python3.cpp.
#define swig_owntype int |
Definition at line 1140 of file gv_python3.cpp.
#define SWIG_POINTER_CLEAR 0x8 |
Definition at line 229 of file gv_python3.cpp.
#define SWIG_POINTER_DISOWN 0x1 |
Definition at line 226 of file gv_python3.cpp.
#define SWIG_POINTER_EXCEPTION 0 |
Definition at line 2975 of file gv_python3.cpp.
#define SWIG_POINTER_IMPLICIT_CONV (SWIG_POINTER_DISOWN << 1) |
Definition at line 1585 of file gv_python3.cpp.
#define SWIG_POINTER_NEW (SWIG_POINTER_NOSHADOW | SWIG_POINTER_OWN) |
Definition at line 1583 of file gv_python3.cpp.
#define SWIG_POINTER_NO_NULL 0x4 |
Definition at line 228 of file gv_python3.cpp.
#define SWIG_POINTER_NOSHADOW (SWIG_POINTER_OWN << 1) |
Definition at line 1582 of file gv_python3.cpp.
#define SWIG_POINTER_OWN 0x1 |
Definition at line 233 of file gv_python3.cpp.
#define SWIG_POINTER_RELEASE (SWIG_POINTER_CLEAR | SWIG_POINTER_DISOWN) |
Definition at line 230 of file gv_python3.cpp.
#define SWIG_PY_BINARY 5 |
Definition at line 1089 of file gv_python3.cpp.
#define SWIG_PY_POINTER 4 |
Definition at line 1088 of file gv_python3.cpp.
#define SWIG_Python_CallFunctor | ( | functor, | |
obj | |||
) | PyObject_CallFunctionObjArgs(functor, obj, NULL); |
Definition at line 1310 of file gv_python3.cpp.
#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.
#define SWIG_PYTHON_DIRECTOR_NO_VTABLE |
Definition at line 12 of file gv_python3.cpp.
#define SWIG_PYTHON_INITIALIZE_THREADS |
Definition at line 1068 of file gv_python3.cpp.
#define SWIG_Python_Raise | ( | obj, | |
type, | |||
desc | |||
) | SWIG_Python_SetErrorObj(SWIG_Python_ExceptionType(desc), obj) |
Definition at line 1191 of file gv_python3.cpp.
#define SWIG_Python_str_FromFormat PyString_FromFormat |
Definition at line 826 of file gv_python3.cpp.
#define SWIG_PYTHON_THREAD_BEGIN_ALLOW |
Definition at line 1071 of file gv_python3.cpp.
#define SWIG_PYTHON_THREAD_BEGIN_BLOCK |
Definition at line 1069 of file gv_python3.cpp.
#define SWIG_PYTHON_THREAD_END_ALLOW |
Definition at line 1072 of file gv_python3.cpp.
#define SWIG_PYTHON_THREAD_END_BLOCK |
Definition at line 1070 of file gv_python3.cpp.
#define SWIG_RUNTIME_VERSION "4" |
Definition at line 192 of file gv_python3.cpp.
#define SWIG_RuntimeError -3 |
Definition at line 785 of file gv_python3.cpp.
#define SWIG_SetErrorMsg SWIG_Python_SetErrorMsg |
Definition at line 1166 of file gv_python3.cpp.
#define SWIG_SetErrorObj SWIG_Python_SetErrorObj |
Definition at line 1165 of file gv_python3.cpp.
#define SWIG_SetModule | ( | clientdata, | |
pointer | |||
) | SWIG_Python_SetModule(pointer) |
Definition at line 1162 of file gv_python3.cpp.
Definition at line 381 of file gv_python3.cpp.
#define SWIG_STATIC_POINTER | ( | var | ) | var = 0; if (!var) var |
Definition at line 1319 of file gv_python3.cpp.
#define SWIG_SyntaxError -8 |
Definition at line 790 of file gv_python3.cpp.
#define SWIG_SystemError -10 |
Definition at line 792 of file gv_python3.cpp.
#define SWIG_TMPOBJ (SWIG_OK | SWIG_TMPOBJMASK) |
Definition at line 336 of file gv_python3.cpp.
#define SWIG_TMPOBJMASK (SWIG_NEWOBJMASK << 1) |
Definition at line 331 of file gv_python3.cpp.
#define SWIG_TYPE_TABLE_NAME |
Definition at line 200 of file gv_python3.cpp.
#define SWIG_TypeError -5 |
Definition at line 787 of file gv_python3.cpp.
#define SWIG_TypeQuery | ( | name | ) | SWIG_TypeQueryModule(&swig_module, &swig_module, name) |
Definition at line 3159 of file gv_python3.cpp.
#define SWIG_TypeQuery SWIG_Python_TypeQuery |
Definition at line 3159 of file gv_python3.cpp.
#define SWIG_UnknownError -1 |
Definition at line 783 of file gv_python3.cpp.
#define SWIG_ValueError -9 |
Definition at line 791 of file gv_python3.cpp.
#define SWIG_VERSION 0x040200 |
Definition at line 10 of file gv_python3.cpp.
#define SWIGEXPORT |
Definition at line 100 of file gv_python3.cpp.
#define SWIGINLINE |
Definition at line 37 of file gv_python3.cpp.
#define SWIGINTERN static SWIGUNUSED |
Definition at line 72 of file gv_python3.cpp.
#define SWIGINTERNINLINE SWIGINTERN SWIGINLINE |
Definition at line 77 of file gv_python3.cpp.
#define SWIGPY_CAPSULE_ATTR_NAME "type_pointer_capsule" SWIG_TYPE_TABLE_NAME |
Definition at line 872 of file gv_python3.cpp.
#define SWIGPY_CAPSULE_NAME ("swig_runtime_data" SWIG_RUNTIME_VERSION "." SWIGPY_CAPSULE_ATTR_NAME) |
Definition at line 874 of file gv_python3.cpp.
#define SWIGPY_USE_CAPSULE |
Definition at line 868 of file gv_python3.cpp.
#define SWIGPYTHON |
Definition at line 11 of file gv_python3.cpp.
#define SWIGRUNTIME SWIGINTERN |
Definition at line 213 of file gv_python3.cpp.
#define SWIGRUNTIMEINLINE SWIGRUNTIME SWIGINLINE |
Definition at line 217 of file gv_python3.cpp.
#define SWIGSTDCALL |
Definition at line 110 of file gv_python3.cpp.
#define SWIGTEMPLATEDISAMBIGUATOR |
Definition at line 28 of file gv_python3.cpp.
#define SWIGTYPE_p_Agedge_t swig_types[0] |
Definition at line 3151 of file gv_python3.cpp.
#define SWIGTYPE_p_Agnode_t swig_types[1] |
Definition at line 3152 of file gv_python3.cpp.
#define SWIGTYPE_p_Agraph_t swig_types[2] |
Definition at line 3153 of file gv_python3.cpp.
#define SWIGTYPE_p_Agsym_t swig_types[3] |
Definition at line 3154 of file gv_python3.cpp.
#define SWIGTYPE_p_char swig_types[5] |
Definition at line 3156 of file gv_python3.cpp.
#define SWIGTYPE_p_FILE swig_types[4] |
Definition at line 3155 of file gv_python3.cpp.
#define SWIGUNUSED |
Definition at line 52 of file gv_python3.cpp.
#define SWIGUNUSEDPARM | ( | p | ) | p SWIGUNUSED |
Definition at line 66 of file gv_python3.cpp.
typedef struct swig_cast_info swig_cast_info |
typedef struct swig_const_info swig_const_info |
typedef void *(* swig_converter_func) (void *, int *) |
Definition at line 390 of file gv_python3.cpp.
typedef struct swig_type_info *(* swig_dycast_func) (void **) |
Definition at line 390 of file gv_python3.cpp.
typedef struct swig_globalvar swig_globalvar |
typedef struct swig_module_info swig_module_info |
typedef struct swig_type_info swig_type_info |
typedef struct swig_varlinkobject swig_varlinkobject |
SWIGINTERN PyObject * _wrap_digraph | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 3660 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.
SWIGINTERN PyObject * _wrap_edge | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 4096 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.
SWIGINTERN PyObject * _wrap_edge__SWIG_0 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 3956 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().
SWIGINTERN PyObject * _wrap_edge__SWIG_1 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 3986 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().
SWIGINTERN PyObject * _wrap_edge__SWIG_2 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 4019 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().
SWIGINTERN PyObject * _wrap_edge__SWIG_3 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 4052 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().
SWIGINTERN PyObject * _wrap_findattr | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 5157 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.
SWIGINTERN PyObject * _wrap_findattr__SWIG_0 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 5058 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().
SWIGINTERN PyObject * _wrap_findattr__SWIG_1 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 5091 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().
SWIGINTERN PyObject * _wrap_findattr__SWIG_2 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 5124 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().
SWIGINTERN PyObject * _wrap_findedge | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 5027 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.
SWIGINTERN PyObject * _wrap_findnode | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 4993 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.
SWIGINTERN PyObject * _wrap_findsubg | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 4959 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.
SWIGINTERN PyObject * _wrap_firstattr | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 6681 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.
SWIGINTERN PyObject * _wrap_firstattr__SWIG_0 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 6555 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().
SWIGINTERN PyObject * _wrap_firstattr__SWIG_1 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 6607 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().
SWIGINTERN PyObject * _wrap_firstattr__SWIG_2 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 6659 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().
SWIGINTERN PyObject * _wrap_firstedge | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 5827 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.
SWIGINTERN PyObject * _wrap_firstedge__SWIG_0 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 5701 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().
SWIGINTERN PyObject * _wrap_firstedge__SWIG_1 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 5805 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().
SWIGINTERN PyObject * _wrap_firsthead | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 6073 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.
SWIGINTERN PyObject * _wrap_firstin | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 6202 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.
SWIGINTERN PyObject * _wrap_firstin__SWIG_0 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 6128 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().
SWIGINTERN PyObject * _wrap_firstin__SWIG_1 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 6180 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().
SWIGINTERN PyObject * _wrap_firstnode | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 6443 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.
SWIGINTERN PyObject * _wrap_firstnode__SWIG_0 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 6369 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().
SWIGINTERN PyObject * _wrap_firstnode__SWIG_1 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 6421 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().
SWIGINTERN PyObject * _wrap_firstout | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 5961 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.
SWIGINTERN PyObject * _wrap_firstout__SWIG_0 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 5753 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().
SWIGINTERN PyObject * _wrap_firstout__SWIG_1 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 5939 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().
SWIGINTERN PyObject * _wrap_firstsubg | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 5591 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.
SWIGINTERN PyObject * _wrap_firstsupg | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 5646 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.
SWIGINTERN PyObject * _wrap_firsttail | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 6314 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.
SWIGINTERN PyObject * _wrap_getv | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 4744 of file gv_python3.cpp.
References _wrap_getv__SWIG_0(), _wrap_getv__SWIG_1(), _wrap_getv__SWIG_2(), _wrap_getv__SWIG_3(), _wrap_getv__SWIG_4(), _wrap_getv__SWIG_5(), NULL, SWIG_AsCharPtrAndSize(), 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.
SWIGINTERN PyObject * _wrap_getv__SWIG_0 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 4555 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().
SWIGINTERN PyObject * _wrap_getv__SWIG_1 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 4588 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().
SWIGINTERN PyObject * _wrap_getv__SWIG_2 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 4621 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().
SWIGINTERN PyObject * _wrap_getv__SWIG_3 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 4654 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().
SWIGINTERN PyObject * _wrap_getv__SWIG_4 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 4684 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().
SWIGINTERN PyObject * _wrap_getv__SWIG_5 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 4714 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().
SWIGINTERN PyObject * _wrap_graph | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 3883 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.
SWIGINTERN PyObject * _wrap_graph__SWIG_0 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 3635 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().
SWIGINTERN PyObject * _wrap_graph__SWIG_1 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 3850 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().
SWIGINTERN PyObject * _wrap_graphof | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 5329 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.
SWIGINTERN PyObject * _wrap_graphof__SWIG_0 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 5263 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().
SWIGINTERN PyObject * _wrap_graphof__SWIG_1 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 5285 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().
SWIGINTERN PyObject * _wrap_graphof__SWIG_2 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 5307 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().
SWIGINTERN PyObject * _wrap_headof | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 5215 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.
SWIGINTERN PyObject * _wrap_layout | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 6930 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.
SWIGINTERN PyObject * _wrap_nameof | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 4913 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.
SWIGINTERN PyObject * _wrap_nameof__SWIG_0 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 4847 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().
SWIGINTERN PyObject * _wrap_nameof__SWIG_1 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 4869 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().
SWIGINTERN PyObject * _wrap_nameof__SWIG_2 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 4891 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().
SWIGINTERN PyObject * _wrap_nextattr | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 6757 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.
SWIGINTERN PyObject * _wrap_nextattr__SWIG_0 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 6577 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().
SWIGINTERN PyObject * _wrap_nextattr__SWIG_1 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 6629 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().
SWIGINTERN PyObject * _wrap_nextattr__SWIG_2 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 6727 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().
SWIGINTERN PyObject * _wrap_nextedge | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 5893 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.
SWIGINTERN PyObject * _wrap_nextedge__SWIG_0 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 5723 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().
SWIGINTERN PyObject * _wrap_nextedge__SWIG_1 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 5863 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().
SWIGINTERN PyObject * _wrap_nexthead | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 6097 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.
SWIGINTERN PyObject * _wrap_nextin | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 6268 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.
SWIGINTERN PyObject * _wrap_nextin__SWIG_0 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 6150 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().
SWIGINTERN PyObject * _wrap_nextin__SWIG_1 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 6238 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().
SWIGINTERN PyObject * _wrap_nextnode | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 6509 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.
SWIGINTERN PyObject * _wrap_nextnode__SWIG_0 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 6391 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().
SWIGINTERN PyObject * _wrap_nextnode__SWIG_1 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 6479 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().
SWIGINTERN PyObject * _wrap_nextout | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 6027 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.
SWIGINTERN PyObject * _wrap_nextout__SWIG_0 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 5775 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().
SWIGINTERN PyObject * _wrap_nextout__SWIG_1 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 5997 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().
SWIGINTERN PyObject * _wrap_nextsubg | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 5615 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.
SWIGINTERN PyObject * _wrap_nextsupg | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 5670 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.
SWIGINTERN PyObject * _wrap_nexttail | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 6338 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.
SWIGINTERN PyObject * _wrap_node | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 3922 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.
SWIGINTERN PyObject * _wrap_ok | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 5535 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.
SWIGINTERN PyObject * _wrap_ok__SWIG_0 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 5447 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().
SWIGINTERN PyObject * _wrap_ok__SWIG_1 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 5469 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().
SWIGINTERN PyObject * _wrap_ok__SWIG_2 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 5491 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().
SWIGINTERN PyObject * _wrap_ok__SWIG_3 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 5513 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().
SWIGINTERN PyObject * _wrap_protoedge | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 5423 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.
SWIGINTERN PyObject * _wrap_protonode | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 5399 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.
SWIGINTERN PyObject * _wrap_read | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 3815 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.
SWIGINTERN PyObject * _wrap_read__SWIG_0 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 3768 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().
SWIGINTERN PyObject * _wrap_read__SWIG_1 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 3793 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().
SWIGINTERN PyObject * _wrap_readstring | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 3741 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.
SWIGINTERN PyObject * _wrap_render | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 7104 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.
SWIGINTERN PyObject * _wrap_render__SWIG_0 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 6964 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().
SWIGINTERN PyObject * _wrap_render__SWIG_1 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 6986 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().
SWIGINTERN PyObject * _wrap_render__SWIG_2 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 7019 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().
SWIGINTERN PyObject * _wrap_render__SWIG_3 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 7060 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().
SWIGINTERN PyObject * _wrap_renderchannel | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 7225 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.
SWIGINTERN PyObject * _wrap_renderdata | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 7270 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.
SWIGINTERN PyObject * _wrap_renderresult | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 7181 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.
SWIGINTERN PyObject * _wrap_rm | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 6884 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.
SWIGINTERN PyObject * _wrap_rm__SWIG_0 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 6818 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().
SWIGINTERN PyObject * _wrap_rm__SWIG_1 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 6840 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().
SWIGINTERN PyObject * _wrap_rm__SWIG_2 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 6862 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().
SWIGINTERN PyObject * _wrap_rootof | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 5375 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.
SWIGINTERN PyObject * _wrap_setv | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 4428 of file gv_python3.cpp.
References _wrap_setv__SWIG_0(), _wrap_setv__SWIG_1(), _wrap_setv__SWIG_2(), _wrap_setv__SWIG_3(), _wrap_setv__SWIG_4(), _wrap_setv__SWIG_5(), NULL, SWIG_AsCharPtrAndSize(), 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.
SWIGINTERN PyObject * _wrap_setv__SWIG_0 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 4173 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().
SWIGINTERN PyObject * _wrap_setv__SWIG_1 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 4217 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().
SWIGINTERN PyObject * _wrap_setv__SWIG_2 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 4261 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().
SWIGINTERN PyObject * _wrap_setv__SWIG_3 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 4305 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().
SWIGINTERN PyObject * _wrap_setv__SWIG_4 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 4346 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().
SWIGINTERN PyObject * _wrap_setv__SWIG_5 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 4387 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().
SWIGINTERN PyObject * _wrap_strictdigraph | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 3714 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.
SWIGINTERN PyObject * _wrap_strictgraph | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 3687 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.
SWIGINTERN PyObject * _wrap_tailof | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 5239 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().
SWIGINTERN PyObject * _wrap_tred | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 7412 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().
SWIGINTERN PyObject * _wrap_write | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 7367 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.
SWIGINTERN PyObject * _wrap_write__SWIG_0 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 7304 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().
SWIGINTERN PyObject * _wrap_write__SWIG_1 | ( | PyObject * | self, |
Py_ssize_t | nobjs, | ||
PyObject ** | swig_obj | ||
) |
Definition at line 7337 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().
|
extern |
Definition at line 36 of file gv.cpp.
Referenced by _wrap_digraph().
Definition at line 267 of file gv.cpp.
Referenced by _wrap_findattr__SWIG_0(), _wrap_findattr__SWIG_1(), and _wrap_findattr__SWIG_2().
Definition at line 259 of file gv.cpp.
Referenced by _wrap_findedge().
Definition at line 253 of file gv.cpp.
Referenced by _wrap_findnode().
Find handles from names
Definition at line 247 of file gv.cpp.
Referenced by _wrap_findsubg().
Definition at line 542 of file gv.cpp.
Referenced by _wrap_firstattr__SWIG_0(), _wrap_firstattr__SWIG_1(), and _wrap_firstattr__SWIG_2().
Definition at line 409 of file gv.cpp.
Referenced by _wrap_firstedge__SWIG_0(), and _wrap_firstedge__SWIG_1().
Definition at line 425 of file gv.cpp.
Referenced by _wrap_firsthead().
Definition at line 461 of file gv.cpp.
Referenced by _wrap_firstin__SWIG_0(), and _wrap_firstin__SWIG_1().
Definition at line 518 of file gv.cpp.
Referenced by _wrap_firstnode__SWIG_0(), and _wrap_firstnode__SWIG_1().
Definition at line 384 of file gv.cpp.
Referenced by _wrap_firstout__SWIG_0(), and _wrap_firstout__SWIG_1().
Definition at line 367 of file gv.cpp.
Referenced by _wrap_firstsubg().
Definition at line 380 of file gv.cpp.
Referenced by _wrap_firstsupg().
Definition at line 494 of file gv.cpp.
Referenced by _wrap_firsttail().
|
extern |
Getting attribute values
Definition at line 130 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().
|
extern |
New graphs
Definition at line 30 of file gv.cpp.
Referenced by _wrap_graph__SWIG_0(), and _wrap_graph__SWIG_1().
Definition at line 303 of file gv.cpp.
Referenced by _wrap_graphof__SWIG_0(), _wrap_graphof__SWIG_1(), and _wrap_graphof__SWIG_2().
Misc graph navigators returning handles
Definition at line 287 of file gv.cpp.
Referenced by _wrap_headof().
|
extern |
Definition at line 615 of file gv.cpp.
Referenced by _wrap_layout().
|
extern |
Obtain names from handles
Definition at line 343 of file gv.cpp.
Referenced by _wrap_nameof__SWIG_0(), _wrap_nameof__SWIG_1(), and _wrap_nameof__SWIG_2().
Definition at line 549 of file gv.cpp.
Referenced by _wrap_nextattr__SWIG_0(), _wrap_nextattr__SWIG_1(), and _wrap_nextattr__SWIG_2().
Definition at line 411 of file gv.cpp.
Referenced by _wrap_nextedge__SWIG_0(), and _wrap_nextedge__SWIG_1().
Definition at line 434 of file gv.cpp.
Referenced by _wrap_nexthead().
Definition at line 488 of file gv.cpp.
Referenced by _wrap_nextin__SWIG_0(), and _wrap_nextin__SWIG_1().
Definition at line 524 of file gv.cpp.
Referenced by _wrap_nextnode__SWIG_0(), and _wrap_nextnode__SWIG_1().
Definition at line 395 of file gv.cpp.
Referenced by _wrap_nextout__SWIG_0(), and _wrap_nextout__SWIG_1().
Definition at line 373 of file gv.cpp.
Referenced by _wrap_nextsubg().
Definition at line 382 of file gv.cpp.
Referenced by _wrap_nextsupg().
Definition at line 503 of file gv.cpp.
Referenced by _wrap_nexttail().
|
extern |
Iterators
Definition at line 362 of file gv.cpp.
Referenced by _wrap_ok__SWIG_0(), _wrap_ok__SWIG_1(), _wrap_ok__SWIG_2(), and _wrap_ok__SWIG_3().
Definition at line 338 of file gv.cpp.
Referenced by _wrap_protoedge().
Obtain handles of proto node/edge for setting default attribute values
Definition at line 334 of file gv.cpp.
Referenced by _wrap_protonode().
|
extern |
Definition at line 66 of file gv.cpp.
Referenced by _wrap_read__SWIG_0(), and _wrap_read__SWIG_1().
|
extern |
Definition at line 54 of file gv.cpp.
Referenced by _wrap_readstring().
|
extern |
Render
Definition at line 624 of file gv.cpp.
Referenced by _wrap_render__SWIG_0(), _wrap_render__SWIG_1(), _wrap_render__SWIG_2(), and _wrap_render__SWIG_3().
|
extern |
|
extern |
|
extern |
Definition at line 648 of file gv.cpp.
Referenced by _wrap_renderchannel().
|
extern |
Definition at line 699 of file gv.cpp.
Referenced by _wrap_renderdata().
|
extern |
Definition at line 690 of file gv.cpp.
Referenced by _wrap_renderresult().
|
extern |
Remove graph objects
Definition at line 584 of file gv.cpp.
Referenced by _wrap_rm__SWIG_0(), _wrap_rm__SWIG_1(), and _wrap_rm__SWIG_2().
Definition at line 327 of file gv.cpp.
Referenced by _wrap_rootof().
|
extern |
Setting attribute values
Definition at line 152 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().
|
extern |
Definition at line 48 of file gv.cpp.
Referenced by _wrap_strictdigraph().
|
extern |
Definition at line 42 of file gv.cpp.
Referenced by _wrap_strictgraph().
SWIGINTERN int SWIG_AsCharPtrAndSize | ( | PyObject * | obj, |
char ** | cptr, | ||
size_t * | psize, | ||
int * | alloc | ||
) |
Definition at line 3507 of file gv_python3.cpp.
References len(), NULL, SWIG_ConvertPtr, SWIG_NEWOBJ, SWIG_OK, SWIG_OLDOBJ, SWIG_pchar_descriptor(), SWIG_PyUnicode_AsUTF8AndSize(), SWIG_RuntimeError, and SWIG_TypeError.
Referenced by _wrap_digraph(), _wrap_edge(), _wrap_edge__SWIG_1(), _wrap_edge__SWIG_2(), _wrap_edge__SWIG_3(), _wrap_findattr(), _wrap_findattr__SWIG_0(), _wrap_findattr__SWIG_1(), _wrap_findattr__SWIG_2(), _wrap_findnode(), _wrap_findsubg(), _wrap_getv(), _wrap_getv__SWIG_0(), _wrap_getv__SWIG_1(), _wrap_getv__SWIG_2(), _wrap_graph(), _wrap_graph__SWIG_0(), _wrap_graph__SWIG_1(), _wrap_layout(), _wrap_node(), _wrap_read(), _wrap_read__SWIG_0(), _wrap_readstring(), _wrap_render(), _wrap_render__SWIG_1(), _wrap_render__SWIG_2(), _wrap_render__SWIG_3(), _wrap_renderchannel(), _wrap_renderdata(), _wrap_renderresult(), _wrap_setv(), _wrap_setv__SWIG_0(), _wrap_setv__SWIG_1(), _wrap_setv__SWIG_2(), _wrap_setv__SWIG_3(), _wrap_setv__SWIG_4(), _wrap_setv__SWIG_5(), _wrap_strictdigraph(), _wrap_strictgraph(), _wrap_write(), and _wrap_write__SWIG_0().
SWIGINTERNINLINE PyObject * SWIG_From_bool | ( | bool | value | ) |
Definition at line 3627 of file gv_python3.cpp.
SWIGINTERNINLINE PyObject * SWIG_FromCharPtr | ( | const char * | cptr | ) |
Definition at line 3620 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().
SWIGINTERNINLINE PyObject * SWIG_FromCharPtrAndSize | ( | const char * | carray, |
size_t | size | ||
) |
Definition at line 3595 of file gv_python3.cpp.
References SWIG_InternalNewPointerObj, SWIG_pchar_descriptor(), and SWIG_Py_Void().
Referenced by SWIG_FromCharPtr().
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().
SWIGRUNTIME void SWIG_InitializeModule | ( | SWIG_INIT_CLIENT_DATA_TYPE | clientdata | ) |
Definition at line 7589 of file gv_python3.cpp.
References swig_module_info::cast_initial, swig_type_info::clientdata, init(), swig_type_info::name, swig_cast_info::next, swig_module_info::next, swig_module_info::size, swig_cast_initial, SWIG_GetModule, SWIG_MangledTypeQueryModule(), swig_module, SWIG_SetModule, swig_type_initial, SWIG_TypeCheck(), type, swig_cast_info::type, swig_module_info::type_initial, and swig_module_info::types.
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().
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().
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().
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().
SWIGINTERN swig_type_info * SWIG_pchar_descriptor | ( | void | ) |
Definition at line 3492 of file gv_python3.cpp.
References init(), and SWIG_TypeQuery.
Referenced by SWIG_AsCharPtrAndSize(), and SWIG_FromCharPtrAndSize().
SWIGRUNTIME void SWIG_PropagateClientData | ( | void | ) |
Definition at line 7736 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.
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().
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().
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().
SWIGRUNTIME void SWIG_Python_AddErrorMsg | ( | const char * | mesg | ) |
Definition at line 945 of file gv_python3.cpp.
References NULL, SWIG_PyUnicode_AsUTF8AndSize(), and type.
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.
SWIGINTERN PyObject * SWIG_Python_AppendOutput | ( | PyObject * | result, |
PyObject * | obj | ||
) |
Definition at line 1225 of file gv_python3.cpp.
SWIGRUNTIME int SWIG_Python_ArgFail | ( | int | argnum | ) |
Definition at line 3009 of file gv_python3.cpp.
References SWIG_Python_AddErrMesg().
SWIGRUNTIMEINLINE int SWIG_Python_CheckImplicit | ( | swig_type_info * | ty | ) |
Definition at line 1617 of file gv_python3.cpp.
References swig_type_info::clientdata.
SWIGINTERN int SWIG_Python_CheckNoKeywords | ( | PyObject * | kwargs, |
const char * | name | ||
) |
Definition at line 1297 of file gv_python3.cpp.
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().
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().
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().
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().
SWIGRUNTIME PyObject * SWIG_Python_ErrorType | ( | int | code | ) |
Definition at line 901 of file gv_python3.cpp.
References SWIG_AttributeError, SWIG_DivisionByZero, SWIG_IndexError, SWIG_IOError, SWIG_MemoryError, SWIG_OverflowError, SWIG_RuntimeError, SWIG_SyntaxError, SWIG_SystemError, SWIG_TypeError, SWIG_ValueError, and type.
SWIGRUNTIMEINLINE PyObject * SWIG_Python_ExceptionType | ( | swig_type_info * | desc | ) |
Definition at line 1627 of file gv_python3.cpp.
References swig_type_info::clientdata.
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 7805 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.
SWIGRUNTIME swig_module_info * SWIG_Python_GetModule | ( | void * | SWIGUNUSEDPARMclientdata | ) |
Definition at line 2881 of file gv_python3.cpp.
References SWIGPY_CAPSULE_NAME.
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().
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().
SWIGINTERN void SWIG_Python_InstallConstants | ( | PyObject * | d, |
swig_const_info | constants[] | ||
) |
Definition at line 7778 of file gv_python3.cpp.
References SWIG_InternalNewPointerObj, SWIG_NewPackedObj, SWIG_PY_BINARY, SWIG_PY_POINTER, type, and swig_const_info::type.
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.
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.
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.
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().
SWIGINTERN PyObject * SWIG_Python_newvarlink | ( | void | ) |
Definition at line 1537 of file gv_python3.cpp.
References swig_varlink_type(), and swig_varlinkobject::vars.
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().
SWIGINTERN void SWIG_Python_SetConstant | ( | PyObject * | d, |
const char * | name, | ||
PyObject * | obj | ||
) |
Definition at line 1215 of file gv_python3.cpp.
SWIGINTERN void SWIG_Python_SetErrorMsg | ( | PyObject * | errtype, |
const char * | msg | ||
) |
Definition at line 1185 of file gv_python3.cpp.
References SWIG_PYTHON_THREAD_BEGIN_BLOCK, and SWIG_PYTHON_THREAD_END_BLOCK.
SWIGINTERN void SWIG_Python_SetErrorObj | ( | PyObject * | errtype, |
PyObject * | obj | ||
) |
Definition at line 1177 of file gv_python3.cpp.
References SWIG_PYTHON_THREAD_BEGIN_BLOCK, and SWIG_PYTHON_THREAD_END_BLOCK.
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.
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().
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().
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().
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.
SWIGRUNTIME int SWIG_Python_TypeErrorOccurred | ( | PyObject * | obj | ) |
Definition at line 972 of file gv_python3.cpp.
References error.
Referenced by SWIG_Python_RaiseOrModifyTypeError().
SWIGRUNTIME swig_type_info * SWIG_Python_TypeQuery | ( | const char * | type | ) |
Definition at line 2949 of file gv_python3.cpp.
References NULL, SWIG_GetModule, swig_module, SWIG_Python_str_FromChar(), SWIG_Python_TypeCache(), SWIG_TypeQueryModule(), and type.
SWIGINTERN Py_ssize_t SWIG_Python_UnpackTuple | ( | PyObject * | args, |
const char * | name, | ||
Py_ssize_t | min, | ||
Py_ssize_t | max, | ||
PyObject ** | objs | ||
) |
Definition at line 1251 of file gv_python3.cpp.
Referenced by _wrap_edge(), _wrap_findattr(), _wrap_findedge(), _wrap_findnode(), _wrap_findsubg(), _wrap_firstattr(), _wrap_firstedge(), _wrap_firstin(), _wrap_firstnode(), _wrap_firstout(), _wrap_getv(), _wrap_graph(), _wrap_graphof(), _wrap_layout(), _wrap_nameof(), _wrap_nextattr(), _wrap_nextedge(), _wrap_nexthead(), _wrap_nextin(), _wrap_nextnode(), _wrap_nextout(), _wrap_nextsubg(), _wrap_nextsupg(), _wrap_nexttail(), _wrap_node(), _wrap_ok(), _wrap_read(), _wrap_render(), _wrap_renderchannel(), _wrap_renderdata(), _wrap_renderresult(), _wrap_rm(), _wrap_setv(), _wrap_write(), and SWIG_Python_InitShadowInstance().
SWIGINTERN const char * SWIG_PyUnicode_AsUTF8AndSize | ( | PyObject * | str, |
Py_ssize_t * | psize, | ||
PyObject ** | pbytes | ||
) |
Definition at line 832 of file gv_python3.cpp.
Referenced by SWIG_AsCharPtrAndSize(), SWIG_Python_AddErrMesg(), SWIG_Python_AddErrorMsg(), SWIG_Python_ConvertFunctionPtr(), and SWIG_Python_TypeError().
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().
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().
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().
SWIGRUNTIME swig_cast_info * SWIG_TypeCheckStruct | ( | const swig_type_info * | from, |
swig_type_info * | ty | ||
) |
Definition at line 500 of file gv_python3.cpp.
References swig_type_info::cast, swig_cast_info::next, swig_cast_info::prev, and swig_cast_info::type.
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().
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().
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.
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().
SWIGRUNTIMEINLINE const char * SWIG_TypeName | ( | const swig_type_info * | ty | ) |
Definition at line 549 of file gv_python3.cpp.
References swig_type_info::name.
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().
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().
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().
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().
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().
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().
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().
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().
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().
SWIGINTERN PyObject * swig_varlink_repr | ( | PyObject * | SWIGUNUSEDPARMv | ) |
Definition at line 1348 of file gv_python3.cpp.
Referenced by swig_varlink_type().
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().
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().
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().
SWIGRUNTIME void SwigPyClientData_Del | ( | SwigPyClientData * | data | ) |
Definition at line 1685 of file gv_python3.cpp.
References free().
Referenced by SWIG_Python_DestroyModule().
SWIGRUNTIME SwigPyClientData * SwigPyClientData_New | ( | PyObject * | obj | ) |
Definition at line 1635 of file gv_python3.cpp.
References free(), and malloc().
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().
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().
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().
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().
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().
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().
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().
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().
SWIGRUNTIME PyObject * SwigPyObject_hex | ( | SwigPyObject * | v | ) |
Definition at line 1762 of file gv_python3.cpp.
References SwigPyObject_format().
Referenced by SwigPyObject_TypeOnce().
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().
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().
SWIGRUNTIME PyObject * SwigPyObject_next | ( | PyObject * | v, |
PyObject * | SWIGUNUSEDPARMargs | ||
) |
Definition at line 1948 of file gv_python3.cpp.
References SwigPyObject::next, and SWIG_Py_Void().
SWIGRUNTIME PyObject * SwigPyObject_oct | ( | SwigPyObject * | v | ) |
Definition at line 1756 of file gv_python3.cpp.
References SwigPyObject_format().
Referenced by SwigPyObject_TypeOnce().
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().
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().
SWIGRUNTIME PyObject * SwigPyObject_repr2 | ( | PyObject * | v, |
PyObject * | SWIGUNUSEDPARMargs | ||
) |
Definition at line 1794 of file gv_python3.cpp.
References SwigPyObject_repr().
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().
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().
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().
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().
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().
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().
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().
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().
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().
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().
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().
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().
Definition at line 295 of file gv.cpp.
Referenced by _wrap_tailof().
|
extern |
Definition at line 728 of file gv.cpp.
Referenced by _wrap_tred().
|
extern |
Definition at line 717 of file gv.cpp.
Referenced by _wrap_write__SWIG_0(), and _wrap_write__SWIG_1().
|
static |
Definition at line 7507 of file gv_python3.cpp.
|
static |
Definition at line 7508 of file gv_python3.cpp.
|
static |
Definition at line 7509 of file gv_python3.cpp.
|
static |
Definition at line 7510 of file gv_python3.cpp.
|
static |
Definition at line 7512 of file gv_python3.cpp.
|
static |
Definition at line 7511 of file gv_python3.cpp.
|
static |
Definition at line 7491 of file gv_python3.cpp.
|
static |
Definition at line 7492 of file gv_python3.cpp.
|
static |
Definition at line 7493 of file gv_python3.cpp.
|
static |
Definition at line 7494 of file gv_python3.cpp.
|
static |
Definition at line 7496 of file gv_python3.cpp.
|
static |
Definition at line 7495 of file gv_python3.cpp.
|
static |
Definition at line 2899 of file gv_python3.cpp.
Referenced by SWIG_Python_DestroyModule(), and SWIG_Python_SetModule().
|
static |
Definition at line 1872 of file gv_python3.cpp.
Referenced by SWIG_Python_DestroyModule(), SWIG_Python_SetModule(), SwigPyObject_dealloc(), and SwigPyObject_New().
|
static |
Definition at line 7514 of file gv_python3.cpp.
Referenced by SWIG_InitializeModule().
|
static |
Definition at line 7526 of file gv_python3.cpp.
|
static |
Definition at line 1563 of file gv_python3.cpp.
Referenced by SWIG_globals(), and SWIG_Python_DestroyModule().
|
static |
Definition at line 3158 of file gv_python3.cpp.
Referenced by SWIG_InitializeModule(), SWIG_PropagateClientData(), SWIG_Python_DestroyModule(), SWIG_Python_SetModule(), and SWIG_Python_TypeQuery().
|
static |
Definition at line 2416 of file gv_python3.cpp.
Referenced by SWIG_Python_DestroyModule(), and SWIG_This().
|
static |
Definition at line 7498 of file gv_python3.cpp.
Referenced by SWIG_InitializeModule().
|
static |
Definition at line 2869 of file gv_python3.cpp.
Referenced by SWIG_Python_DestroyModule(), and SWIG_Python_TypeCache().
|
static |
Definition at line 3157 of file gv_python3.cpp.
|
static |
Definition at line 7436 of file gv_python3.cpp.
|
static |
Definition at line 1996 of file gv_python3.cpp.
Referenced by SwigPyObject_TypeOnce().