Graphviz 13.0.0~dev.20241222.1117
|
#include <stdio.h>
#include <tcl.h>
#include <errno.h>
#include <stdlib.h>
#include <stdarg.h>
#include <ctype.h>
#include <string.h>
#include "assert.h"
#include <stdexcept>
#include <gvc/gvc.h>
#include <limits.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_method |
struct | swig_attribute |
struct | swig_class |
struct | swig_instance |
struct | swig_command_info |
struct | swig_var_info |
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 int(* | swig_wrapper) (ClientData, Tcl_Interp *, int, Tcl_Obj *const []) |
typedef int(* | swig_wrapper_func) (ClientData, Tcl_Interp *, int, Tcl_Obj *const []) |
typedef char *(* | swig_variable_func) (ClientData, Tcl_Interp *, char *, char *, int) |
typedef void(* | swig_delete_func) (ClientData) |
typedef struct swig_method | swig_method |
typedef struct swig_attribute | swig_attribute |
typedef struct swig_class | swig_class |
typedef struct swig_instance | swig_instance |
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_Tcl_ErrorType (int code) |
SWIGINTERN void | SWIG_Tcl_SetErrorObj (Tcl_Interp *interp, const char *ctype, Tcl_Obj *obj) |
SWIGINTERN void | SWIG_Tcl_SetErrorMsg (Tcl_Interp *interp, const char *ctype, const char *mesg) |
SWIGINTERNINLINE void | SWIG_Tcl_AddErrorMsg (Tcl_Interp *interp, const char *mesg) |
SWIGINTERN void | SWIG_Tcl_SetConstantObj (Tcl_Interp *interp, const char *name, Tcl_Obj *obj) |
SWIGINTERN Tcl_Obj * | SWIG_Tcl_GetConstantObj (const char *key) |
SWIGRUNTIME Tcl_HashTable * | SWIG_Tcl_ObjectTable (void) |
SWIGRUNTIME void | SWIG_Tcl_Acquire (void *ptr) |
SWIGRUNTIME int | SWIG_Tcl_Thisown (void *ptr) |
SWIGRUNTIME int | SWIG_Tcl_Disown (void *ptr) |
SWIGRUNTIME int | SWIG_Tcl_ConvertPtrFromString (Tcl_Interp *interp, const char *c, void **ptr, swig_type_info *ty, int flags) |
SWIGRUNTIMEINLINE int | SWIG_Tcl_ConvertPtr (Tcl_Interp *interp, Tcl_Obj *oc, void **ptr, swig_type_info *ty, int flags) |
SWIGRUNTIME char * | SWIG_Tcl_PointerTypeFromString (char *c) |
SWIGRUNTIME int | SWIG_Tcl_ConvertPacked (Tcl_Interp *SWIGUNUSEDPARM(interp), Tcl_Obj *obj, void *ptr, int sz, swig_type_info *ty) |
SWIGRUNTIME void | SWIG_Tcl_MakePtr (char *c, void *ptr, swig_type_info *ty, int SWIGUNUSEDPARM(flags)) |
SWIGRUNTIMEINLINE Tcl_Obj * | SWIG_Tcl_NewPointerObj (void *ptr, swig_type_info *type, int flags) |
SWIGRUNTIME Tcl_Obj * | SWIG_Tcl_NewPackedObj (void *ptr, int sz, swig_type_info *type) |
SWIGRUNTIME swig_module_info * | SWIG_Tcl_GetModule (Tcl_Interp *interp) |
SWIGRUNTIME void | SWIG_Tcl_SetModule (Tcl_Interp *interp, swig_module_info *module) |
SWIGRUNTIME void | SWIG_Tcl_ObjectDelete (ClientData clientData) |
SWIGRUNTIME int | SWIG_Tcl_MethodCommand (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const _objv[]) |
SWIGRUNTIME Tcl_Obj * | SWIG_Tcl_NewInstanceObj (Tcl_Interp *interp, void *thisvalue, swig_type_info *type, int flags) |
SWIGRUNTIME int | SWIG_Tcl_ObjectConstructor (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGRUNTIME int | SWIG_Tcl_GetArgs (Tcl_Interp *interp, int objc, Tcl_Obj *const objv[], const char *fmt,...) |
SWIGEXPORT int | SWIG_init (Tcl_Interp *) |
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 int | SWIG_AsCharPtrAndSize (Tcl_Obj *obj, char **cptr, size_t *psize, int *alloc) |
SWIGINTERNINLINE Tcl_Obj * | SWIG_FromCharPtrAndSize (const char *carray, size_t size) |
SWIGINTERNINLINE Tcl_Obj * | SWIG_FromCharPtr (const char *cptr) |
SWIGINTERN int | _wrap_graph__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_digraph (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_strictgraph (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_strictdigraph (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_readstring (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_read__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_read__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_read (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_graph__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_graph (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_node (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_edge__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_edge__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_edge__SWIG_2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_edge__SWIG_3 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_edge (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_setv__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_setv__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_setv__SWIG_2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_setv__SWIG_3 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_setv__SWIG_4 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_setv__SWIG_5 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_setv (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_getv__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_getv__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_getv__SWIG_2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_getv__SWIG_3 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_getv__SWIG_4 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_getv__SWIG_5 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_getv (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_nameof__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_nameof__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_nameof__SWIG_2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_nameof (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_findsubg (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_findnode (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_findedge (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_findattr__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_findattr__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_findattr__SWIG_2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_findattr (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_headof (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_tailof (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_graphof__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_graphof__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_graphof__SWIG_2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_graphof (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_rootof (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_protonode (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_protoedge (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_ok__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_ok__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_ok__SWIG_2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_ok__SWIG_3 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_ok (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_firstsubg (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_nextsubg (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_firstsupg (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_nextsupg (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_firstedge__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_nextedge__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_firstout__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_nextout__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_firstedge__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_firstedge (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_nextedge__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_nextedge (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_firstout__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_firstout (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_nextout__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_nextout (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_firsthead (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_nexthead (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_firstin__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_nextin__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_firstin__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_firstin (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_nextin__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_nextin (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_firsttail (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_nexttail (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_firstnode__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_nextnode__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_firstnode__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_firstnode (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_nextnode__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_nextnode (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_firstattr__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_nextattr__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_firstattr__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_nextattr__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_firstattr__SWIG_2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_firstattr (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_nextattr__SWIG_2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_nextattr (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_rm__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_rm__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_rm__SWIG_2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_rm (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_layout (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_render__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_render__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_render__SWIG_2 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_render__SWIG_3 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_render (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_renderresult (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_renderchannel (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_renderdata (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_write__SWIG_0 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_write__SWIG_1 (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_write (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGINTERN int | _wrap_tred (ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
SWIGRUNTIME void | SWIG_InitializeModule (SWIG_INIT_CLIENT_DATA_TYPE clientdata) |
SWIGRUNTIME void | SWIG_PropagateClientData (void) |
SWIGINTERN void | SWIG_Tcl_InstallConstants (Tcl_Interp *interp, swig_const_info constants[]) |
SWIGINTERN void | SWIG_Tcl_InstallMethodLookupTables (void) |
SWIGEXPORT int | Gv_SafeInit (Tcl_Interp *interp) |
Variables | |
static Tcl_HashTable | swigconstTable |
static int | swigconstTableinit = 0 |
static swig_type_info * | swig_types [7] |
static swig_module_info | swig_module = {swig_types, 6, 0, 0, 0, 0} |
static swig_command_info | swig_commands [] |
static swig_var_info | swig_variables [] |
static swig_const_info | swig_constants [] |
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 [] |
#define SWIG_Acquire | ( | ptr | ) | SWIG_Tcl_Acquire(ptr) |
Definition at line 996 of file gv_tcl.cpp.
#define SWIG_AddCast | ( | r | ) | (r) |
Definition at line 329 of file gv_tcl.cpp.
#define SWIG_AddNewMask | ( | r | ) | (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r) |
Definition at line 305 of file gv_tcl.cpp.
#define SWIG_AddTmpMask | ( | r | ) | (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r) |
Definition at line 308 of file gv_tcl.cpp.
#define SWIG_ArgError | ( | r | ) | ((r != SWIG_ERROR) ? r : SWIG_TypeError) |
Definition at line 291 of file gv_tcl.cpp.
#define SWIG_as_voidptr | ( | a | ) | const_cast< void * >(static_cast< const void * >(a)) |
Definition at line 1752 of file gv_tcl.cpp.
#define SWIG_as_voidptrptr | ( | a | ) | ((void)SWIG_as_voidptr(*a),reinterpret_cast< void** >(a)) |
Definition at line 1753 of file gv_tcl.cpp.
#define SWIG_AttributeError -11 |
Definition at line 760 of file gv_tcl.cpp.
#define SWIG_BADOBJ (SWIG_ERROR) |
Definition at line 300 of file gv_tcl.cpp.
#define SWIG_BUFFER_SIZE 1024 |
Definition at line 189 of file gv_tcl.cpp.
#define SWIG_CAST_NEW_MEMORY 0x2 |
Definition at line 194 of file gv_tcl.cpp.
#define SWIG_CASTRANKLIMIT (1 << 8) |
Definition at line 294 of file gv_tcl.cpp.
#define SWIG_CheckState | ( | r | ) | (SWIG_IsOK(r) ? 1 : 0) |
Definition at line 330 of file gv_tcl.cpp.
#define SWIG_contract_assert | ( | expr, | |
msg | |||
) | do { if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg); SWIG_fail; } } while (0) |
Definition at line 1678 of file gv_tcl.cpp.
#define SWIG_ConvertFunctionPtr | ( | obj, | |
pptr, | |||
type | |||
) | SWIG_Tcl_ConvertPtr(interp, obj, pptr, type, 0) |
Definition at line 973 of file gv_tcl.cpp.
#define SWIG_ConvertInstance | ( | obj, | |
pptr, | |||
type, | |||
flags | |||
) | SWIG_Tcl_ConvertPtr(interp, obj, pptr, type, flags) |
Definition at line 969 of file gv_tcl.cpp.
#define SWIG_ConvertMember | ( | obj, | |
ptr, | |||
sz, | |||
ty | |||
) | SWIG_Tcl_ConvertPacked(interp,obj, ptr, sz, ty) |
Definition at line 977 of file gv_tcl.cpp.
#define SWIG_ConvertPacked | ( | obj, | |
ptr, | |||
sz, | |||
ty | |||
) | SWIG_Tcl_ConvertPacked(interp, obj, ptr, sz, ty) |
Definition at line 965 of file gv_tcl.cpp.
#define SWIG_ConvertPtr | ( | oc, | |
ptr, | |||
ty, | |||
flags | |||
) | SWIG_Tcl_ConvertPtr(interp, oc, ptr, ty, flags) |
Definition at line 961 of file gv_tcl.cpp.
#define SWIG_ConvertPtrFromString | ( | c, | |
ptr, | |||
ty, | |||
flags | |||
) | SWIG_Tcl_ConvertPtrFromString(interp, c, ptr, ty, flags) |
Definition at line 999 of file gv_tcl.cpp.
#define SWIG_DelNewMask | ( | r | ) | (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r) |
Definition at line 306 of file gv_tcl.cpp.
#define SWIG_DelTmpMask | ( | r | ) | (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r) |
Definition at line 309 of file gv_tcl.cpp.
#define SWIG_Disown | ( | ptr | ) | SWIG_Tcl_Disown(ptr) |
Definition at line 998 of file gv_tcl.cpp.
#define SWIG_DivisionByZero -6 |
Definition at line 755 of file gv_tcl.cpp.
#define SWIG_ERROR (-1) |
Definition at line 284 of file gv_tcl.cpp.
#define SWIG_Error | ( | code, | |
msg | |||
) | SWIG_Tcl_SetErrorMsg(interp, SWIG_Tcl_ErrorType(code), msg) |
Definition at line 990 of file gv_tcl.cpp.
#define SWIG_ERROR_RELEASE_NOT_OWNED (-200) |
Definition at line 288 of file gv_tcl.cpp.
#define SWIG_ErrorType | ( | code | ) | SWIG_Tcl_ErrorType(code) |
Definition at line 989 of file gv_tcl.cpp.
#define SWIG_exception_fail | ( | code, | |
msg | |||
) | do { SWIG_Error(code, msg); SWIG_fail; } while(0) |
Definition at line 1676 of file gv_tcl.cpp.
#define SWIG_fail goto fail |
Definition at line 991 of file gv_tcl.cpp.
#define SWIG_From_bool Tcl_NewBooleanObj |
Definition at line 2008 of file gv_tcl.cpp.
#define SWIG_GetArgs SWIG_Tcl_GetArgs |
Definition at line 1002 of file gv_tcl.cpp.
#define SWIG_GetConstant SWIG_GetConstantObj |
Definition at line 1017 of file gv_tcl.cpp.
#define SWIG_GetConstantObj | ( | key | ) | SWIG_Tcl_GetConstantObj(key) |
Definition at line 1003 of file gv_tcl.cpp.
#define SWIG_GetModule | ( | clientdata | ) | SWIG_Tcl_GetModule((Tcl_Interp *) (clientdata)) |
Definition at line 983 of file gv_tcl.cpp.
#define SWIG_IndexError -4 |
Definition at line 753 of file gv_tcl.cpp.
#define SWIG_init | ( | void | ) | Gv_Init |
Definition at line 1697 of file gv_tcl.cpp.
#define SWIG_INIT_CLIENT_DATA_TYPE void * |
Definition at line 5721 of file gv_tcl.cpp.
#define SWIG_IOError -2 |
Definition at line 751 of file gv_tcl.cpp.
#define SWIG_IsNewObj | ( | r | ) | (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK)) |
Definition at line 307 of file gv_tcl.cpp.
#define SWIG_IsOK | ( | r | ) | (r >= 0) |
Definition at line 290 of file gv_tcl.cpp.
#define SWIG_IsTmpObj | ( | r | ) | (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK)) |
Definition at line 310 of file gv_tcl.cpp.
#define SWIG_MakePtr | ( | c, | |
ptr, | |||
ty, | |||
flags | |||
) | SWIG_Tcl_MakePtr(c, ptr, ty, flags) |
Definition at line 1000 of file gv_tcl.cpp.
#define SWIG_MangledTypeQuery | ( | name | ) | SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name) |
Definition at line 1693 of file gv_tcl.cpp.
#define SWIG_MemoryError -12 |
Definition at line 761 of file gv_tcl.cpp.
#define SWIG_MethodCommand SWIG_Tcl_MethodCommand |
Definition at line 997 of file gv_tcl.cpp.
#define SWIG_name "gv" |
Definition at line 1698 of file gv_tcl.cpp.
#define SWIG_namespace "gv" |
Definition at line 1700 of file gv_tcl.cpp.
#define SWIG_NewFunctionPtrObj | ( | ptr, | |
type | |||
) | SWIG_Tcl_NewPointerObj(ptr, type, 0) |
Definition at line 974 of file gv_tcl.cpp.
#define SWIG_NewInstanceObj | ( | thisvalue, | |
type, | |||
flags | |||
) | SWIG_Tcl_NewInstanceObj(interp, thisvalue, type, flags) |
Definition at line 970 of file gv_tcl.cpp.
#define SWIG_NewMemberObj | ( | ptr, | |
sz, | |||
type | |||
) | SWIG_Tcl_NewPackedObj(ptr, sz, type) |
Definition at line 978 of file gv_tcl.cpp.
#define SWIG_NEWOBJ (SWIG_OK | SWIG_NEWOBJMASK) |
Definition at line 302 of file gv_tcl.cpp.
#define SWIG_NEWOBJMASK (SWIG_CASTRANKLIMIT << 1) |
Definition at line 296 of file gv_tcl.cpp.
#define SWIG_NewPackedObj | ( | ptr, | |
sz, | |||
type | |||
) | SWIG_Tcl_NewPackedObj(ptr, sz, type) |
Definition at line 966 of file gv_tcl.cpp.
#define SWIG_NewPointerObj | ( | ptr, | |
type, | |||
flags | |||
) | SWIG_Tcl_NewPointerObj(ptr, type, flags) |
Definition at line 962 of file gv_tcl.cpp.
#define SWIG_NULLPTR NULL |
Definition at line 139 of file gv_tcl.cpp.
#define SWIG_NullReferenceError -13 |
Definition at line 762 of file gv_tcl.cpp.
#define SWIG_ObjectConstructor SWIG_Tcl_ObjectConstructor |
Definition at line 1004 of file gv_tcl.cpp.
#define SWIG_ObjectDelete SWIG_Tcl_ObjectDelete |
Definition at line 1006 of file gv_tcl.cpp.
#define SWIG_OK (0) |
Definition at line 282 of file gv_tcl.cpp.
#define SWIG_OLDOBJ (SWIG_OK) |
Definition at line 301 of file gv_tcl.cpp.
#define SWIG_OverflowError -7 |
Definition at line 756 of file gv_tcl.cpp.
#define SWIG_POINTER_CLEAR 0x8 |
Definition at line 196 of file gv_tcl.cpp.
#define SWIG_POINTER_DISOWN 0x1 |
Definition at line 193 of file gv_tcl.cpp.
#define SWIG_POINTER_EXCEPTION 0 |
Definition at line 1016 of file gv_tcl.cpp.
#define SWIG_POINTER_NO_NULL 0x4 |
Definition at line 195 of file gv_tcl.cpp.
#define SWIG_POINTER_OWN 0x1 |
Definition at line 200 of file gv_tcl.cpp.
#define SWIG_POINTER_RELEASE (SWIG_POINTER_CLEAR | SWIG_POINTER_DISOWN) |
Definition at line 197 of file gv_tcl.cpp.
#define SWIG_PointerTypeFromString | ( | c | ) | SWIG_Tcl_PointerTypeFromString(c) |
Definition at line 1001 of file gv_tcl.cpp.
#define SWIG_prefix "gv::" |
Definition at line 1699 of file gv_tcl.cpp.
#define SWIG_RUNTIME_VERSION "4" |
Definition at line 159 of file gv_tcl.cpp.
#define SWIG_RuntimeError -3 |
Definition at line 752 of file gv_tcl.cpp.
#define SWIG_SetModule | ( | clientdata, | |
pointer | |||
) | SWIG_Tcl_SetModule((Tcl_Interp *) (clientdata), pointer) |
Definition at line 984 of file gv_tcl.cpp.
Definition at line 348 of file gv_tcl.cpp.
#define SWIG_SyntaxError -8 |
Definition at line 757 of file gv_tcl.cpp.
#define SWIG_SystemError -10 |
Definition at line 759 of file gv_tcl.cpp.
#define SWIG_TCL_BINARY 5 |
Definition at line 855 of file gv_tcl.cpp.
#define SWIG_TCL_CALL_ARGS_2 | ( | arg1, | |
arg2 | |||
) | (interp, arg1, arg2) |
Definition at line 1010 of file gv_tcl.cpp.
#define SWIG_TCL_DECL_ARGS_2 | ( | arg1, | |
arg2 | |||
) | (Tcl_Interp *interp SWIGUNUSED, arg1, arg2) |
Definition at line 1009 of file gv_tcl.cpp.
#define SWIG_Tcl_GetConstant SWIG_Tcl_GetConstantObj |
Definition at line 1018 of file gv_tcl.cpp.
#define SWIG_TCL_HASHTABLE_INIT {0} |
Definition at line 1023 of file gv_tcl.cpp.
#define SWIG_TCL_POINTER 4 |
Definition at line 854 of file gv_tcl.cpp.
#define SWIG_TCL_STUBS_VERSION "8.4" |
Definition at line 1776 of file gv_tcl.cpp.
#define SWIG_Thisown | ( | ptr | ) | SWIG_Tcl_Thisown(ptr) |
Definition at line 1005 of file gv_tcl.cpp.
#define SWIG_TMPOBJ (SWIG_OK | SWIG_TMPOBJMASK) |
Definition at line 303 of file gv_tcl.cpp.
#define SWIG_TMPOBJMASK (SWIG_NEWOBJMASK << 1) |
Definition at line 298 of file gv_tcl.cpp.
#define SWIG_TYPE_TABLE_NAME |
Definition at line 167 of file gv_tcl.cpp.
#define SWIG_TypeError -5 |
Definition at line 754 of file gv_tcl.cpp.
#define SWIG_TypeQuery | ( | name | ) | SWIG_TypeQueryModule(&swig_module, &swig_module, name) |
Definition at line 1692 of file gv_tcl.cpp.
#define SWIG_UnknownError -1 |
Definition at line 750 of file gv_tcl.cpp.
#define SWIG_ValueError -9 |
Definition at line 758 of file gv_tcl.cpp.
#define SWIG_VERSION 0x040200 |
Definition at line 10 of file gv_tcl.cpp.
#define SWIG_version "0.0" |
Definition at line 1702 of file gv_tcl.cpp.
#define SWIGEXPORT |
Definition at line 98 of file gv_tcl.cpp.
#define SWIGINLINE |
Definition at line 35 of file gv_tcl.cpp.
#define SWIGINTERN static SWIGUNUSED |
Definition at line 70 of file gv_tcl.cpp.
#define SWIGINTERNINLINE SWIGINTERN SWIGINLINE |
Definition at line 75 of file gv_tcl.cpp.
#define SWIGRUNTIME SWIGINTERN |
Definition at line 180 of file gv_tcl.cpp.
#define SWIGRUNTIMEINLINE SWIGRUNTIME SWIGINLINE |
Definition at line 184 of file gv_tcl.cpp.
#define SWIGSTDCALL |
Definition at line 108 of file gv_tcl.cpp.
#define SWIGTCL |
Definition at line 11 of file gv_tcl.cpp.
#define SWIGTEMPLATEDISAMBIGUATOR |
Definition at line 26 of file gv_tcl.cpp.
#define SWIGTYPE_p_Agedge_t swig_types[0] |
Definition at line 1684 of file gv_tcl.cpp.
#define SWIGTYPE_p_Agnode_t swig_types[1] |
Definition at line 1685 of file gv_tcl.cpp.
#define SWIGTYPE_p_Agraph_t swig_types[2] |
Definition at line 1686 of file gv_tcl.cpp.
#define SWIGTYPE_p_Agsym_t swig_types[3] |
Definition at line 1687 of file gv_tcl.cpp.
#define SWIGTYPE_p_char swig_types[5] |
Definition at line 1689 of file gv_tcl.cpp.
#define SWIGTYPE_p_FILE swig_types[4] |
Definition at line 1688 of file gv_tcl.cpp.
#define SWIGUNUSED |
Definition at line 50 of file gv_tcl.cpp.
#define SWIGUNUSEDPARM | ( | p | ) | p SWIGUNUSED |
Definition at line 64 of file gv_tcl.cpp.
typedef struct swig_attribute swig_attribute |
typedef struct swig_cast_info swig_cast_info |
typedef struct swig_class swig_class |
typedef struct swig_const_info swig_const_info |
typedef void *(* swig_converter_func) (void *, int *) |
Definition at line 357 of file gv_tcl.cpp.
typedef void(* swig_delete_func) (ClientData) |
Definition at line 870 of file gv_tcl.cpp.
typedef struct swig_type_info *(* swig_dycast_func) (void **) |
Definition at line 357 of file gv_tcl.cpp.
typedef struct swig_instance swig_instance |
typedef struct swig_method swig_method |
typedef struct swig_module_info swig_module_info |
typedef struct swig_type_info swig_type_info |
typedef char *(* swig_variable_func) (ClientData, Tcl_Interp *, char *, char *, int) |
Definition at line 869 of file gv_tcl.cpp.
typedef int(* swig_wrapper) (ClientData, Tcl_Interp *, int, Tcl_Obj *const[]) |
Definition at line 867 of file gv_tcl.cpp.
typedef int(* swig_wrapper_func) (ClientData, Tcl_Interp *, int, Tcl_Obj *const[]) |
Definition at line 868 of file gv_tcl.cpp.
SWIGINTERN int _wrap_digraph | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 2038 of file gv_tcl.cpp.
References digraph(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_NEWOBJ, and SWIGTYPE_p_Agraph_t.
SWIGINTERN int _wrap_edge | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 2443 of file gv_tcl.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, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
SWIGINTERN int _wrap_edge__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 2307 of file gv_tcl.cpp.
References edge, SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.
Referenced by _wrap_edge().
SWIGINTERN int _wrap_edge__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 2336 of file gv_tcl.cpp.
References edge, NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_NEWOBJ, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.
Referenced by _wrap_edge().
SWIGINTERN int _wrap_edge__SWIG_2 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 2368 of file gv_tcl.cpp.
References edge, NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_NEWOBJ, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.
Referenced by _wrap_edge().
SWIGINTERN int _wrap_edge__SWIG_3 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 2400 of file gv_tcl.cpp.
References edge, NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_NEWOBJ, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.
Referenced by _wrap_edge().
SWIGINTERN int _wrap_findattr | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 3460 of file gv_tcl.cpp.
References _wrap_findattr__SWIG_0(), _wrap_findattr__SWIG_1(), _wrap_findattr__SWIG_2(), NULL, SWIG_AsCharPtrAndSize(), SWIG_CheckState, SWIG_ConvertPtr, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
SWIGINTERN int _wrap_findattr__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 3364 of file gv_tcl.cpp.
References findattr(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_NEWOBJ, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.
Referenced by _wrap_findattr().
SWIGINTERN int _wrap_findattr__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 3396 of file gv_tcl.cpp.
References findattr(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_NEWOBJ, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agsym_t.
Referenced by _wrap_findattr().
SWIGINTERN int _wrap_findattr__SWIG_2 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 3428 of file gv_tcl.cpp.
References findattr(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_NEWOBJ, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agsym_t.
Referenced by _wrap_findattr().
SWIGINTERN int _wrap_findedge | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 3335 of file gv_tcl.cpp.
References findedge(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.
SWIGINTERN int _wrap_findnode | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 3303 of file gv_tcl.cpp.
References findnode(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_NEWOBJ, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
SWIGINTERN int _wrap_findsubg | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 3271 of file gv_tcl.cpp.
References findsubg(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_NEWOBJ, and SWIGTYPE_p_Agraph_t.
SWIGINTERN int _wrap_firstattr | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 4866 of file gv_tcl.cpp.
References _wrap_firstattr__SWIG_0(), _wrap_firstattr__SWIG_1(), _wrap_firstattr__SWIG_2(), SWIG_CheckState, SWIG_ConvertPtr, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
SWIGINTERN int _wrap_firstattr__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 4745 of file gv_tcl.cpp.
References firstattr(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.
Referenced by _wrap_firstattr().
SWIGINTERN int _wrap_firstattr__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 4795 of file gv_tcl.cpp.
References firstattr(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agsym_t.
Referenced by _wrap_firstattr().
SWIGINTERN int _wrap_firstattr__SWIG_2 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 4845 of file gv_tcl.cpp.
References firstattr(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agsym_t.
Referenced by _wrap_firstattr().
SWIGINTERN int _wrap_firstedge | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 4078 of file gv_tcl.cpp.
References _wrap_firstedge__SWIG_0(), _wrap_firstedge__SWIG_1(), SWIG_CheckState, SWIG_ConvertPtr, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
SWIGINTERN int _wrap_firstedge__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 3957 of file gv_tcl.cpp.
References firstedge(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.
Referenced by _wrap_firstedge().
SWIGINTERN int _wrap_firstedge__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 4057 of file gv_tcl.cpp.
References firstedge(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.
Referenced by _wrap_firstedge().
SWIGINTERN int _wrap_firsthead | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 4301 of file gv_tcl.cpp.
References firsthead(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, and SWIGTYPE_p_Agnode_t.
SWIGINTERN int _wrap_firstin | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 4422 of file gv_tcl.cpp.
References _wrap_firstin__SWIG_0(), _wrap_firstin__SWIG_1(), SWIG_CheckState, SWIG_ConvertPtr, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
SWIGINTERN int _wrap_firstin__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 4351 of file gv_tcl.cpp.
References firstin(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.
Referenced by _wrap_firstin().
SWIGINTERN int _wrap_firstin__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 4401 of file gv_tcl.cpp.
References firstin(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.
Referenced by _wrap_firstin().
SWIGINTERN int _wrap_firstnode | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 4644 of file gv_tcl.cpp.
References _wrap_firstnode__SWIG_0(), _wrap_firstnode__SWIG_1(), SWIG_CheckState, SWIG_ConvertPtr, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.
SWIGINTERN int _wrap_firstnode__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 4573 of file gv_tcl.cpp.
References firstnode(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
Referenced by _wrap_firstnode().
SWIGINTERN int _wrap_firstnode__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 4623 of file gv_tcl.cpp.
References firstnode(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.
Referenced by _wrap_firstnode().
SWIGINTERN int _wrap_firstout | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 4200 of file gv_tcl.cpp.
References _wrap_firstout__SWIG_0(), _wrap_firstout__SWIG_1(), SWIG_CheckState, SWIG_ConvertPtr, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
SWIGINTERN int _wrap_firstout__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 4007 of file gv_tcl.cpp.
References firstout(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.
Referenced by _wrap_firstout().
SWIGINTERN int _wrap_firstout__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 4179 of file gv_tcl.cpp.
References firstout(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.
Referenced by _wrap_firstout().
SWIGINTERN int _wrap_firstsubg | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 3857 of file gv_tcl.cpp.
References firstsubg(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, and SWIGTYPE_p_Agraph_t.
SWIGINTERN int _wrap_firstsupg | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 3907 of file gv_tcl.cpp.
References firstsupg(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, and SWIGTYPE_p_Agraph_t.
SWIGINTERN int _wrap_firsttail | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 4523 of file gv_tcl.cpp.
References firsttail(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, and SWIGTYPE_p_Agnode_t.
SWIGINTERN int _wrap_getv | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 3069 of file gv_tcl.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, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.
SWIGINTERN int _wrap_getv__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 2886 of file gv_tcl.cpp.
References getv(), NULL, SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_GetArgs, SWIG_IsOK, SWIG_NEWOBJ, and SWIGTYPE_p_Agraph_t.
Referenced by _wrap_getv().
SWIGINTERN int _wrap_getv__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 2918 of file gv_tcl.cpp.
References getv(), NULL, SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_GetArgs, SWIG_IsOK, SWIG_NEWOBJ, and SWIGTYPE_p_Agnode_t.
Referenced by _wrap_getv().
SWIGINTERN int _wrap_getv__SWIG_2 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 2950 of file gv_tcl.cpp.
References getv(), NULL, SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_GetArgs, SWIG_IsOK, SWIG_NEWOBJ, and SWIGTYPE_p_Agedge_t.
Referenced by _wrap_getv().
SWIGINTERN int _wrap_getv__SWIG_3 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 2982 of file gv_tcl.cpp.
References getv(), SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_GetArgs, SWIG_IsOK, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.
Referenced by _wrap_getv().
SWIGINTERN int _wrap_getv__SWIG_4 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 3011 of file gv_tcl.cpp.
References getv(), SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_GetArgs, SWIG_IsOK, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agsym_t.
Referenced by _wrap_getv().
SWIGINTERN int _wrap_getv__SWIG_5 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 3040 of file gv_tcl.cpp.
References getv(), SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_GetArgs, SWIG_IsOK, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agsym_t.
Referenced by _wrap_getv().
SWIGINTERN int _wrap_graph | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 2241 of file gv_tcl.cpp.
References _wrap_graph__SWIG_0(), _wrap_graph__SWIG_1(), NULL, SWIG_AsCharPtrAndSize(), SWIG_CheckState, SWIG_ConvertPtr, and SWIGTYPE_p_Agraph_t.
SWIGINTERN int _wrap_graph__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 2014 of file gv_tcl.cpp.
References graph(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_NEWOBJ, and SWIGTYPE_p_Agraph_t.
Referenced by _wrap_graph().
SWIGINTERN int _wrap_graph__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 2209 of file gv_tcl.cpp.
References graph(), NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_NEWOBJ, and SWIGTYPE_p_Agraph_t.
Referenced by _wrap_graph().
SWIGINTERN int _wrap_graphof | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 3618 of file gv_tcl.cpp.
References _wrap_graphof__SWIG_0(), _wrap_graphof__SWIG_1(), _wrap_graphof__SWIG_2(), SWIG_CheckState, SWIG_ConvertPtr, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
SWIGINTERN int _wrap_graphof__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 3555 of file gv_tcl.cpp.
References graphof(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, and SWIGTYPE_p_Agraph_t.
Referenced by _wrap_graphof().
SWIGINTERN int _wrap_graphof__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 3576 of file gv_tcl.cpp.
References graphof(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.
Referenced by _wrap_graphof().
SWIGINTERN int _wrap_graphof__SWIG_2 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 3597 of file gv_tcl.cpp.
References graphof(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
Referenced by _wrap_graphof().
SWIGINTERN int _wrap_headof | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 3513 of file gv_tcl.cpp.
References headof(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.
SWIGINTERN int _wrap_layout | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 5096 of file gv_tcl.cpp.
References layout(), NULL, SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_bool, SWIG_GetArgs, SWIG_IsOK, SWIG_NEWOBJ, and SWIGTYPE_p_Agraph_t.
SWIGINTERN int _wrap_nameof | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 3230 of file gv_tcl.cpp.
References _wrap_nameof__SWIG_0(), _wrap_nameof__SWIG_1(), _wrap_nameof__SWIG_2(), SWIG_CheckState, SWIG_ConvertPtr, SWIGTYPE_p_Agnode_t, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.
SWIGINTERN int _wrap_nameof__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 3167 of file gv_tcl.cpp.
References nameof(), SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_Agraph_t.
Referenced by _wrap_nameof().
SWIGINTERN int _wrap_nameof__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 3188 of file gv_tcl.cpp.
References nameof(), SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_Agnode_t.
Referenced by _wrap_nameof().
SWIGINTERN int _wrap_nameof__SWIG_2 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 3209 of file gv_tcl.cpp.
References nameof(), SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_Agsym_t.
Referenced by _wrap_nameof().
SWIGINTERN int _wrap_nextattr | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 4936 of file gv_tcl.cpp.
References _wrap_nextattr__SWIG_0(), _wrap_nextattr__SWIG_1(), _wrap_nextattr__SWIG_2(), SWIG_CheckState, SWIG_ConvertPtr, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.
SWIGINTERN int _wrap_nextattr__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 4766 of file gv_tcl.cpp.
References nextattr(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.
Referenced by _wrap_nextattr().
SWIGINTERN int _wrap_nextattr__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 4816 of file gv_tcl.cpp.
References nextattr(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agsym_t.
Referenced by _wrap_nextattr().
SWIGINTERN int _wrap_nextattr__SWIG_2 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 4907 of file gv_tcl.cpp.
References nextattr(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agsym_t.
Referenced by _wrap_nextattr().
SWIGINTERN int _wrap_nextedge | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 4138 of file gv_tcl.cpp.
References _wrap_nextedge__SWIG_0(), _wrap_nextedge__SWIG_1(), SWIG_CheckState, SWIG_ConvertPtr, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
SWIGINTERN int _wrap_nextedge__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 3978 of file gv_tcl.cpp.
References nextedge(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.
Referenced by _wrap_nextedge().
SWIGINTERN int _wrap_nextedge__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 4109 of file gv_tcl.cpp.
References nextedge(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.
Referenced by _wrap_nextedge().
SWIGINTERN int _wrap_nexthead | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 4322 of file gv_tcl.cpp.
References nexthead(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, and SWIGTYPE_p_Agnode_t.
SWIGINTERN int _wrap_nextin | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 4482 of file gv_tcl.cpp.
References _wrap_nextin__SWIG_0(), _wrap_nextin__SWIG_1(), SWIG_CheckState, SWIG_ConvertPtr, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
SWIGINTERN int _wrap_nextin__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 4372 of file gv_tcl.cpp.
References nextin(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.
Referenced by _wrap_nextin().
SWIGINTERN int _wrap_nextin__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 4453 of file gv_tcl.cpp.
References nextin(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.
Referenced by _wrap_nextin().
SWIGINTERN int _wrap_nextnode | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 4704 of file gv_tcl.cpp.
References _wrap_nextnode__SWIG_0(), _wrap_nextnode__SWIG_1(), SWIG_CheckState, SWIG_ConvertPtr, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
SWIGINTERN int _wrap_nextnode__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 4594 of file gv_tcl.cpp.
References nextnode(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
Referenced by _wrap_nextnode().
SWIGINTERN int _wrap_nextnode__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 4675 of file gv_tcl.cpp.
References nextnode(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.
Referenced by _wrap_nextnode().
SWIGINTERN int _wrap_nextout | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 4260 of file gv_tcl.cpp.
References _wrap_nextout__SWIG_0(), _wrap_nextout__SWIG_1(), SWIG_CheckState, SWIG_ConvertPtr, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
SWIGINTERN int _wrap_nextout__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 4028 of file gv_tcl.cpp.
References nextout(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.
Referenced by _wrap_nextout().
SWIGINTERN int _wrap_nextout__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 4231 of file gv_tcl.cpp.
References nextout(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agnode_t.
Referenced by _wrap_nextout().
SWIGINTERN int _wrap_nextsubg | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 3878 of file gv_tcl.cpp.
References nextsubg(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, and SWIGTYPE_p_Agraph_t.
SWIGINTERN int _wrap_nextsupg | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 3928 of file gv_tcl.cpp.
References nextsupg(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, and SWIGTYPE_p_Agraph_t.
SWIGINTERN int _wrap_nexttail | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 4544 of file gv_tcl.cpp.
References nexttail(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, and SWIGTYPE_p_Agnode_t.
SWIGINTERN int _wrap_node | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 2275 of file gv_tcl.cpp.
References NULL, SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_NEWOBJ, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
SWIGINTERN int _wrap_ok | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 3806 of file gv_tcl.cpp.
References _wrap_ok__SWIG_0(), _wrap_ok__SWIG_1(), _wrap_ok__SWIG_2(), _wrap_ok__SWIG_3(), SWIG_CheckState, SWIG_ConvertPtr, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.
SWIGINTERN int _wrap_ok__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 3722 of file gv_tcl.cpp.
References ok(), SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_bool, SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_Agraph_t.
Referenced by _wrap_ok().
SWIGINTERN int _wrap_ok__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 3743 of file gv_tcl.cpp.
References ok(), SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_bool, SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_Agnode_t.
Referenced by _wrap_ok().
SWIGINTERN int _wrap_ok__SWIG_2 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 3764 of file gv_tcl.cpp.
References ok(), SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_bool, SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_Agedge_t.
Referenced by _wrap_ok().
SWIGINTERN int _wrap_ok__SWIG_3 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 3785 of file gv_tcl.cpp.
References ok(), SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_bool, SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_Agsym_t.
Referenced by _wrap_ok().
SWIGINTERN int _wrap_protoedge | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 3701 of file gv_tcl.cpp.
References protoedge(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.
SWIGINTERN int _wrap_protonode | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 3680 of file gv_tcl.cpp.
References protonode(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
SWIGINTERN int _wrap_read | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 2179 of file gv_tcl.cpp.
References _wrap_read__SWIG_0(), _wrap_read__SWIG_1(), NULL, SWIG_AsCharPtrAndSize(), SWIG_CheckState, SWIG_ConvertPtr, and SWIGTYPE_p_FILE.
SWIGINTERN int _wrap_read__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 2134 of file gv_tcl.cpp.
References NULL, read(), SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_NEWOBJ, and SWIGTYPE_p_Agraph_t.
Referenced by _wrap_read().
SWIGINTERN int _wrap_read__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 2158 of file gv_tcl.cpp.
References read(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_FILE.
Referenced by _wrap_read().
SWIGINTERN int _wrap_readstring | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 2110 of file gv_tcl.cpp.
References NULL, readstring(), SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_NEWOBJ, and SWIGTYPE_p_Agraph_t.
SWIGINTERN int _wrap_render | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 5264 of file gv_tcl.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, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_FILE.
SWIGINTERN int _wrap_render__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 5128 of file gv_tcl.cpp.
References render(), SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_bool, SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_Agraph_t.
Referenced by _wrap_render().
SWIGINTERN int _wrap_render__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 5149 of file gv_tcl.cpp.
References NULL, render(), SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_bool, SWIG_GetArgs, SWIG_IsOK, SWIG_NEWOBJ, and SWIGTYPE_p_Agraph_t.
Referenced by _wrap_render().
SWIGINTERN int _wrap_render__SWIG_2 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 5181 of file gv_tcl.cpp.
References NULL, render(), SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_bool, SWIG_GetArgs, SWIG_IsOK, SWIG_NEWOBJ, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_FILE.
Referenced by _wrap_render().
SWIGINTERN int _wrap_render__SWIG_3 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 5221 of file gv_tcl.cpp.
References NULL, render(), SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_bool, SWIG_GetArgs, SWIG_IsOK, SWIG_NEWOBJ, and SWIGTYPE_p_Agraph_t.
Referenced by _wrap_render().
SWIGINTERN int _wrap_renderchannel | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 5376 of file gv_tcl.cpp.
References NULL, renderchannel(), SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_bool, SWIG_GetArgs, SWIG_IsOK, SWIG_NEWOBJ, and SWIGTYPE_p_Agraph_t.
SWIGINTERN int _wrap_renderdata | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 5414 of file gv_tcl.cpp.
References NULL, renderdata(), SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_GetArgs, SWIG_IsOK, SWIG_NEWOBJ, and SWIGTYPE_p_Agraph_t.
SWIGINTERN int _wrap_renderresult | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 5336 of file gv_tcl.cpp.
References NULL, renderresult(), SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NEWOBJ, and SWIGTYPE_p_Agraph_t.
SWIGINTERN int _wrap_rm | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 5055 of file gv_tcl.cpp.
References _wrap_rm__SWIG_0(), _wrap_rm__SWIG_1(), _wrap_rm__SWIG_2(), SWIG_CheckState, SWIG_ConvertPtr, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
SWIGINTERN int _wrap_rm__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 4992 of file gv_tcl.cpp.
References rm(), SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_bool, SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_Agraph_t.
Referenced by _wrap_rm().
SWIGINTERN int _wrap_rm__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 5013 of file gv_tcl.cpp.
References rm(), SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_bool, SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_Agnode_t.
Referenced by _wrap_rm().
SWIGINTERN int _wrap_rm__SWIG_2 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 5034 of file gv_tcl.cpp.
References rm(), SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_bool, SWIG_GetArgs, SWIG_IsOK, and SWIGTYPE_p_Agedge_t.
Referenced by _wrap_rm().
SWIGINTERN int _wrap_rootof | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 3659 of file gv_tcl.cpp.
References rootof(), SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, and SWIGTYPE_p_Agraph_t.
SWIGINTERN int _wrap_setv | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 2764 of file gv_tcl.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, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.
SWIGINTERN int _wrap_setv__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 2515 of file gv_tcl.cpp.
References NULL, setv(), SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_GetArgs, SWIG_IsOK, SWIG_NEWOBJ, and SWIGTYPE_p_Agraph_t.
Referenced by _wrap_setv().
SWIGINTERN int _wrap_setv__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 2558 of file gv_tcl.cpp.
References NULL, setv(), SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_GetArgs, SWIG_IsOK, SWIG_NEWOBJ, and SWIGTYPE_p_Agnode_t.
Referenced by _wrap_setv().
SWIGINTERN int _wrap_setv__SWIG_2 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 2601 of file gv_tcl.cpp.
References NULL, setv(), SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_GetArgs, SWIG_IsOK, SWIG_NEWOBJ, and SWIGTYPE_p_Agedge_t.
Referenced by _wrap_setv().
SWIGINTERN int _wrap_setv__SWIG_3 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 2644 of file gv_tcl.cpp.
References NULL, setv(), SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_GetArgs, SWIG_IsOK, SWIG_NEWOBJ, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.
Referenced by _wrap_setv().
SWIGINTERN int _wrap_setv__SWIG_4 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 2684 of file gv_tcl.cpp.
References NULL, setv(), SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_GetArgs, SWIG_IsOK, SWIG_NEWOBJ, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agsym_t.
Referenced by _wrap_setv().
SWIGINTERN int _wrap_setv__SWIG_5 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 2724 of file gv_tcl.cpp.
References NULL, setv(), SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_FromCharPtr(), SWIG_GetArgs, SWIG_IsOK, SWIG_NEWOBJ, SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agsym_t.
Referenced by _wrap_setv().
SWIGINTERN int _wrap_strictdigraph | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 2086 of file gv_tcl.cpp.
References NULL, strictdigraph(), SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_NEWOBJ, and SWIGTYPE_p_Agraph_t.
SWIGINTERN int _wrap_strictgraph | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 2062 of file gv_tcl.cpp.
References NULL, strictgraph(), SWIG_ArgError, SWIG_as_voidptr, SWIG_AsCharPtrAndSize(), SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIG_NEWOBJ, and SWIGTYPE_p_Agraph_t.
SWIGINTERN int _wrap_tailof | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 3534 of file gv_tcl.cpp.
References SWIG_ArgError, SWIG_as_voidptr, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_GetArgs, SWIG_IsOK, SWIG_NewInstanceObj, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and tailof().
SWIGINTERN int _wrap_tred | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 5547 of file gv_tcl.cpp.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_bool, SWIG_GetArgs, SWIG_IsOK, SWIGTYPE_p_Agraph_t, and tred().
SWIGINTERN int _wrap_write | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 5507 of file gv_tcl.cpp.
References _wrap_write__SWIG_0(), _wrap_write__SWIG_1(), NULL, SWIG_AsCharPtrAndSize(), SWIG_CheckState, SWIG_ConvertPtr, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_FILE.
SWIGINTERN int _wrap_write__SWIG_0 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 5446 of file gv_tcl.cpp.
References NULL, SWIG_ArgError, SWIG_AsCharPtrAndSize(), SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_bool, SWIG_GetArgs, SWIG_IsOK, SWIG_NEWOBJ, SWIGTYPE_p_Agraph_t, and write().
Referenced by _wrap_write().
SWIGINTERN int _wrap_write__SWIG_1 | ( | ClientData clientData | SWIGUNUSED, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 5478 of file gv_tcl.cpp.
References SWIG_ArgError, SWIG_ConvertPtr, SWIG_exception_fail, SWIG_fail, SWIG_From_bool, SWIG_GetArgs, SWIG_IsOK, SWIGTYPE_p_Agraph_t, SWIGTYPE_p_FILE, and write().
Referenced by _wrap_write().
|
extern |
Definition at line 36 of file gv.cpp.
References Agdirected, agopen(), gv_init(), and gvc.
Referenced by _wrap_digraph().
New edges
Definition at line 99 of file gv.cpp.
References agraphof(), and edge.
Definition at line 107 of file gv.cpp.
References agraphof(), and edge.
Definition at line 102 of file gv.cpp.
References agraphof(), and edge.
Definition at line 279 of file gv.cpp.
References agfindattr.
Definition at line 273 of file gv.cpp.
References agfindattr.
Definition at line 267 of file gv.cpp.
References agfindattr.
Referenced by _wrap_findattr__SWIG_0(), _wrap_findattr__SWIG_1(), and _wrap_findattr__SWIG_2().
Definition at line 259 of file gv.cpp.
References agfindedge, AGRAPH, agraphof(), and AGTYPE.
Referenced by _wrap_findedge().
Definition at line 253 of file gv.cpp.
References agnode().
Referenced by _wrap_findnode().
Find handles from names
Definition at line 247 of file gv.cpp.
References agsubg().
Referenced by _wrap_findsubg().
Definition at line 570 of file gv.cpp.
References AGEDGE, agnxtattr(), agraphof(), and agtail.
Definition at line 556 of file gv.cpp.
References AGNODE, agnxtattr(), and agraphof().
Definition at line 542 of file gv.cpp.
References agnxtattr(), AGRAPH, and agroot().
Referenced by _wrap_firstattr__SWIG_0(), _wrap_firstattr__SWIG_1(), and _wrap_firstattr__SWIG_2().
Definition at line 449 of file gv.cpp.
References agfstedge(), and agraphof().
Definition at line 409 of file gv.cpp.
References firstout().
Referenced by _wrap_firstedge__SWIG_0(), and _wrap_firstedge__SWIG_1().
Definition at line 425 of file gv.cpp.
References agfstout(), aghead, and agraphof().
Referenced by _wrap_firsthead().
Definition at line 482 of file gv.cpp.
References agfstin(), and agraphof().
Definition at line 461 of file gv.cpp.
References agfstin(), and agfstnode().
Referenced by _wrap_firstin__SWIG_0(), and _wrap_firstin__SWIG_1().
Definition at line 518 of file gv.cpp.
References agfstnode().
Referenced by _wrap_firstnode__SWIG_0(), and _wrap_firstnode__SWIG_1().
Definition at line 413 of file gv.cpp.
References agfstout(), and agraphof().
Definition at line 384 of file gv.cpp.
References agfstnode(), agfstout(), and agnxtnode().
Referenced by _wrap_firstout__SWIG_0(), _wrap_firstout__SWIG_1(), and firstedge().
Definition at line 367 of file gv.cpp.
References agfstsubg().
Referenced by _wrap_firstsubg().
Definition at line 380 of file gv.cpp.
References Agraph_s::parent.
Referenced by _wrap_firstsupg().
Definition at line 494 of file gv.cpp.
References agfstin(), agraphof(), and agtail.
Referenced by _wrap_firsttail().
Definition at line 205 of file gv.cpp.
References AGRAPH, AGTYPE, and myagxget().
|
extern |
Definition at line 212 of file gv.cpp.
References agattr(), AGEDGE, AGRAPH, agraphof(), agtail, AGTYPE, and myagxget().
Definition at line 162 of file gv.cpp.
References AGRAPH, AGTYPE, and myagxget().
|
extern |
Definition at line 169 of file gv.cpp.
References agattr(), AGNODE, AGRAPH, agraphof(), agroot(), AGTYPE, and myagxget().
Definition at line 129 of file gv.cpp.
References myagxget().
|
extern |
Getting attribute values
Definition at line 130 of file gv.cpp.
References agfindattr, agroot(), and myagxget().
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.
References agopen(), Agundirected, gv_init(), and gvc.
Referenced by _wrap_graph__SWIG_0(), _wrap_graph__SWIG_1(), add_edge(), add_graph_to_viewport(), add_graph_to_viewport_from_file(), bfs(), chkBoundBox(), circuitModel(), closest_pairs2graph(), coarsen_match(), common_neighbors(), compute_apsp(), compute_apsp_artificial_weights(), compute_apsp_artificial_weights_packed(), compute_apsp_dijkstra(), compute_apsp_packed(), compute_apsp_simple(), compute_densities(), compute_new_weights(), compute_weighted_apsp_packed(), constructSierpinski(), constructTetrix(), cpExGraph(), cpGraph(), create_hierarchy(), dijkstra(), dijkstra_f(), dijkstra_sgd(), dist3(), dist_from_foci(), embed_graph(), empty_neighbors_vec(), empty_neighbors_vec(), extract_active_logical_coords(), extract_adjacency(), fill_neighbors_vec(), fill_neighbors_vec_unweighted(), fill_neighbors_vec_unweighted(), findClosestActiveNode(), free_adjacency(), freeGraph(), freeGraphData(), improve_contiguity(), init_active_level(), main(), make_coarse_ex_graph(), make_coarse_graph(), make_map_from_rectangle_groups(), make_map_internal(), makeGraph(), makeGraphData(), makeHier(), makeInfo(), makeMap(), makeSierpinski(), makeTetrix(), mapFromGraph(), maxmatch(), mdsModel(), mkGraph(), mkGraph(), my_init_graph(), prepare_topological_fisheye(), refreshViewport(), remove_edge(), rescale_layout_polar(), rescale_layout_polarFocus(), restore_old_weights(), save_graph_with_file_name(), set_active_levels(), set_active_physical_coords(), sgd(), sparse_stress_subspace_majorization_kD(), stress_majorization_kD_mkernel(), unweighted_common_fraction(), and update_graph_params().
Definition at line 318 of file gv.cpp.
References AGRAPH, agraphof(), and AGTYPE.
Definition at line 303 of file gv.cpp.
References agroot(), and Agraph_s::root.
Referenced by _wrap_graphof__SWIG_0(), _wrap_graphof__SWIG_1(), and _wrap_graphof__SWIG_2().
SWIGEXPORT int Gv_SafeInit | ( | Tcl_Interp * | interp | ) |
Definition at line 6011 of file gv_tcl.cpp.
References SWIG_init.
|
extern |
Definition at line 615 of file gv.cpp.
References engine, err, gvc, gvFreeLayout(), and gvLayout().
Referenced by _wrap_layout().
|
extern |
Definition at line 348 of file gv.cpp.
References agnameof(), AGRAPH, and AGTYPE.
|
extern |
Obtain names from handles
Definition at line 343 of file gv.cpp.
References agnameof().
Referenced by _wrap_nameof__SWIG_0(), _wrap_nameof__SWIG_1(), and _wrap_nameof__SWIG_2().
|
extern |
Definition at line 355 of file gv.cpp.
References Agsym_s::name.
Definition at line 577 of file gv.cpp.
References AGEDGE, agnxtattr(), agraphof(), and agtail.
Definition at line 563 of file gv.cpp.
References AGNODE, agnxtattr(), and agraphof().
Definition at line 549 of file gv.cpp.
References agnxtattr(), AGRAPH, and agroot().
Referenced by _wrap_nextattr__SWIG_0(), _wrap_nextattr__SWIG_1(), and _wrap_nextattr__SWIG_2().
Definition at line 455 of file gv.cpp.
References agnxtedge(), and agraphof().
Definition at line 411 of file gv.cpp.
References nextout().
Referenced by _wrap_nextedge__SWIG_0(), and _wrap_nextedge__SWIG_1().
Definition at line 434 of file gv.cpp.
References agfindedge, aghead, AGMKOUT, agnxtout(), and agraphof().
Referenced by _wrap_nexthead().
Definition at line 488 of file gv.cpp.
References agnxtin(), and agraphof().
Referenced by _wrap_nextin__SWIG_0(), and _wrap_nextin__SWIG_1().
Definition at line 524 of file gv.cpp.
References agnxtnode().
Referenced by _wrap_nextnode__SWIG_0(), and _wrap_nextnode__SWIG_1().
Definition at line 419 of file gv.cpp.
References agnxtout(), and agraphof().
Definition at line 395 of file gv.cpp.
References agfstout(), agnxtnode(), agnxtout(), and agtail.
Referenced by _wrap_nextout__SWIG_0(), _wrap_nextout__SWIG_1(), and nextedge().
Definition at line 373 of file gv.cpp.
References agnxtsubg().
Referenced by _wrap_nextsubg().
Definition at line 382 of file gv.cpp.
Referenced by _wrap_nextsupg().
Definition at line 503 of file gv.cpp.
References agfindedge, AGMKIN, agnxtin(), agraphof(), and agtail.
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(), _wrap_ok__SWIG_3(), dtvsearch(), and onematch().
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.
References agread(), gv_init(), and gvc.
Referenced by _wrap_read__SWIG_0(), and _wrap_read__SWIG_1().
|
extern |
|
extern |
Definition at line 54 of file gv.cpp.
References agmemread(), gv_init(), and gvc.
Referenced by _wrap_readstring().
|
extern |
Render
Definition at line 624 of file gv.cpp.
References attach_attrs().
Referenced by _wrap_render__SWIG_0(), _wrap_render__SWIG_1(), _wrap_render__SWIG_2(), _wrap_render__SWIG_3(), and gvplugin_graph().
|
extern |
|
extern |
|
extern |
|
extern |
Definition at line 648 of file gv.cpp.
References err, format, gv_channel_writer_init(), gv_writer_reset(), gvc, and gvRender().
Referenced by _wrap_renderchannel().
|
extern |
Definition at line 699 of file gv.cpp.
References err, format, gvc, and gvRenderData().
Referenced by _wrap_renderdata().
|
extern |
Definition at line 690 of file gv.cpp.
References format, gv_string_writer_init(), gv_writer_reset(), gvc, and gvRender().
Referenced by _wrap_renderresult().
|
extern |
Definition at line 604 of file gv.cpp.
References agdelete(), aghead, agnameof(), agraphof(), agroot(), and agtail.
|
extern |
Definition at line 594 of file gv.cpp.
References agdelete(), agnameof(), and agraphof().
|
extern |
Remove graph objects
Definition at line 584 of file gv.cpp.
References agclose().
Referenced by _wrap_rm__SWIG_0(), _wrap_rm__SWIG_1(), _wrap_rm__SWIG_2(), and medians().
Definition at line 327 of file gv.cpp.
References agroot().
Referenced by _wrap_rootof().
Definition at line 221 of file gv.cpp.
References AGRAPH, AGTYPE, and myagxset().
|
extern |
Definition at line 229 of file gv.cpp.
References agattr(), AGEDGE, AGRAPH, agraphof(), agroot(), agtail, AGTYPE, emptystring, and myagxset().
Definition at line 178 of file gv.cpp.
References AGRAPH, AGTYPE, and myagxset().
|
extern |
Definition at line 186 of file gv.cpp.
References agattr(), AGNODE, AGRAPH, agraphof(), agroot(), AGTYPE, emptystring, and myagxset().
Definition at line 146 of file gv.cpp.
References myagxset().
|
extern |
Setting attribute values
Definition at line 152 of file gv.cpp.
References agfindattr, agraphattr, agroot(), emptystring, myagxset(), and Agraph_s::root.
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.
References agopen(), Agstrictdirected, gv_init(), and gvc.
Referenced by _wrap_strictdigraph().
|
extern |
Definition at line 42 of file gv.cpp.
References agopen(), Agstrictundirected, gv_init(), and gvc.
Referenced by _wrap_strictgraph().
SWIGINTERN int SWIG_AsCharPtrAndSize | ( | Tcl_Obj * | obj, |
char ** | cptr, | ||
size_t * | psize, | ||
int * | alloc | ||
) |
Definition at line 1967 of file gv_tcl.cpp.
References len(), SWIG_OK, SWIG_OLDOBJ, 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 Tcl_Obj * SWIG_FromCharPtr | ( | const char * | cptr | ) |
Definition at line 2002 of file gv_tcl.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 Tcl_Obj * SWIG_FromCharPtrAndSize | ( | const char * | carray, |
size_t | size | ||
) |
Definition at line 1995 of file gv_tcl.cpp.
References NULL.
Referenced by SWIG_FromCharPtr().
SWIGEXPORT int SWIG_init | ( | Tcl_Interp * | interp | ) |
Definition at line 5969 of file gv_tcl.cpp.
References swig_command_info::name, swig_var_info::name, NULL, swig_commands, swig_constants, SWIG_InitializeModule(), SWIG_name, SWIG_namespace, SWIG_PropagateClientData(), SWIG_Tcl_InstallConstants(), SWIG_Tcl_InstallMethodLookupTables(), SWIG_TCL_STUBS_VERSION, swig_variables, and SWIG_version.
SWIGRUNTIME void SWIG_InitializeModule | ( | SWIG_INIT_CLIENT_DATA_TYPE | clientdata | ) |
Definition at line 5725 of file gv_tcl.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.
Referenced by SWIG_init().
SWIGRUNTIME swig_type_info * SWIG_MangledTypeQueryModule | ( | swig_module_info * | start, |
swig_module_info * | end, | ||
const char * | name | ||
) |
Definition at line 576 of file gv_tcl.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 650 of file gv_tcl.cpp.
Referenced by SWIG_PackDataName(), SWIG_PackVoidPtr(), SWIG_Tcl_MakePtr(), SWIG_Tcl_NewPackedObj(), and SWIG_Tcl_SetModule().
SWIGRUNTIME char * SWIG_PackDataName | ( | char * | buff, |
void * | ptr, | ||
size_t | sz, | ||
const char * | name, | ||
size_t | bsz | ||
) |
Definition at line 718 of file gv_tcl.cpp.
References SWIG_PackData().
SWIGRUNTIME char * SWIG_PackVoidPtr | ( | char * | buff, |
void * | ptr, | ||
const char * | name, | ||
size_t | bsz | ||
) |
Definition at line 694 of file gv_tcl.cpp.
References SWIG_PackData().
SWIGRUNTIME void SWIG_PropagateClientData | ( | void | ) |
Definition at line 5872 of file gv_tcl.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.
Referenced by SWIG_init().
SWIGRUNTIME void SWIG_Tcl_Acquire | ( | void * | ptr | ) |
Definition at line 1047 of file gv_tcl.cpp.
References SWIG_Tcl_ObjectTable().
SWIGINTERNINLINE void SWIG_Tcl_AddErrorMsg | ( | Tcl_Interp * | interp, |
const char * | mesg | ||
) |
Definition at line 835 of file gv_tcl.cpp.
SWIGRUNTIME int SWIG_Tcl_ConvertPacked | ( | Tcl_Interp * | SWIGUNUSEDPARMinterp, |
Tcl_Obj * | obj, | ||
void * | ptr, | ||
int | sz, | ||
swig_type_info * | ty | ||
) |
Definition at line 1175 of file gv_tcl.cpp.
References SWIG_ERROR, SWIG_OK, SWIG_TypeCheck(), and SWIG_UnpackData().
SWIGRUNTIMEINLINE int SWIG_Tcl_ConvertPtr | ( | Tcl_Interp * | interp, |
Tcl_Obj * | oc, | ||
void ** | ptr, | ||
swig_type_info * | ty, | ||
int | flags | ||
) |
Definition at line 1152 of file gv_tcl.cpp.
References flags, and SWIG_Tcl_ConvertPtrFromString().
Referenced by SWIG_Tcl_GetArgs(), and SWIG_Tcl_ObjectConstructor().
SWIGRUNTIME int SWIG_Tcl_ConvertPtrFromString | ( | Tcl_Interp * | interp, |
const char * | c, | ||
void ** | ptr, | ||
swig_type_info * | ty, | ||
int | flags | ||
) |
Definition at line 1073 of file gv_tcl.cpp.
References flags, NULL, SWIG_Disown, SWIG_ERROR, SWIG_ERROR_RELEASE_NOT_OWNED, SWIG_NullReferenceError, SWIG_OK, SWIG_POINTER_CLEAR, SWIG_POINTER_DISOWN, SWIG_POINTER_NO_NULL, SWIG_POINTER_RELEASE, SWIG_Thisown, SWIG_TypeCast(), SWIG_TypeCheck(), SWIG_UnpackData(), and swig_instance::thisvalue.
Referenced by SWIG_Tcl_ConvertPtr().
SWIGRUNTIME int SWIG_Tcl_Disown | ( | void * | ptr | ) |
Definition at line 1062 of file gv_tcl.cpp.
References SWIG_Tcl_ObjectTable().
SWIGINTERN const char * SWIG_Tcl_ErrorType | ( | int | code | ) |
Definition at line 770 of file gv_tcl.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.
SWIGRUNTIME int SWIG_Tcl_GetArgs | ( | Tcl_Interp * | interp, |
int | objc, | ||
Tcl_Obj *const | objv[], | ||
const char * | fmt, | ||
... | |||
) |
Definition at line 1574 of file gv_tcl.cpp.
References NULL, SWIG_OK, SWIG_snprintf, SWIG_Tcl_ConvertPtr(), and SWIG_Tcl_GetConstantObj().
SWIGINTERN Tcl_Obj * SWIG_Tcl_GetConstantObj | ( | const char * | key | ) |
Definition at line 935 of file gv_tcl.cpp.
References swigconstTable, and swigconstTableinit.
Referenced by SWIG_Tcl_GetArgs().
SWIGRUNTIME swig_module_info * SWIG_Tcl_GetModule | ( | Tcl_Interp * | interp | ) |
Definition at line 1235 of file gv_tcl.cpp.
References SWIG_RUNTIME_VERSION, SWIG_TYPE_TABLE_NAME, and SWIG_UnpackData().
SWIGINTERN void SWIG_Tcl_InstallConstants | ( | Tcl_Interp * | interp, |
swig_const_info | constants[] | ||
) |
Definition at line 5914 of file gv_tcl.cpp.
References SWIG_NewPackedObj, SWIG_NewPointerObj, SWIG_TCL_BINARY, SWIG_TCL_POINTER, SWIG_Tcl_SetConstantObj(), swigconstTable, swigconstTableinit, type, and swig_const_info::type.
Referenced by SWIG_init().
SWIGINTERN void SWIG_Tcl_InstallMethodLookupTables | ( | void | ) |
Definition at line 5943 of file gv_tcl.cpp.
References swig_class::hashtable, swig_method::method, swig_class::methods, swig_method::name, swig_module_info::size, swig_module, type, and swig_module_info::type_initial.
Referenced by SWIG_init().
SWIGRUNTIME void SWIG_Tcl_MakePtr | ( | char * | c, |
void * | ptr, | ||
swig_type_info * | ty, | ||
int | SWIGUNUSEDPARMflags | ||
) |
Definition at line 1199 of file gv_tcl.cpp.
References swig_type_info::name, and SWIG_PackData().
SWIGRUNTIME int SWIG_Tcl_MethodCommand | ( | ClientData | clientData, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | _objv[] | ||
) |
Definition at line 1279 of file gv_tcl.cpp.
References swig_class::attributes, swig_class::base_names, swig_class::bases, swig_instance::classptr, swig_instance::cmdtok, swig_instance::destroy, swig_attribute::getmethod, swig_class::hashtable, swig_class::methods, swig_method::name, swig_attribute::name, swig_attribute::setmethod, SWIG_Acquire, SWIG_Disown, SWIG_Thisown, SWIG_TypeQueryModule(), Tcl_GetStringResult, swig_instance::thisptr, and swig_instance::thisvalue.
SWIGRUNTIME Tcl_Obj * SWIG_Tcl_NewInstanceObj | ( | Tcl_Interp * | interp, |
void * | thisvalue, | ||
swig_type_info * | type, | ||
int | flags | ||
) |
Definition at line 1458 of file gv_tcl.cpp.
References swig_instance::classptr, swig_instance::cmdtok, swig_instance::destroy, flags, malloc(), SWIG_Acquire, SWIG_MethodCommand, SWIG_NewPointerObj, SWIG_ObjectDelete, swig_instance::thisptr, swig_instance::thisvalue, and type.
SWIGRUNTIME Tcl_Obj * SWIG_Tcl_NewPackedObj | ( | void * | ptr, |
int | sz, | ||
swig_type_info * | type | ||
) |
Definition at line 1220 of file gv_tcl.cpp.
References SWIG_PackData(), and type.
SWIGRUNTIMEINLINE Tcl_Obj * SWIG_Tcl_NewPointerObj | ( | void * | ptr, |
swig_type_info * | type, | ||
int | flags | ||
) |
Definition at line 1211 of file gv_tcl.cpp.
References flags, SWIG_BUFFER_SIZE, SWIG_MakePtr, and type.
SWIGRUNTIME int SWIG_Tcl_ObjectConstructor | ( | ClientData | clientData, |
Tcl_Interp * | interp, | ||
int | objc, | ||
Tcl_Obj *const | objv[] | ||
) |
Definition at line 1494 of file gv_tcl.cpp.
References swig_instance::classptr, swig_instance::cmdtok, swig_class::constructor, swig_instance::destroy, malloc(), s1(), SWIG_Acquire, SWIG_MethodCommand, SWIG_ObjectDelete, SWIG_OK, SWIG_Tcl_ConvertPtr(), swig_instance::thisptr, swig_instance::thisvalue, and swig_class::type.
SWIGRUNTIME void SWIG_Tcl_ObjectDelete | ( | ClientData | clientData | ) |
Definition at line 1265 of file gv_tcl.cpp.
References swig_instance::classptr, swig_instance::destroy, swig_class::destructor, free(), SWIG_Disown, swig_instance::thisptr, and swig_instance::thisvalue.
SWIGRUNTIME Tcl_HashTable * SWIG_Tcl_ObjectTable | ( | void | ) |
Definition at line 1035 of file gv_tcl.cpp.
Referenced by SWIG_Tcl_Acquire(), SWIG_Tcl_Disown(), and SWIG_Tcl_Thisown().
SWIGRUNTIME char * SWIG_Tcl_PointerTypeFromString | ( | char * | c | ) |
Definition at line 1158 of file gv_tcl.cpp.
SWIGINTERN void SWIG_Tcl_SetConstantObj | ( | Tcl_Interp * | interp, |
const char * | name, | ||
Tcl_Obj * | obj | ||
) |
Definition at line 928 of file gv_tcl.cpp.
References NULL, and swigconstTable.
Referenced by SWIG_Tcl_InstallConstants().
SWIGINTERN void SWIG_Tcl_SetErrorMsg | ( | Tcl_Interp * | interp, |
const char * | ctype, | ||
const char * | mesg | ||
) |
Definition at line 822 of file gv_tcl.cpp.
References NULL.
SWIGINTERN void SWIG_Tcl_SetErrorObj | ( | Tcl_Interp * | interp, |
const char * | ctype, | ||
Tcl_Obj * | obj | ||
) |
Definition at line 814 of file gv_tcl.cpp.
References NULL.
SWIGRUNTIME void SWIG_Tcl_SetModule | ( | Tcl_Interp * | interp, |
swig_module_info * | module | ||
) |
Definition at line 1249 of file gv_tcl.cpp.
References SWIG_BUFFER_SIZE, SWIG_PackData(), SWIG_RUNTIME_VERSION, and SWIG_TYPE_TABLE_NAME.
SWIGRUNTIME int SWIG_Tcl_Thisown | ( | void * | ptr | ) |
Definition at line 1053 of file gv_tcl.cpp.
References SWIG_Tcl_ObjectTable().
SWIGRUNTIMEINLINE void * SWIG_TypeCast | ( | swig_cast_info * | ty, |
void * | ptr, | ||
int * | newmemory | ||
) |
Definition at line 494 of file gv_tcl.cpp.
References swig_cast_info::converter.
Referenced by SWIG_Tcl_ConvertPtrFromString().
SWIGRUNTIME swig_cast_info * SWIG_TypeCheck | ( | const char * | c, |
swig_type_info * | ty | ||
) |
Definition at line 440 of file gv_tcl.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_Tcl_ConvertPacked(), and SWIG_Tcl_ConvertPtrFromString().
SWIGRUNTIME swig_cast_info * SWIG_TypeCheckStruct | ( | const swig_type_info * | from, |
swig_type_info * | ty | ||
) |
Definition at line 467 of file gv_tcl.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 546 of file gv_tcl.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 413 of file gv_tcl.cpp.
References SWIG_TypeNameComp().
Referenced by SWIG_TypeEquiv().
SWIGRUNTIME swig_type_info * SWIG_TypeDynamicCast | ( | swig_type_info * | ty, |
void ** | ptr | ||
) |
Definition at line 502 of file gv_tcl.cpp.
References swig_type_info::dcast.
SWIGRUNTIME int SWIG_TypeEquiv | ( | const char * | nb, |
const char * | tb | ||
) |
Definition at line 432 of file gv_tcl.cpp.
References SWIG_TypeCmp().
Referenced by SWIG_TypeQueryModule().
SWIGRUNTIMEINLINE const char * SWIG_TypeName | ( | const swig_type_info * | ty | ) |
Definition at line 516 of file gv_tcl.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 398 of file gv_tcl.cpp.
Referenced by SWIG_TypeCmp().
SWIGRUNTIME void SWIG_TypeNewClientData | ( | swig_type_info * | ti, |
void * | clientdata | ||
) |
Definition at line 562 of file gv_tcl.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 525 of file gv_tcl.cpp.
SWIGRUNTIME swig_type_info * SWIG_TypeQueryModule | ( | swig_module_info * | start, |
swig_module_info * | end, | ||
const char * | name | ||
) |
Definition at line 621 of file gv_tcl.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_Tcl_MethodCommand().
SWIGRUNTIME const char * SWIG_UnpackData | ( | const char * | c, |
void * | ptr, | ||
size_t | sz | ||
) |
Definition at line 666 of file gv_tcl.cpp.
Referenced by SWIG_Tcl_ConvertPacked(), SWIG_Tcl_ConvertPtrFromString(), SWIG_Tcl_GetModule(), SWIG_UnpackDataName(), and SWIG_UnpackVoidPtr().
SWIGRUNTIME const char * SWIG_UnpackDataName | ( | const char * | c, |
void * | ptr, | ||
size_t | sz, | ||
const char * | name | ||
) |
Definition at line 733 of file gv_tcl.cpp.
References SWIG_UnpackData().
SWIGRUNTIME const char * SWIG_UnpackVoidPtr | ( | const char * | c, |
void ** | ptr, | ||
const char * | name | ||
) |
Definition at line 705 of file gv_tcl.cpp.
References SWIG_UnpackData().
|
extern |
Definition at line 728 of file gv.cpp.
References err, and gvToolTred().
Referenced by _wrap_tred().
|
extern |
Definition at line 717 of file gv.cpp.
References agwrite(), and err.
Referenced by _wrap_write__SWIG_0(), and _wrap_write__SWIG_1().
|
extern |
|
static |
Definition at line 5646 of file gv_tcl.cpp.
|
static |
Definition at line 5647 of file gv_tcl.cpp.
|
static |
Definition at line 5648 of file gv_tcl.cpp.
|
static |
Definition at line 5649 of file gv_tcl.cpp.
|
static |
Definition at line 5651 of file gv_tcl.cpp.
|
static |
Definition at line 5650 of file gv_tcl.cpp.
|
static |
Definition at line 5630 of file gv_tcl.cpp.
|
static |
Definition at line 5631 of file gv_tcl.cpp.
|
static |
Definition at line 5632 of file gv_tcl.cpp.
|
static |
Definition at line 5633 of file gv_tcl.cpp.
|
static |
Definition at line 5635 of file gv_tcl.cpp.
|
static |
Definition at line 5634 of file gv_tcl.cpp.
|
static |
Definition at line 5653 of file gv_tcl.cpp.
Referenced by SWIG_InitializeModule().
|
static |
Definition at line 5568 of file gv_tcl.cpp.
Referenced by SWIG_init().
|
static |
Definition at line 5624 of file gv_tcl.cpp.
Referenced by SWIG_init().
|
static |
Definition at line 1691 of file gv_tcl.cpp.
Referenced by SWIG_InitializeModule(), SWIG_PropagateClientData(), and SWIG_Tcl_InstallMethodLookupTables().
|
static |
Definition at line 5637 of file gv_tcl.cpp.
Referenced by SWIG_InitializeModule().
|
static |
Definition at line 1690 of file gv_tcl.cpp.
|
static |
Definition at line 5620 of file gv_tcl.cpp.
Referenced by SWIG_init().
|
static |
Definition at line 924 of file gv_tcl.cpp.
Referenced by SWIG_Tcl_GetConstantObj(), SWIG_Tcl_InstallConstants(), and SWIG_Tcl_SetConstantObj().
|
static |
Definition at line 925 of file gv_tcl.cpp.
Referenced by SWIG_Tcl_GetConstantObj(), and SWIG_Tcl_InstallConstants().