Graphviz 13.0.0~dev.20241222.1117
|
#include <string.h>
#include "lua.h"
#include "lauxlib.h"
#include <stdlib.h>
#include <assert.h>
#include "lrodefs.h"
#include "lrotable.h"
#include <gvc/gvc.h>
Go to the source code of this file.
Data Structures | |
struct | swig_type_info |
struct | swig_cast_info |
struct | swig_module_info |
struct | swig_lua_var_info |
struct | swig_lua_attribute |
struct | swig_lua_namespace |
struct | swig_lua_class |
struct | swig_lua_userdata |
struct | swig_lua_rawdata |
struct | swig::LANGUAGE_OBJ |
Namespaces | |
namespace | swig |
Typedefs | |
typedef void *(* | swig_converter_func) (void *, int *) |
typedef struct swig_type_info *(* | swig_dycast_func) (void **) |
typedef struct swig_type_info | swig_type_info |
typedef struct swig_cast_info | swig_cast_info |
typedef struct swig_module_info | swig_module_info |
typedef const LUA_REG_TYPE | swig_lua_method |
typedef const LUA_REG_TYPE | swig_lua_const_info |
typedef struct swig_lua_namespace | swig_lua_namespace |
typedef struct swig_lua_class | swig_lua_class |
typedef int(* | swig_lua_base_iterator_func) (lua_State *, swig_type_info *, int, int *ret) |
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) |
static const char *() | lua_tolstring (lua_State *L, int idx, size_t *len) |
SWIGRUNTIME void | SWIG_Lua_pusherrstring (lua_State *L, const char *str) |
SWIGRUNTIME void | SWIG_Lua_pushferrstring (lua_State *L, const char *fmt,...) |
SWIGRUNTIME swig_module_info * | SWIG_Lua_GetModule (lua_State *L) |
SWIGRUNTIME void | SWIG_Lua_SetModule (lua_State *L, swig_module_info *module) |
SWIGINTERN int | SWIG_Lua_set_immutable (lua_State *L) |
SWIGINTERN int | SWIG_Lua_namespace_get (lua_State *L) |
SWIGINTERN int | SWIG_Lua_namespace_set (lua_State *L) |
SWIGINTERN void | SWIG_Lua_InstallConstants (lua_State *L, swig_lua_const_info constants[]) |
SWIGINTERN void | SWIG_Lua_add_variable (lua_State *L, const char *name, lua_CFunction getFn, lua_CFunction setFn) |
SWIGINTERN void | SWIG_Lua_class_register (lua_State *L, swig_lua_class *clss) |
SWIGINTERN int | SWIG_Lua_add_namespace_details (lua_State *L, swig_lua_namespace *ns) |
SWIGINTERN void | SWIG_Lua_add_namespace_classes (lua_State *L, swig_lua_namespace *ns) |
SWIGINTERN void | SWIG_Lua_namespace_register (lua_State *L, swig_lua_namespace *ns, int reg) |
SWIGINTERN void | SWIG_Lua_get_class_metatable (lua_State *L, const char *cname) |
SWIGINTERN int | SWIG_Lua_iterate_bases (lua_State *L, swig_type_info *SWIGUNUSED swig_type, int first_arg, swig_lua_base_iterator_func func, int *const ret) |
SWIGINTERN int | SWIG_Lua_class_do_get_item (lua_State *L, swig_type_info *type, int SWIGUNUSED first_arg, int *ret) |
SWIGINTERN int | SWIG_Lua_class_do_get (lua_State *L, swig_type_info *type, int SWIGUNUSED first_arg, int *ret) |
SWIGINTERN int | SWIG_Lua_class_get (lua_State *L) |
SWIGINTERN int | SWIG_Lua_class_do_set (lua_State *L, swig_type_info *type, int first_arg, int *ret) |
SWIGINTERN int | SWIG_Lua_class_set (lua_State *L) |
SWIGINTERN int | SWIG_Lua_class_destruct (lua_State *L) |
SWIGINTERN int | SWIG_Lua_class_tostring (lua_State *L) |
SWIGINTERN int | SWIG_Lua_class_disown (lua_State *L) |
SWIGRUNTIME int | SWIG_Lua_class_equal (lua_State *L) |
SWIGINTERN void | SWIG_Lua_populate_inheritable_metamethods (lua_State *L) |
SWIGINTERN void | SWIG_Lua_create_class_registry (lua_State *L) |
SWIGINTERN void | SWIG_Lua_get_class_registry (lua_State *L) |
SWIGINTERN void | SWIG_Lua_get_inheritable_metamethods (lua_State *L) |
SWIGINTERN void | SWIG_Lua_init_base_class (lua_State *L, swig_lua_class *clss) |
SWIGINTERN void | SWIG_Lua_add_class_static_details (lua_State *L, swig_lua_class *clss) |
SWIGINTERN void | SWIG_Lua_add_class_user_metamethods (lua_State *L, swig_lua_class *clss) |
SWIGINTERN void | SWIG_Lua_add_class_instance_details (lua_State *L, swig_lua_class *clss) |
SWIGRUNTIME int | SWIG_Lua_resolve_metamethod (lua_State *L) |
SWIGINTERN int | SWIG_Lua_do_resolve_metamethod (lua_State *L, const swig_lua_class *clss, int metamethod_name_idx, int skip_check) |
SWIGINTERN int | SWIG_Lua_add_class_user_metamethod (lua_State *L, swig_lua_class *clss, const int metatable_index) |
SWIGINTERN void | SWIG_Lua_class_register_static (lua_State *L, swig_lua_class *clss) |
SWIGINTERN void | SWIG_Lua_class_register_instance (lua_State *L, swig_lua_class *clss) |
SWIGINTERN void | SWIG_Lua_elua_class_register_instance (lua_State *L, swig_lua_class *clss) |
SWIGINTERN void | SWIG_Lua_AddMetatable (lua_State *L, swig_type_info *type) |
SWIGRUNTIME void | SWIG_Lua_NewPointerObj (lua_State *L, void *ptr, swig_type_info *type, int own) |
SWIGRUNTIME int | SWIG_Lua_ConvertPtr (lua_State *L, int index, void **ptr, swig_type_info *type, int flags) |
SWIGRUNTIME void * | SWIG_Lua_MustGetPtr (lua_State *L, int index, swig_type_info *type, int flags, int argnum, const char *func_name) |
SWIGRUNTIME void | SWIG_Lua_NewPackedObj (lua_State *L, void *ptr, size_t size, swig_type_info *type) |
SWIGRUNTIME int | SWIG_Lua_ConvertPacked (lua_State *L, int index, void *ptr, size_t size, swig_type_info *type) |
SWIGRUNTIME const char * | SWIG_Lua_typename (lua_State *L, int tp) |
SWIGRUNTIME int | SWIG_Lua_type (lua_State *L) |
SWIGINTERN int | SWIG_Lua_dostring (lua_State *L, const char *str) |
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_lua_isnilstring (lua_State *L, int idx) |
static int | _wrap_graph__SWIG_0 (lua_State *L) |
static int | _wrap_digraph (lua_State *L) |
static int | _wrap_strictgraph (lua_State *L) |
static int | _wrap_strictdigraph (lua_State *L) |
static int | _wrap_readstring (lua_State *L) |
static int | _wrap_read__SWIG_0 (lua_State *L) |
static int | _wrap_read__SWIG_1 (lua_State *L) |
static int | _wrap_read (lua_State *L) |
static int | _wrap_graph__SWIG_1 (lua_State *L) |
static int | _wrap_graph (lua_State *L) |
static int | _wrap_node (lua_State *L) |
static int | _wrap_edge__SWIG_0 (lua_State *L) |
static int | _wrap_edge__SWIG_1 (lua_State *L) |
static int | _wrap_edge__SWIG_2 (lua_State *L) |
static int | _wrap_edge__SWIG_3 (lua_State *L) |
static int | _wrap_edge (lua_State *L) |
static int | _wrap_setv__SWIG_0 (lua_State *L) |
static int | _wrap_setv__SWIG_1 (lua_State *L) |
static int | _wrap_setv__SWIG_2 (lua_State *L) |
static int | _wrap_setv__SWIG_3 (lua_State *L) |
static int | _wrap_setv__SWIG_4 (lua_State *L) |
static int | _wrap_setv__SWIG_5 (lua_State *L) |
static int | _wrap_setv (lua_State *L) |
static int | _wrap_getv__SWIG_0 (lua_State *L) |
static int | _wrap_getv__SWIG_1 (lua_State *L) |
static int | _wrap_getv__SWIG_2 (lua_State *L) |
static int | _wrap_getv__SWIG_3 (lua_State *L) |
static int | _wrap_getv__SWIG_4 (lua_State *L) |
static int | _wrap_getv__SWIG_5 (lua_State *L) |
static int | _wrap_getv (lua_State *L) |
static int | _wrap_nameof__SWIG_0 (lua_State *L) |
static int | _wrap_nameof__SWIG_1 (lua_State *L) |
static int | _wrap_nameof__SWIG_2 (lua_State *L) |
static int | _wrap_nameof (lua_State *L) |
static int | _wrap_findsubg (lua_State *L) |
static int | _wrap_findnode (lua_State *L) |
static int | _wrap_findedge (lua_State *L) |
static int | _wrap_findattr__SWIG_0 (lua_State *L) |
static int | _wrap_findattr__SWIG_1 (lua_State *L) |
static int | _wrap_findattr__SWIG_2 (lua_State *L) |
static int | _wrap_findattr (lua_State *L) |
static int | _wrap_headof (lua_State *L) |
static int | _wrap_tailof (lua_State *L) |
static int | _wrap_graphof__SWIG_0 (lua_State *L) |
static int | _wrap_graphof__SWIG_1 (lua_State *L) |
static int | _wrap_graphof__SWIG_2 (lua_State *L) |
static int | _wrap_graphof (lua_State *L) |
static int | _wrap_rootof (lua_State *L) |
static int | _wrap_protonode (lua_State *L) |
static int | _wrap_protoedge (lua_State *L) |
static int | _wrap_ok__SWIG_0 (lua_State *L) |
static int | _wrap_ok__SWIG_1 (lua_State *L) |
static int | _wrap_ok__SWIG_2 (lua_State *L) |
static int | _wrap_ok__SWIG_3 (lua_State *L) |
static int | _wrap_ok (lua_State *L) |
static int | _wrap_firstsubg (lua_State *L) |
static int | _wrap_nextsubg (lua_State *L) |
static int | _wrap_firstsupg (lua_State *L) |
static int | _wrap_nextsupg (lua_State *L) |
static int | _wrap_firstedge__SWIG_0 (lua_State *L) |
static int | _wrap_nextedge__SWIG_0 (lua_State *L) |
static int | _wrap_firstout__SWIG_0 (lua_State *L) |
static int | _wrap_nextout__SWIG_0 (lua_State *L) |
static int | _wrap_firstedge__SWIG_1 (lua_State *L) |
static int | _wrap_firstedge (lua_State *L) |
static int | _wrap_nextedge__SWIG_1 (lua_State *L) |
static int | _wrap_nextedge (lua_State *L) |
static int | _wrap_firstout__SWIG_1 (lua_State *L) |
static int | _wrap_firstout (lua_State *L) |
static int | _wrap_nextout__SWIG_1 (lua_State *L) |
static int | _wrap_nextout (lua_State *L) |
static int | _wrap_firsthead (lua_State *L) |
static int | _wrap_nexthead (lua_State *L) |
static int | _wrap_firstin__SWIG_0 (lua_State *L) |
static int | _wrap_nextin__SWIG_0 (lua_State *L) |
static int | _wrap_firstin__SWIG_1 (lua_State *L) |
static int | _wrap_firstin (lua_State *L) |
static int | _wrap_nextin__SWIG_1 (lua_State *L) |
static int | _wrap_nextin (lua_State *L) |
static int | _wrap_firsttail (lua_State *L) |
static int | _wrap_nexttail (lua_State *L) |
static int | _wrap_firstnode__SWIG_0 (lua_State *L) |
static int | _wrap_nextnode__SWIG_0 (lua_State *L) |
static int | _wrap_firstnode__SWIG_1 (lua_State *L) |
static int | _wrap_firstnode (lua_State *L) |
static int | _wrap_nextnode__SWIG_1 (lua_State *L) |
static int | _wrap_nextnode (lua_State *L) |
static int | _wrap_firstattr__SWIG_0 (lua_State *L) |
static int | _wrap_nextattr__SWIG_0 (lua_State *L) |
static int | _wrap_firstattr__SWIG_1 (lua_State *L) |
static int | _wrap_nextattr__SWIG_1 (lua_State *L) |
static int | _wrap_firstattr__SWIG_2 (lua_State *L) |
static int | _wrap_firstattr (lua_State *L) |
static int | _wrap_nextattr__SWIG_2 (lua_State *L) |
static int | _wrap_nextattr (lua_State *L) |
static int | _wrap_rm__SWIG_0 (lua_State *L) |
static int | _wrap_rm__SWIG_1 (lua_State *L) |
static int | _wrap_rm__SWIG_2 (lua_State *L) |
static int | _wrap_rm (lua_State *L) |
static int | _wrap_layout (lua_State *L) |
static int | _wrap_render__SWIG_0 (lua_State *L) |
static int | _wrap_render__SWIG_1 (lua_State *L) |
static int | _wrap_render__SWIG_2 (lua_State *L) |
static int | _wrap_render__SWIG_3 (lua_State *L) |
static int | _wrap_render (lua_State *L) |
static int | _wrap_renderresult (lua_State *L) |
static int | _wrap_renderchannel (lua_State *L) |
static int | _wrap_renderdata (lua_State *L) |
static int | _wrap_write__SWIG_0 (lua_State *L) |
static int | _wrap_write__SWIG_1 (lua_State *L) |
static int | _wrap_write (lua_State *L) |
static int | _wrap_tred (lua_State *L) |
SWIGRUNTIME void | SWIG_InitializeModule (SWIG_INIT_CLIENT_DATA_TYPE clientdata) |
SWIGRUNTIME void | SWIG_PropagateClientData (void) |
void | SWIG_init_user (lua_State *L) |
LUALIB_API int | SWIG_init (lua_State *L) |
#define LRO_STRVAL | ( | v | ) | {{.p = (char *) v}, LUA_TSTRING} |
Definition at line 877 of file gv_lua.cpp.
#define LSTRVAL LRO_STRVAL |
Definition at line 878 of file gv_lua.cpp.
Definition at line 935 of file gv_lua.cpp.
Definition at line 930 of file gv_lua.cpp.
#define lua_rawgetp | ( | L, | |
index, | |||
ptr | |||
) |
Definition at line 945 of file gv_lua.cpp.
#define lua_rawlen lua_strlen |
Definition at line 906 of file gv_lua.cpp.
#define lua_rawsetp | ( | L, | |
index, | |||
ptr | |||
) |
Definition at line 940 of file gv_lua.cpp.
#define MIN_OPT_LEVEL 2 |
Definition at line 886 of file gv_lua.cpp.
#define SWIG_AddCast | ( | r | ) | (r) |
Definition at line 324 of file gv_lua.cpp.
#define SWIG_AddNewMask | ( | r | ) | (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r) |
Definition at line 300 of file gv_lua.cpp.
#define SWIG_AddTmpMask | ( | r | ) | (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r) |
Definition at line 303 of file gv_lua.cpp.
#define SWIG_ArgError | ( | r | ) | ((r != SWIG_ERROR) ? r : SWIG_TypeError) |
Definition at line 286 of file gv_lua.cpp.
#define SWIG_AttributeError -11 |
Definition at line 755 of file gv_lua.cpp.
#define SWIG_BADOBJ (SWIG_ERROR) |
Definition at line 295 of file gv_lua.cpp.
#define SWIG_BUFFER_SIZE 1024 |
Definition at line 184 of file gv_lua.cpp.
#define SWIG_CAST_NEW_MEMORY 0x2 |
Definition at line 189 of file gv_lua.cpp.
#define SWIG_CASTRANKLIMIT (1 << 8) |
Definition at line 289 of file gv_lua.cpp.
#define SWIG_check_num_args | ( | func_name, | |
a, | |||
b | |||
) |
Definition at line 1094 of file gv_lua.cpp.
#define SWIG_CheckState | ( | r | ) | (SWIG_IsOK(r) ? 1 : 0) |
Definition at line 325 of file gv_lua.cpp.
#define SWIG_contract_assert | ( | expr, | |
msg | |||
) | do { if (!(expr)) { SWIG_Lua_pusherrstring(L, (char *) msg); goto fail; } } while (0) |
Definition at line 1082 of file gv_lua.cpp.
#define SWIG_ConvertMember | ( | L, | |
idx, | |||
ptr, | |||
sz, | |||
ty | |||
) | SWIG_Lua_ConvertPacked(L, idx, ptr, sz, ty) |
Definition at line 1073 of file gv_lua.cpp.
Definition at line 1070 of file gv_lua.cpp.
#define SWIG_DelNewMask | ( | r | ) | (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r) |
Definition at line 301 of file gv_lua.cpp.
#define SWIG_DelTmpMask | ( | r | ) | (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r) |
Definition at line 304 of file gv_lua.cpp.
#define SWIG_DivisionByZero -6 |
Definition at line 750 of file gv_lua.cpp.
Definition at line 2695 of file gv_lua.cpp.
#define SWIG_ERROR (-1) |
Definition at line 279 of file gv_lua.cpp.
#define SWIG_ERROR_RELEASE_NOT_OWNED (-200) |
Definition at line 283 of file gv_lua.cpp.
#define SWIG_fail {goto fail;} |
Definition at line 1087 of file gv_lua.cpp.
#define SWIG_fail_arg | ( | func_name, | |
argnum, | |||
type | |||
) |
Definition at line 1088 of file gv_lua.cpp.
#define SWIG_fail_ptr | ( | func_name, | |
argnum, | |||
type | |||
) | SWIG_fail_arg(func_name,argnum,(type && type->str)?type->str:"void*") |
Definition at line 1092 of file gv_lua.cpp.
#define SWIG_GetModule | ( | clientdata | ) | SWIG_Lua_GetModule((lua_State*)(clientdata)) |
Definition at line 1077 of file gv_lua.cpp.
#define SWIG_IndexError -4 |
Definition at line 748 of file gv_lua.cpp.
SWIGEXPORT void SWIG_init | ( | void | ) | luaopen_gv |
Definition at line 2741 of file gv_lua.cpp.
#define SWIG_INIT_CLIENT_DATA_TYPE void * |
Definition at line 7151 of file gv_lua.cpp.
#define SWIG_init_user luaopen_gv_user |
Definition at line 2742 of file gv_lua.cpp.
#define SWIG_IOError -2 |
Definition at line 746 of file gv_lua.cpp.
#define SWIG_IsNewObj | ( | r | ) | (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK)) |
Definition at line 302 of file gv_lua.cpp.
#define SWIG_IsOK | ( | r | ) | (r >= 0) |
Definition at line 285 of file gv_lua.cpp.
Definition at line 1114 of file gv_lua.cpp.
#define SWIG_IsTmpObj | ( | r | ) | (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK)) |
Definition at line 305 of file gv_lua.cpp.
#define SWIG_Lua_add_boolean | ( | L, | |
n, | |||
b | |||
) |
Definition at line 1108 of file gv_lua.cpp.
#define SWIG_Lua_add_function | ( | L, | |
n, | |||
f | |||
) |
Definition at line 1103 of file gv_lua.cpp.
#define SWIG_LUA_BINARY 5 |
Definition at line 989 of file gv_lua.cpp.
#define SWIG_LUA_CHAR 6 |
Definition at line 990 of file gv_lua.cpp.
Definition at line 862 of file gv_lua.cpp.
Definition at line 852 of file gv_lua.cpp.
Definition at line 850 of file gv_lua.cpp.
Definition at line 849 of file gv_lua.cpp.
Definition at line 857 of file gv_lua.cpp.
Definition at line 851 of file gv_lua.cpp.
#define SWIG_LUA_FLAVOR_ELUA 2 |
Definition at line 782 of file gv_lua.cpp.
#define SWIG_LUA_FLAVOR_ELUAC 3 |
Definition at line 783 of file gv_lua.cpp.
#define SWIG_LUA_FLAVOR_LUA 1 |
Definition at line 781 of file gv_lua.cpp.
#define SWIG_LUA_FLOAT 2 |
Definition at line 986 of file gv_lua.cpp.
Definition at line 1100 of file gv_lua.cpp.
#define SWIG_LUA_INT 1 |
Definition at line 985 of file gv_lua.cpp.
#define SWIG_LUA_MODULE_GLOBAL |
Definition at line 13 of file gv_lua.cpp.
#define SWIG_LUA_POINTER 4 |
Definition at line 988 of file gv_lua.cpp.
#define SWIG_LUA_STRING 3 |
Definition at line 987 of file gv_lua.cpp.
#define SWIG_LUA_TARGET SWIG_LUA_FLAVOR_LUA |
Definition at line 12 of file gv_lua.cpp.
#define SWIG_LUACODE luaopen_gv_luacode |
Definition at line 2744 of file gv_lua.cpp.
#define SWIG_MangledTypeQuery | ( | name | ) | SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name) |
Definition at line 2736 of file gv_lua.cpp.
#define SWIG_MemoryError -12 |
Definition at line 756 of file gv_lua.cpp.
#define SWIG_MODULE_CLIENTDATA_TYPE lua_State* |
Definition at line 1079 of file gv_lua.cpp.
#define SWIG_MustGetPtr | ( | L, | |
idx, | |||
type, | |||
flags, | |||
argnum, | |||
fnname | |||
) | SWIG_Lua_MustGetPtr(L,idx, type,flags, argnum,fnname) |
Definition at line 1071 of file gv_lua.cpp.
#define SWIG_name "gv" |
Definition at line 2740 of file gv_lua.cpp.
#define SWIG_NewMemberObj | ( | L, | |
ptr, | |||
sz, | |||
type | |||
) | SWIG_Lua_NewPackedObj(L, ptr, sz, type) |
Definition at line 1074 of file gv_lua.cpp.
#define SWIG_NEWOBJ (SWIG_OK | SWIG_NEWOBJMASK) |
Definition at line 297 of file gv_lua.cpp.
#define SWIG_NEWOBJMASK (SWIG_CASTRANKLIMIT << 1) |
Definition at line 291 of file gv_lua.cpp.
#define SWIG_NewPointerObj | ( | L, | |
ptr, | |||
type, | |||
owner | |||
) | SWIG_Lua_NewPointerObj(L, (void *)ptr, type, owner) |
Definition at line 1069 of file gv_lua.cpp.
#define SWIG_NULLPTR NULL |
Definition at line 142 of file gv_lua.cpp.
#define SWIG_NullReferenceError -13 |
Definition at line 757 of file gv_lua.cpp.
#define SWIG_OK (0) |
Definition at line 277 of file gv_lua.cpp.
#define SWIG_OLDOBJ (SWIG_OK) |
Definition at line 296 of file gv_lua.cpp.
#define SWIG_OverflowError -7 |
Definition at line 751 of file gv_lua.cpp.
#define SWIG_POINTER_CLEAR 0x8 |
Definition at line 191 of file gv_lua.cpp.
#define SWIG_POINTER_DISOWN 0x1 |
Definition at line 188 of file gv_lua.cpp.
#define SWIG_POINTER_NO_NULL 0x4 |
Definition at line 190 of file gv_lua.cpp.
#define SWIG_POINTER_OWN 0x1 |
Definition at line 195 of file gv_lua.cpp.
#define SWIG_POINTER_RELEASE (SWIG_POINTER_CLEAR | SWIG_POINTER_DISOWN) |
Definition at line 192 of file gv_lua.cpp.
#define SWIG_RUNTIME_VERSION "4" |
Definition at line 154 of file gv_lua.cpp.
#define SWIG_RuntimeError -3 |
Definition at line 747 of file gv_lua.cpp.
#define SWIG_SetModule | ( | clientdata, | |
pointer | |||
) | SWIG_Lua_SetModule((lua_State*) (clientdata), pointer) |
Definition at line 1078 of file gv_lua.cpp.
Definition at line 343 of file gv_lua.cpp.
#define SWIG_SyntaxError -8 |
Definition at line 752 of file gv_lua.cpp.
#define SWIG_SystemError -10 |
Definition at line 754 of file gv_lua.cpp.
#define SWIG_TMPOBJ (SWIG_OK | SWIG_TMPOBJMASK) |
Definition at line 298 of file gv_lua.cpp.
#define SWIG_TMPOBJMASK (SWIG_NEWOBJMASK << 1) |
Definition at line 293 of file gv_lua.cpp.
#define SWIG_TYPE_TABLE_NAME |
Definition at line 162 of file gv_lua.cpp.
#define SWIG_TypeError -5 |
Definition at line 749 of file gv_lua.cpp.
#define SWIG_TypeQuery | ( | name | ) | SWIG_TypeQueryModule(&swig_module, &swig_module, name) |
Definition at line 2735 of file gv_lua.cpp.
#define SWIG_UnknownError -1 |
Definition at line 745 of file gv_lua.cpp.
#define SWIG_ValueError -9 |
Definition at line 753 of file gv_lua.cpp.
#define SWIG_VERSION 0x040200 |
Definition at line 10 of file gv_lua.cpp.
#define SWIGEXPORT |
Definition at line 101 of file gv_lua.cpp.
#define SWIGINLINE |
Definition at line 38 of file gv_lua.cpp.
#define SWIGINTERN static SWIGUNUSED |
Definition at line 73 of file gv_lua.cpp.
#define SWIGINTERNINLINE SWIGINTERN SWIGINLINE |
Definition at line 78 of file gv_lua.cpp.
#define SWIGLUA |
Definition at line 11 of file gv_lua.cpp.
#define SWIGRUNTIME SWIGINTERN |
Definition at line 175 of file gv_lua.cpp.
#define SWIGRUNTIMEINLINE SWIGRUNTIME SWIGINLINE |
Definition at line 179 of file gv_lua.cpp.
#define SWIGSTDCALL |
Definition at line 111 of file gv_lua.cpp.
#define SWIGTEMPLATEDISAMBIGUATOR |
Definition at line 29 of file gv_lua.cpp.
#define SWIGTYPE_p_Agedge_t swig_types[0] |
Definition at line 2728 of file gv_lua.cpp.
#define SWIGTYPE_p_Agnode_t swig_types[1] |
Definition at line 2729 of file gv_lua.cpp.
#define SWIGTYPE_p_Agraph_t swig_types[2] |
Definition at line 2730 of file gv_lua.cpp.
#define SWIGTYPE_p_Agsym_t swig_types[3] |
Definition at line 2731 of file gv_lua.cpp.
#define SWIGTYPE_p_FILE swig_types[4] |
Definition at line 2732 of file gv_lua.cpp.
#define SWIGUNUSED |
Definition at line 53 of file gv_lua.cpp.
#define SWIGUNUSEDPARM | ( | p | ) | p SWIGUNUSED |
Definition at line 67 of file gv_lua.cpp.
typedef struct swig_cast_info swig_cast_info |
typedef void *(* swig_converter_func) (void *, int *) |
Definition at line 352 of file gv_lua.cpp.
typedef struct swig_type_info *(* swig_dycast_func) (void **) |
Definition at line 352 of file gv_lua.cpp.
typedef int(* swig_lua_base_iterator_func) (lua_State *, swig_type_info *, int, int *ret) |
Definition at line 1484 of file gv_lua.cpp.
typedef struct swig_lua_class swig_lua_class |
typedef const LUA_REG_TYPE swig_lua_const_info |
Definition at line 1001 of file gv_lua.cpp.
typedef const LUA_REG_TYPE swig_lua_method |
Definition at line 1000 of file gv_lua.cpp.
typedef struct swig_lua_namespace swig_lua_namespace |
typedef struct swig_module_info swig_module_info |
typedef struct swig_type_info swig_type_info |
|
static |
Definition at line 3014 of file gv_lua.cpp.
References digraph(), L, SWIG_check_num_args, SWIG_fail_arg, SWIG_lua_isnilstring(), SWIG_NewPointerObj, SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
|
static |
Definition at line 3390 of file gv_lua.cpp.
References _wrap_edge__SWIG_0(), _wrap_edge__SWIG_1(), _wrap_edge__SWIG_2(), _wrap_edge__SWIG_3(), L, SWIG_ConvertPtr, SWIG_isptrtype, SWIG_lua_isnilstring(), SWIG_Lua_pusherrstring(), SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
|
static |
Definition at line 3275 of file gv_lua.cpp.
References edge, L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGUNUSED.
Referenced by _wrap_edge().
|
static |
Definition at line 3306 of file gv_lua.cpp.
References edge, L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_lua_isnilstring(), SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGUNUSED.
Referenced by _wrap_edge().
|
static |
Definition at line 3333 of file gv_lua.cpp.
References edge, L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_lua_isnilstring(), SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGUNUSED.
Referenced by _wrap_edge().
|
static |
Definition at line 3360 of file gv_lua.cpp.
References edge, L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_lua_isnilstring(), SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
Referenced by _wrap_edge().
|
static |
Definition at line 4485 of file gv_lua.cpp.
References _wrap_findattr__SWIG_0(), _wrap_findattr__SWIG_1(), _wrap_findattr__SWIG_2(), L, SWIG_ConvertPtr, SWIG_isptrtype, SWIG_lua_isnilstring(), SWIG_Lua_pusherrstring(), SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
|
static |
Definition at line 4404 of file gv_lua.cpp.
References findattr(), L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_lua_isnilstring(), SWIG_NewPointerObj, SWIGTYPE_p_Agraph_t, SWIGTYPE_p_Agsym_t, and SWIGUNUSED.
Referenced by _wrap_findattr().
|
static |
Definition at line 4431 of file gv_lua.cpp.
References findattr(), L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_lua_isnilstring(), SWIG_NewPointerObj, SWIGTYPE_p_Agnode_t, SWIGTYPE_p_Agsym_t, and SWIGUNUSED.
Referenced by _wrap_findattr().
|
static |
Definition at line 4458 of file gv_lua.cpp.
References findattr(), L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_lua_isnilstring(), SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agsym_t, and SWIGUNUSED.
Referenced by _wrap_findattr().
|
static |
Definition at line 4373 of file gv_lua.cpp.
References findedge(), L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGUNUSED.
|
static |
Definition at line 4346 of file gv_lua.cpp.
References findnode(), L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_lua_isnilstring(), SWIG_NewPointerObj, SWIGTYPE_p_Agnode_t, SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
|
static |
Definition at line 4319 of file gv_lua.cpp.
References findsubg(), L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_lua_isnilstring(), SWIG_NewPointerObj, SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
|
static |
Definition at line 6206 of file gv_lua.cpp.
References _wrap_firstattr__SWIG_0(), _wrap_firstattr__SWIG_1(), _wrap_firstattr__SWIG_2(), L, SWIG_ConvertPtr, SWIG_isptrtype, SWIG_Lua_pusherrstring(), SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
|
static |
Definition at line 6072 of file gv_lua.cpp.
References firstattr(), L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agraph_t, SWIGTYPE_p_Agsym_t, and SWIGUNUSED.
Referenced by _wrap_firstattr().
|
static |
Definition at line 6127 of file gv_lua.cpp.
References firstattr(), L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agsym_t, and SWIGUNUSED.
Referenced by _wrap_firstattr().
|
static |
Definition at line 6182 of file gv_lua.cpp.
References firstattr(), L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agnode_t, SWIGTYPE_p_Agsym_t, and SWIGUNUSED.
Referenced by _wrap_firstattr().
|
static |
Definition at line 5224 of file gv_lua.cpp.
References _wrap_firstedge__SWIG_0(), _wrap_firstedge__SWIG_1(), L, SWIG_ConvertPtr, SWIG_isptrtype, SWIG_Lua_pusherrstring(), SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
|
static |
Definition at line 5090 of file gv_lua.cpp.
References firstedge(), L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
Referenced by _wrap_firstedge().
|
static |
Definition at line 5200 of file gv_lua.cpp.
References firstedge(), L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGUNUSED.
Referenced by _wrap_firstedge().
|
static |
Definition at line 5526 of file gv_lua.cpp.
References firsthead(), L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agnode_t, and SWIGUNUSED.
|
static |
Definition at line 5660 of file gv_lua.cpp.
References _wrap_firstin__SWIG_0(), _wrap_firstin__SWIG_1(), L, SWIG_ConvertPtr, SWIG_isptrtype, SWIG_Lua_pusherrstring(), SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
|
static |
Definition at line 5581 of file gv_lua.cpp.
References firstin(), L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
Referenced by _wrap_firstin().
|
static |
Definition at line 5636 of file gv_lua.cpp.
References firstin(), L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGUNUSED.
Referenced by _wrap_firstin().
|
static |
Definition at line 5933 of file gv_lua.cpp.
References _wrap_firstnode__SWIG_0(), _wrap_firstnode__SWIG_1(), L, SWIG_ConvertPtr, SWIG_isptrtype, SWIG_Lua_pusherrstring(), SWIGTYPE_p_Agedge_t, and SWIGTYPE_p_Agraph_t.
|
static |
Definition at line 5854 of file gv_lua.cpp.
References firstnode(), L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agnode_t, SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
Referenced by _wrap_firstnode().
|
static |
Definition at line 5909 of file gv_lua.cpp.
References firstnode(), L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGUNUSED.
Referenced by _wrap_firstnode().
|
static |
Definition at line 5387 of file gv_lua.cpp.
References _wrap_firstout__SWIG_0(), _wrap_firstout__SWIG_1(), L, SWIG_ConvertPtr, SWIG_isptrtype, SWIG_Lua_pusherrstring(), SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
|
static |
Definition at line 5145 of file gv_lua.cpp.
References firstout(), L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
Referenced by _wrap_firstout().
|
static |
Definition at line 5363 of file gv_lua.cpp.
References firstout(), L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGUNUSED.
Referenced by _wrap_firstout().
|
static |
Definition at line 4980 of file gv_lua.cpp.
References firstsubg(), L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
|
static |
Definition at line 5035 of file gv_lua.cpp.
References firstsupg(), L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
|
static |
Definition at line 5799 of file gv_lua.cpp.
References firsttail(), L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agnode_t, and SWIGUNUSED.
|
static |
Definition at line 4039 of file gv_lua.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(), L, SWIG_ConvertPtr, SWIG_isptrtype, SWIG_lua_isnilstring(), SWIG_Lua_pusherrstring(), SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.
|
static |
Definition at line 3865 of file gv_lua.cpp.
References getv(), L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_lua_isnilstring(), SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
Referenced by _wrap_getv().
|
static |
Definition at line 3892 of file gv_lua.cpp.
References getv(), L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_lua_isnilstring(), SWIGTYPE_p_Agnode_t, and SWIGUNUSED.
Referenced by _wrap_getv().
|
static |
Definition at line 3919 of file gv_lua.cpp.
References getv(), L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_lua_isnilstring(), SWIGTYPE_p_Agedge_t, and SWIGUNUSED.
Referenced by _wrap_getv().
|
static |
Definition at line 3946 of file gv_lua.cpp.
References getv(), L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIGTYPE_p_Agraph_t, SWIGTYPE_p_Agsym_t, and SWIGUNUSED.
Referenced by _wrap_getv().
|
static |
Definition at line 3977 of file gv_lua.cpp.
References getv(), L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIGTYPE_p_Agnode_t, SWIGTYPE_p_Agsym_t, and SWIGUNUSED.
Referenced by _wrap_getv().
|
static |
Definition at line 4008 of file gv_lua.cpp.
References getv(), L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agsym_t, and SWIGUNUSED.
Referenced by _wrap_getv().
|
static |
Definition at line 3204 of file gv_lua.cpp.
References _wrap_graph__SWIG_0(), _wrap_graph__SWIG_1(), L, SWIG_ConvertPtr, SWIG_isptrtype, SWIG_lua_isnilstring(), SWIG_Lua_pusherrstring(), and SWIGTYPE_p_Agraph_t.
|
static |
Definition at line 2994 of file gv_lua.cpp.
References graph(), L, SWIG_check_num_args, SWIG_fail_arg, SWIG_lua_isnilstring(), SWIG_NewPointerObj, SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
Referenced by _wrap_graph().
|
static |
Definition at line 3177 of file gv_lua.cpp.
References graph(), L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_lua_isnilstring(), SWIG_NewPointerObj, SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
Referenced by _wrap_graph().
|
static |
Definition at line 4679 of file gv_lua.cpp.
References _wrap_graphof__SWIG_0(), _wrap_graphof__SWIG_1(), _wrap_graphof__SWIG_2(), L, SWIG_ConvertPtr, SWIG_isptrtype, SWIG_Lua_pusherrstring(), SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
|
static |
Definition at line 4607 of file gv_lua.cpp.
References graphof(), L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
Referenced by _wrap_graphof().
|
static |
Definition at line 4631 of file gv_lua.cpp.
References graphof(), L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
Referenced by _wrap_graphof().
|
static |
Definition at line 4655 of file gv_lua.cpp.
References graphof(), L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agnode_t, SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
Referenced by _wrap_graphof().
|
static |
Definition at line 4559 of file gv_lua.cpp.
References headof(), L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGUNUSED.
|
static |
Definition at line 6516 of file gv_lua.cpp.
References L, layout(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_lua_isnilstring(), SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
|
static |
Definition at line 4260 of file gv_lua.cpp.
References _wrap_nameof__SWIG_0(), _wrap_nameof__SWIG_1(), _wrap_nameof__SWIG_2(), L, SWIG_ConvertPtr, SWIG_isptrtype, SWIG_Lua_pusherrstring(), SWIGTYPE_p_Agnode_t, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.
|
static |
Definition at line 4188 of file gv_lua.cpp.
References L, nameof(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
Referenced by _wrap_nameof().
|
static |
Definition at line 4212 of file gv_lua.cpp.
References L, nameof(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIGTYPE_p_Agnode_t, and SWIGUNUSED.
Referenced by _wrap_nameof().
|
static |
Definition at line 4236 of file gv_lua.cpp.
References L, nameof(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIGTYPE_p_Agsym_t, and SWIGUNUSED.
Referenced by _wrap_nameof().
|
static |
Definition at line 6296 of file gv_lua.cpp.
References _wrap_nextattr__SWIG_0(), _wrap_nextattr__SWIG_1(), _wrap_nextattr__SWIG_2(), L, SWIG_ConvertPtr, SWIG_isptrtype, SWIG_Lua_pusherrstring(), SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.
|
static |
Definition at line 6096 of file gv_lua.cpp.
References L, nextattr(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agraph_t, SWIGTYPE_p_Agsym_t, and SWIGUNUSED.
Referenced by _wrap_nextattr().
|
static |
Definition at line 6151 of file gv_lua.cpp.
References L, nextattr(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agsym_t, and SWIGUNUSED.
Referenced by _wrap_nextattr().
|
static |
Definition at line 6265 of file gv_lua.cpp.
References L, nextattr(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agnode_t, SWIGTYPE_p_Agsym_t, and SWIGUNUSED.
Referenced by _wrap_nextattr().
|
static |
Definition at line 5299 of file gv_lua.cpp.
References _wrap_nextedge__SWIG_0(), _wrap_nextedge__SWIG_1(), L, SWIG_ConvertPtr, SWIG_isptrtype, SWIG_Lua_pusherrstring(), SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
|
static |
Definition at line 5114 of file gv_lua.cpp.
References L, nextedge(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
Referenced by _wrap_nextedge().
|
static |
Definition at line 5268 of file gv_lua.cpp.
References L, nextedge(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGUNUSED.
Referenced by _wrap_nextedge().
|
static |
Definition at line 5550 of file gv_lua.cpp.
References L, nexthead(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agnode_t, and SWIGUNUSED.
|
static |
Definition at line 5735 of file gv_lua.cpp.
References _wrap_nextin__SWIG_0(), _wrap_nextin__SWIG_1(), L, SWIG_ConvertPtr, SWIG_isptrtype, SWIG_Lua_pusherrstring(), SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
|
static |
Definition at line 5605 of file gv_lua.cpp.
References L, nextin(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGUNUSED.
Referenced by _wrap_nextin().
|
static |
Definition at line 5704 of file gv_lua.cpp.
References L, nextin(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
Referenced by _wrap_nextin().
|
static |
Definition at line 6008 of file gv_lua.cpp.
References _wrap_nextnode__SWIG_0(), _wrap_nextnode__SWIG_1(), L, SWIG_ConvertPtr, SWIG_isptrtype, SWIG_Lua_pusherrstring(), SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
|
static |
Definition at line 5878 of file gv_lua.cpp.
References L, nextnode(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agnode_t, SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
Referenced by _wrap_nextnode().
|
static |
Definition at line 5977 of file gv_lua.cpp.
References L, nextnode(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGUNUSED.
Referenced by _wrap_nextnode().
|
static |
Definition at line 5462 of file gv_lua.cpp.
References _wrap_nextout__SWIG_0(), _wrap_nextout__SWIG_1(), L, SWIG_ConvertPtr, SWIG_isptrtype, SWIG_Lua_pusherrstring(), SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
|
static |
Definition at line 5169 of file gv_lua.cpp.
References L, nextout(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
Referenced by _wrap_nextout().
|
static |
Definition at line 5431 of file gv_lua.cpp.
References L, nextout(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGUNUSED.
Referenced by _wrap_nextout().
|
static |
Definition at line 5004 of file gv_lua.cpp.
References L, nextsubg(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
|
static |
Definition at line 5059 of file gv_lua.cpp.
References L, nextsupg(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
|
static |
Definition at line 5823 of file gv_lua.cpp.
References L, nexttail(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agnode_t, and SWIGUNUSED.
|
static |
Definition at line 3248 of file gv_lua.cpp.
References L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_lua_isnilstring(), SWIG_NewPointerObj, SWIGTYPE_p_Agnode_t, SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
|
static |
Definition at line 4906 of file gv_lua.cpp.
References _wrap_ok__SWIG_0(), _wrap_ok__SWIG_1(), _wrap_ok__SWIG_2(), _wrap_ok__SWIG_3(), L, SWIG_ConvertPtr, SWIG_isptrtype, SWIG_Lua_pusherrstring(), SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.
|
static |
Definition at line 4810 of file gv_lua.cpp.
References L, ok(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
Referenced by _wrap_ok().
|
static |
Definition at line 4834 of file gv_lua.cpp.
References L, ok(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIGTYPE_p_Agnode_t, and SWIGUNUSED.
Referenced by _wrap_ok().
|
static |
Definition at line 4858 of file gv_lua.cpp.
References L, ok(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIGTYPE_p_Agedge_t, and SWIGUNUSED.
Referenced by _wrap_ok().
|
static |
Definition at line 4882 of file gv_lua.cpp.
References L, ok(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIGTYPE_p_Agsym_t, and SWIGUNUSED.
Referenced by _wrap_ok().
|
static |
Definition at line 4786 of file gv_lua.cpp.
References L, protoedge(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
|
static |
Definition at line 4762 of file gv_lua.cpp.
References L, protonode(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agnode_t, SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
|
static |
Definition at line 3138 of file gv_lua.cpp.
References _wrap_read__SWIG_0(), _wrap_read__SWIG_1(), L, SWIG_ConvertPtr, SWIG_isptrtype, SWIG_lua_isnilstring(), SWIG_Lua_pusherrstring(), and SWIGTYPE_p_FILE.
|
static |
Definition at line 3094 of file gv_lua.cpp.
References L, read(), SWIG_check_num_args, SWIG_fail_arg, SWIG_lua_isnilstring(), SWIG_NewPointerObj, SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
Referenced by _wrap_read().
|
static |
Definition at line 3114 of file gv_lua.cpp.
References L, read(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agraph_t, SWIGTYPE_p_FILE, and SWIGUNUSED.
Referenced by _wrap_read().
|
static |
Definition at line 3074 of file gv_lua.cpp.
References L, readstring(), SWIG_check_num_args, SWIG_fail_arg, SWIG_lua_isnilstring(), SWIG_NewPointerObj, SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
|
static |
Definition at line 6658 of file gv_lua.cpp.
References _wrap_render__SWIG_0(), _wrap_render__SWIG_1(), _wrap_render__SWIG_2(), _wrap_render__SWIG_3(), L, SWIG_ConvertPtr, SWIG_isptrtype, SWIG_lua_isnilstring(), SWIG_Lua_pusherrstring(), SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_FILE.
|
static |
Definition at line 6543 of file gv_lua.cpp.
References L, render(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
Referenced by _wrap_render().
|
static |
Definition at line 6567 of file gv_lua.cpp.
References L, render(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_lua_isnilstring(), SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
Referenced by _wrap_render().
|
static |
Definition at line 6594 of file gv_lua.cpp.
References L, render(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_lua_isnilstring(), SWIGTYPE_p_Agraph_t, SWIGTYPE_p_FILE, and SWIGUNUSED.
Referenced by _wrap_render().
|
static |
Definition at line 6628 of file gv_lua.cpp.
References L, render(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_lua_isnilstring(), SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
Referenced by _wrap_render().
|
static |
Definition at line 6791 of file gv_lua.cpp.
References L, renderchannel(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_lua_isnilstring(), SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
|
static |
Definition at line 6821 of file gv_lua.cpp.
References L, renderdata(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_lua_isnilstring(), SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
|
static |
Definition at line 6762 of file gv_lua.cpp.
References L, renderresult(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_lua_isnilstring(), SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
|
static |
Definition at line 6457 of file gv_lua.cpp.
References _wrap_rm__SWIG_0(), _wrap_rm__SWIG_1(), _wrap_rm__SWIG_2(), L, SWIG_ConvertPtr, SWIG_isptrtype, SWIG_Lua_pusherrstring(), SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, and SWIGTYPE_p_Agraph_t.
|
static |
Definition at line 6385 of file gv_lua.cpp.
References L, rm(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
Referenced by _wrap_rm().
|
static |
Definition at line 6409 of file gv_lua.cpp.
References L, rm(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIGTYPE_p_Agnode_t, and SWIGUNUSED.
Referenced by _wrap_rm().
|
static |
Definition at line 6433 of file gv_lua.cpp.
References L, rm(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIGTYPE_p_Agedge_t, and SWIGUNUSED.
Referenced by _wrap_rm().
|
static |
Definition at line 4738 of file gv_lua.cpp.
References L, rootof(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
|
static |
Definition at line 3686 of file gv_lua.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(), L, SWIG_ConvertPtr, SWIG_isptrtype, SWIG_lua_isnilstring(), SWIG_Lua_pusherrstring(), SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_Agsym_t.
|
static |
Definition at line 3494 of file gv_lua.cpp.
References L, setv(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_lua_isnilstring(), SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
Referenced by _wrap_setv().
|
static |
Definition at line 3524 of file gv_lua.cpp.
References L, setv(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_lua_isnilstring(), SWIGTYPE_p_Agnode_t, and SWIGUNUSED.
Referenced by _wrap_setv().
|
static |
Definition at line 3554 of file gv_lua.cpp.
References L, setv(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_lua_isnilstring(), SWIGTYPE_p_Agedge_t, and SWIGUNUSED.
Referenced by _wrap_setv().
|
static |
Definition at line 3584 of file gv_lua.cpp.
References L, setv(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_lua_isnilstring(), SWIGTYPE_p_Agraph_t, SWIGTYPE_p_Agsym_t, and SWIGUNUSED.
Referenced by _wrap_setv().
|
static |
Definition at line 3618 of file gv_lua.cpp.
References L, setv(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_lua_isnilstring(), SWIGTYPE_p_Agnode_t, SWIGTYPE_p_Agsym_t, and SWIGUNUSED.
Referenced by _wrap_setv().
|
static |
Definition at line 3652 of file gv_lua.cpp.
References L, setv(), SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_lua_isnilstring(), SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agsym_t, and SWIGUNUSED.
Referenced by _wrap_setv().
|
static |
Definition at line 3054 of file gv_lua.cpp.
References L, strictdigraph(), SWIG_check_num_args, SWIG_fail_arg, SWIG_lua_isnilstring(), SWIG_NewPointerObj, SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
|
static |
Definition at line 3034 of file gv_lua.cpp.
References L, strictgraph(), SWIG_check_num_args, SWIG_fail_arg, SWIG_lua_isnilstring(), SWIG_NewPointerObj, SWIGTYPE_p_Agraph_t, and SWIGUNUSED.
|
static |
Definition at line 4583 of file gv_lua.cpp.
References L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_NewPointerObj, SWIGTYPE_p_Agedge_t, SWIGTYPE_p_Agnode_t, SWIGUNUSED, and tailof().
|
static |
Definition at line 6965 of file gv_lua.cpp.
References L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIGTYPE_p_Agraph_t, SWIGUNUSED, and tred().
|
static |
Definition at line 6906 of file gv_lua.cpp.
References _wrap_write__SWIG_0(), _wrap_write__SWIG_1(), L, SWIG_ConvertPtr, SWIG_isptrtype, SWIG_lua_isnilstring(), SWIG_Lua_pusherrstring(), SWIGTYPE_p_Agraph_t, and SWIGTYPE_p_FILE.
|
static |
Definition at line 6848 of file gv_lua.cpp.
References L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIG_lua_isnilstring(), SWIGTYPE_p_Agraph_t, SWIGUNUSED, and write().
Referenced by _wrap_write().
|
static |
Definition at line 6875 of file gv_lua.cpp.
References L, SWIG_check_num_args, SWIG_ConvertPtr, SWIG_fail_arg, SWIG_fail_ptr, SWIG_IsOK, SWIG_isptrtype, SWIGTYPE_p_Agraph_t, SWIGTYPE_p_FILE, SWIGUNUSED, and write().
Referenced by _wrap_write().
|
extern |
Definition at line 36 of file gv.cpp.
Referenced by _wrap_digraph().
Definition at line 267 of file gv.cpp.
Referenced by _wrap_findattr__SWIG_0(), _wrap_findattr__SWIG_1(), and _wrap_findattr__SWIG_2().
Definition at line 259 of file gv.cpp.
Referenced by _wrap_findedge().
Definition at line 253 of file gv.cpp.
Referenced by _wrap_findnode().
Find handles from names
Definition at line 247 of file gv.cpp.
Referenced by _wrap_findsubg().
Definition at line 542 of file gv.cpp.
Referenced by _wrap_firstattr__SWIG_0(), _wrap_firstattr__SWIG_1(), and _wrap_firstattr__SWIG_2().
Definition at line 409 of file gv.cpp.
Referenced by _wrap_firstedge__SWIG_0(), and _wrap_firstedge__SWIG_1().
Definition at line 425 of file gv.cpp.
Referenced by _wrap_firsthead().
Definition at line 461 of file gv.cpp.
Referenced by _wrap_firstin__SWIG_0(), and _wrap_firstin__SWIG_1().
Definition at line 518 of file gv.cpp.
Referenced by _wrap_firstnode__SWIG_0(), and _wrap_firstnode__SWIG_1().
Definition at line 384 of file gv.cpp.
Referenced by _wrap_firstout__SWIG_0(), and _wrap_firstout__SWIG_1().
Definition at line 367 of file gv.cpp.
Referenced by _wrap_firstsubg().
Definition at line 380 of file gv.cpp.
Referenced by _wrap_firstsupg().
Definition at line 494 of file gv.cpp.
Referenced by _wrap_firsttail().
|
extern |
Getting attribute values
Definition at line 130 of file gv.cpp.
Referenced by _wrap_getv__SWIG_0(), _wrap_getv__SWIG_1(), _wrap_getv__SWIG_2(), _wrap_getv__SWIG_3(), _wrap_getv__SWIG_4(), and _wrap_getv__SWIG_5().
|
extern |
New graphs
Definition at line 30 of file gv.cpp.
Referenced by _wrap_graph__SWIG_0(), and _wrap_graph__SWIG_1().
Definition at line 303 of file gv.cpp.
Referenced by _wrap_graphof__SWIG_0(), _wrap_graphof__SWIG_1(), and _wrap_graphof__SWIG_2().
Misc graph navigators returning handles
Definition at line 287 of file gv.cpp.
Referenced by _wrap_headof().
|
extern |
Definition at line 615 of file gv.cpp.
Referenced by _wrap_layout().
|
static |
|
extern |
Obtain names from handles
Definition at line 343 of file gv.cpp.
Referenced by _wrap_nameof__SWIG_0(), _wrap_nameof__SWIG_1(), and _wrap_nameof__SWIG_2().
Definition at line 549 of file gv.cpp.
Referenced by _wrap_nextattr__SWIG_0(), _wrap_nextattr__SWIG_1(), and _wrap_nextattr__SWIG_2().
Definition at line 411 of file gv.cpp.
Referenced by _wrap_nextedge__SWIG_0(), and _wrap_nextedge__SWIG_1().
Definition at line 434 of file gv.cpp.
Referenced by _wrap_nexthead().
Definition at line 488 of file gv.cpp.
Referenced by _wrap_nextin__SWIG_0(), and _wrap_nextin__SWIG_1().
Definition at line 524 of file gv.cpp.
Referenced by _wrap_nextnode__SWIG_0(), and _wrap_nextnode__SWIG_1().
Definition at line 395 of file gv.cpp.
Referenced by _wrap_nextout__SWIG_0(), and _wrap_nextout__SWIG_1().
Definition at line 373 of file gv.cpp.
Referenced by _wrap_nextsubg().
Definition at line 382 of file gv.cpp.
Referenced by _wrap_nextsupg().
Definition at line 503 of file gv.cpp.
Referenced by _wrap_nexttail().
|
extern |
Iterators
Definition at line 362 of file gv.cpp.
Referenced by _wrap_ok__SWIG_0(), _wrap_ok__SWIG_1(), _wrap_ok__SWIG_2(), _wrap_ok__SWIG_3(), and SWIG_Lua_dostring().
Definition at line 338 of file gv.cpp.
Referenced by _wrap_protoedge().
Obtain handles of proto node/edge for setting default attribute values
Definition at line 334 of file gv.cpp.
Referenced by _wrap_protonode().
|
extern |
Definition at line 66 of file gv.cpp.
Referenced by _wrap_read__SWIG_0(), and _wrap_read__SWIG_1().
|
extern |
Definition at line 54 of file gv.cpp.
Referenced by _wrap_readstring().
|
extern |
Render
Definition at line 624 of file gv.cpp.
Referenced by _wrap_render__SWIG_0(), _wrap_render__SWIG_1(), _wrap_render__SWIG_2(), and _wrap_render__SWIG_3().
|
extern |
|
extern |
|
extern |
Definition at line 648 of file gv.cpp.
Referenced by _wrap_renderchannel().
|
extern |
Definition at line 699 of file gv.cpp.
Referenced by _wrap_renderdata().
|
extern |
Definition at line 690 of file gv.cpp.
Referenced by _wrap_renderresult().
|
extern |
Remove graph objects
Definition at line 584 of file gv.cpp.
Referenced by _wrap_rm__SWIG_0(), _wrap_rm__SWIG_1(), and _wrap_rm__SWIG_2().
Definition at line 327 of file gv.cpp.
Referenced by _wrap_rootof().
|
extern |
Setting attribute values
Definition at line 152 of file gv.cpp.
Referenced by _wrap_setv__SWIG_0(), _wrap_setv__SWIG_1(), _wrap_setv__SWIG_2(), _wrap_setv__SWIG_3(), _wrap_setv__SWIG_4(), and _wrap_setv__SWIG_5().
|
extern |
Definition at line 48 of file gv.cpp.
Referenced by _wrap_strictdigraph().
|
extern |
Definition at line 42 of file gv.cpp.
Referenced by _wrap_strictgraph().
LUALIB_API int SWIG_init | ( | lua_State * | L | ) |
Definition at line 7345 of file gv_lua.cpp.
References L, lua_pushglobaltable, swig_lua_namespace::name, swig_lua_namespace::ns_methods, SWIG_init_user, SWIG_InitializeModule(), SWIG_Lua_add_function, SWIG_Lua_class_equal(), SWIG_Lua_elua_class_register_instance(), SWIG_Lua_init_base_class(), SWIG_Lua_namespace_register(), SWIG_Lua_type(), SWIG_PropagateClientData(), swig_SwigModule, and swig_types.
void SWIG_init_user | ( | lua_State * | L | ) |
Definition at line 7424 of file gv_lua.cpp.
References L, SWIG_Lua_dostring(), and SWIG_LUACODE.
SWIGRUNTIME void SWIG_InitializeModule | ( | SWIG_INIT_CLIENT_DATA_TYPE | clientdata | ) |
Definition at line 7155 of file gv_lua.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().
SWIGINTERN void SWIG_Lua_add_class_instance_details | ( | lua_State * | L, |
swig_lua_class * | clss | ||
) |
Definition at line 2059 of file gv_lua.cpp.
References swig_lua_class::attributes, swig_lua_class::bases, swig_lua_class::fqname, swig_lua_attribute::getmethod, L, lua_rawlen, swig_lua_class::metatable, swig_lua_class::methods, swig_lua_attribute::name, swig_lua_attribute::setmethod, SWIG_Lua_add_class_user_metamethods(), SWIG_Lua_add_function, SWIG_Lua_add_variable(), SWIG_Lua_get_class_metatable(), and SWIG_Lua_get_table.
Referenced by SWIG_Lua_class_register_instance().
SWIGINTERN void SWIG_Lua_add_class_static_details | ( | lua_State * | L, |
swig_lua_class * | clss | ||
) |
Definition at line 2042 of file gv_lua.cpp.
References swig_lua_class::bases, swig_lua_class::cls_static, L, SWIG_Lua_add_class_static_details(), and SWIG_Lua_add_namespace_details().
Referenced by SWIG_Lua_add_class_static_details(), and SWIG_Lua_class_register_static().
SWIGINTERN int SWIG_Lua_add_class_user_metamethod | ( | lua_State * | L, |
swig_lua_class * | clss, | ||
const int | metatable_index | ||
) |
Definition at line 2202 of file gv_lua.cpp.
References swig_lua_class::bases, swig_lua_class::fqname, L, SWIG_Lua_get_class_metatable(), and SWIG_Lua_resolve_metamethod().
Referenced by SWIG_Lua_add_class_user_metamethods().
SWIGINTERN void SWIG_Lua_add_class_user_metamethods | ( | lua_State * | L, |
swig_lua_class * | clss | ||
) |
Definition at line 2250 of file gv_lua.cpp.
References swig_lua_class::fqname, L, SWIG_Lua_add_class_user_metamethod(), SWIG_Lua_class_equal(), SWIG_Lua_class_tostring(), SWIG_Lua_get_class_metatable(), and SWIG_Lua_get_inheritable_metamethods().
Referenced by SWIG_Lua_add_class_instance_details().
SWIGINTERN void SWIG_Lua_add_namespace_classes | ( | lua_State * | L, |
swig_lua_namespace * | ns | ||
) |
Definition at line 1404 of file gv_lua.cpp.
References L, swig_lua_namespace::ns_classes, and SWIG_Lua_class_register().
Referenced by SWIG_Lua_namespace_register().
SWIGINTERN int SWIG_Lua_add_namespace_details | ( | lua_State * | L, |
swig_lua_namespace * | ns | ||
) |
Definition at line 1380 of file gv_lua.cpp.
References swig_lua_attribute::getmethod, L, swig_lua_attribute::name, swig_lua_namespace::ns_attributes, swig_lua_namespace::ns_constants, swig_lua_namespace::ns_methods, swig_lua_attribute::setmethod, SWIG_Lua_add_function, SWIG_Lua_add_variable(), and SWIG_Lua_InstallConstants().
Referenced by SWIG_Lua_add_class_static_details(), and SWIG_Lua_namespace_register().
SWIGINTERN void SWIG_Lua_add_variable | ( | lua_State * | L, |
const char * | name, | ||
lua_CFunction | getFn, | ||
lua_CFunction | setFn | ||
) |
Definition at line 2025 of file gv_lua.cpp.
References L, SWIG_Lua_add_function, and SWIG_Lua_get_table.
Referenced by SWIG_Lua_add_class_instance_details(), and SWIG_Lua_add_namespace_details().
SWIGINTERN void SWIG_Lua_AddMetatable | ( | lua_State * | L, |
swig_type_info * | type | ||
) |
Definition at line 2496 of file gv_lua.cpp.
References L, SWIG_Lua_get_class_metatable(), and type.
Referenced by SWIG_Lua_NewPackedObj(), and SWIG_Lua_NewPointerObj().
SWIGINTERN int SWIG_Lua_class_destruct | ( | lua_State * | L | ) |
Definition at line 1790 of file gv_lua.cpp.
References swig_type_info::clientdata, swig_lua_class::destructor, L, swig_lua_userdata::own, swig_lua_userdata::ptr, and swig_lua_userdata::type.
Referenced by SWIG_Lua_class_register_instance().
SWIGINTERN int SWIG_Lua_class_disown | ( | lua_State * | L | ) |
Definition at line 1824 of file gv_lua.cpp.
References L, and swig_lua_userdata::own.
Referenced by SWIG_Lua_class_register_instance().
SWIGINTERN int SWIG_Lua_class_do_get | ( | lua_State * | L, |
swig_type_info * | type, | ||
int SWIGUNUSED | first_arg, | ||
int * | ret | ||
) |
Definition at line 1624 of file gv_lua.cpp.
References L, SWIG_Lua_class_do_get(), SWIG_Lua_get_table, SWIG_Lua_iterate_bases(), SWIG_OK, and type.
Referenced by SWIG_Lua_class_do_get(), and SWIG_Lua_class_get().
SWIGINTERN int SWIG_Lua_class_do_get_item | ( | lua_State * | L, |
swig_type_info * | type, | ||
int SWIGUNUSED | first_arg, | ||
int * | ret | ||
) |
Definition at line 1586 of file gv_lua.cpp.
References L, SWIG_Lua_class_do_get_item(), SWIG_Lua_get_table, SWIG_Lua_iterate_bases(), SWIG_OK, and type.
Referenced by SWIG_Lua_class_do_get_item(), and SWIG_Lua_class_get().
SWIGINTERN int SWIG_Lua_class_do_set | ( | lua_State * | L, |
swig_type_info * | type, | ||
int | first_arg, | ||
int * | ret | ||
) |
Definition at line 1703 of file gv_lua.cpp.
References L, SWIG_Lua_class_do_set(), SWIG_Lua_get_table, SWIG_Lua_iterate_bases(), SWIG_OK, and type.
Referenced by SWIG_Lua_class_do_set(), and SWIG_Lua_class_set().
SWIGRUNTIME int SWIG_Lua_class_equal | ( | lua_State * | L | ) |
Definition at line 1839 of file gv_lua.cpp.
References L, and swig_lua_userdata::ptr.
Referenced by SWIG_init(), and SWIG_Lua_add_class_user_metamethods().
SWIGINTERN int SWIG_Lua_class_get | ( | lua_State * | L | ) |
Definition at line 1676 of file gv_lua.cpp.
References L, SWIG_Lua_class_do_get(), SWIG_Lua_class_do_get_item(), SWIG_OK, type, and swig_lua_userdata::type.
Referenced by SWIG_Lua_class_register_instance().
SWIGINTERN void SWIG_Lua_class_register | ( | lua_State * | L, |
swig_lua_class * | clss | ||
) |
Definition at line 2423 of file gv_lua.cpp.
References swig_lua_class::cls_static, swig_lua_class::fqname, L, swig_lua_namespace::name, SWIG_Lua_class_register_instance(), SWIG_Lua_class_register_static(), SWIG_Lua_get_class_metatable(), and SWIGUNUSED.
Referenced by SWIG_Lua_add_namespace_classes().
SWIGINTERN void SWIG_Lua_class_register_instance | ( | lua_State * | L, |
swig_lua_class * | clss | ||
) |
Definition at line 2341 of file gv_lua.cpp.
References swig_lua_class::bases, swig_lua_class::fqname, L, lua_absindex, SWIG_Lua_add_class_instance_details(), SWIG_Lua_add_function, SWIG_Lua_class_destruct(), SWIG_Lua_class_disown(), SWIG_Lua_class_get(), SWIG_Lua_class_register_instance(), SWIG_Lua_class_set(), SWIG_Lua_get_class_metatable(), SWIG_Lua_get_class_registry(), and SWIGUNUSED.
Referenced by SWIG_Lua_class_register(), and SWIG_Lua_class_register_instance().
SWIGINTERN void SWIG_Lua_class_register_static | ( | lua_State * | L, |
swig_lua_class * | clss | ||
) |
Definition at line 2307 of file gv_lua.cpp.
References swig_lua_class::cls_static, swig_lua_class::constructor, L, swig_lua_namespace::name, swig_lua_class::name, SWIG_Lua_add_class_static_details(), SWIG_Lua_add_function, SWIG_Lua_namespace_register(), and SWIGUNUSED.
Referenced by SWIG_Lua_class_register().
SWIGINTERN int SWIG_Lua_class_set | ( | lua_State * | L | ) |
Definition at line 1765 of file gv_lua.cpp.
References L, SWIG_Lua_class_do_set(), SWIG_Lua_pushferrstring(), SWIG_OK, type, and swig_lua_userdata::type.
Referenced by SWIG_Lua_class_register_instance().
SWIGINTERN int SWIG_Lua_class_tostring | ( | lua_State * | L | ) |
Definition at line 1811 of file gv_lua.cpp.
References L, swig_lua_userdata::ptr, swig_type_info::str, and swig_lua_userdata::type.
Referenced by SWIG_Lua_add_class_user_metamethods().
SWIGRUNTIME int SWIG_Lua_ConvertPacked | ( | lua_State * | L, |
int | index, | ||
void * | ptr, | ||
size_t | size, | ||
swig_type_info * | type | ||
) |
Definition at line 2605 of file gv_lua.cpp.
References swig_lua_rawdata::data, L, SWIG_ERROR, SWIG_OK, type, and swig_lua_rawdata::type.
SWIGRUNTIME int SWIG_Lua_ConvertPtr | ( | lua_State * | L, |
int | index, | ||
void ** | ptr, | ||
swig_type_info * | type, | ||
int | flags | ||
) |
Definition at line 2531 of file gv_lua.cpp.
References flags, L, swig_type_info::name, swig_lua_userdata::own, swig_lua_userdata::ptr, 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_TypeCast(), SWIG_TypeCheck(), type, and swig_lua_userdata::type.
SWIGINTERN void SWIG_Lua_create_class_registry | ( | lua_State * | L | ) |
Definition at line 1874 of file gv_lua.cpp.
References L, and SWIG_Lua_populate_inheritable_metamethods().
Referenced by SWIG_Lua_get_class_registry().
SWIGINTERN int SWIG_Lua_do_resolve_metamethod | ( | lua_State * | L, |
const swig_lua_class * | clss, | ||
int | metamethod_name_idx, | ||
int | skip_check | ||
) |
Definition at line 2130 of file gv_lua.cpp.
References swig_lua_class::bases, swig_lua_class::fqname, L, SWIG_Lua_do_resolve_metamethod(), SWIG_Lua_get_class_metatable(), and SWIG_Lua_resolve_metamethod().
Referenced by SWIG_Lua_do_resolve_metamethod(), and SWIG_Lua_resolve_metamethod().
SWIGINTERN int SWIG_Lua_dostring | ( | lua_State * | L, |
const char * | str | ||
) |
Definition at line 2703 of file gv_lua.cpp.
References L, ok(), str, SWIG_DOSTRING_FAIL, and top().
Referenced by SWIG_init_user().
SWIGINTERN void SWIG_Lua_elua_class_register_instance | ( | lua_State * | L, |
swig_lua_class * | clss | ||
) |
Definition at line 2461 of file gv_lua.cpp.
References swig_lua_class::bases, swig_lua_class::fqname, L, swig_lua_class::metatable, SWIG_Lua_elua_class_register_instance(), SWIG_Lua_get_class_registry(), and SWIGUNUSED.
Referenced by SWIG_init(), and SWIG_Lua_elua_class_register_instance().
SWIGINTERN void SWIG_Lua_get_class_metatable | ( | lua_State * | L, |
const char * | cname | ||
) |
Definition at line 1928 of file gv_lua.cpp.
References L, and SWIG_Lua_get_class_registry().
Referenced by SWIG_Lua_add_class_instance_details(), SWIG_Lua_add_class_user_metamethod(), SWIG_Lua_add_class_user_metamethods(), SWIG_Lua_AddMetatable(), SWIG_Lua_class_register(), SWIG_Lua_class_register_instance(), SWIG_Lua_do_resolve_metamethod(), and SWIG_Lua_iterate_bases().
SWIGINTERN void SWIG_Lua_get_class_registry | ( | lua_State * | L | ) |
Definition at line 1898 of file gv_lua.cpp.
References L, and SWIG_Lua_create_class_registry().
Referenced by SWIG_Lua_class_register_instance(), SWIG_Lua_elua_class_register_instance(), SWIG_Lua_get_class_metatable(), and SWIG_Lua_get_inheritable_metamethods().
SWIGINTERN void SWIG_Lua_get_inheritable_metamethods | ( | lua_State * | L | ) |
Definition at line 1913 of file gv_lua.cpp.
References L, and SWIG_Lua_get_class_registry().
Referenced by SWIG_Lua_add_class_user_metamethods().
SWIGRUNTIME swig_module_info * SWIG_Lua_GetModule | ( | lua_State * | L | ) |
Definition at line 1124 of file gv_lua.cpp.
References L, SWIG_RUNTIME_VERSION, and SWIG_TYPE_TABLE_NAME.
SWIGINTERN void SWIG_Lua_init_base_class | ( | lua_State * | L, |
swig_lua_class * | clss | ||
) |
Definition at line 1943 of file gv_lua.cpp.
References swig_lua_class::base_names, swig_lua_class::bases, and SWIG_TypeQueryModule().
Referenced by SWIG_init().
SWIGINTERN void SWIG_Lua_InstallConstants | ( | lua_State * | L, |
swig_lua_const_info | constants[] | ||
) |
SWIGINTERN int SWIG_lua_isnilstring | ( | lua_State * | L, |
int | idx | ||
) |
Definition at line 2984 of file gv_lua.cpp.
References L.
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().
SWIGINTERN int SWIG_Lua_iterate_bases | ( | lua_State * | L, |
swig_type_info *SWIGUNUSED | swig_type, | ||
int | first_arg, | ||
swig_lua_base_iterator_func | func, | ||
int *const | ret | ||
) |
Definition at line 1486 of file gv_lua.cpp.
References swig_lua_class::fqname, L, lua_rawlen, SWIG_ERROR, SWIG_Lua_get_class_metatable(), SWIG_Lua_get_table, and SWIG_TypeQueryModule().
Referenced by SWIG_Lua_class_do_get(), SWIG_Lua_class_do_get_item(), and SWIG_Lua_class_do_set().
SWIGRUNTIME void * SWIG_Lua_MustGetPtr | ( | lua_State * | L, |
int | index, | ||
swig_type_info * | type, | ||
int | flags, | ||
int | argnum, | ||
const char * | func_name | ||
) |
Definition at line 2582 of file gv_lua.cpp.
References flags, L, SWIG_ConvertPtr, SWIG_IsOK, and type.
SWIGINTERN int SWIG_Lua_namespace_get | ( | lua_State * | L | ) |
Definition at line 1305 of file gv_lua.cpp.
References L, and SWIG_Lua_get_table.
Referenced by SWIG_Lua_namespace_register().
SWIGINTERN void SWIG_Lua_namespace_register | ( | lua_State * | L, |
swig_lua_namespace * | ns, | ||
int | reg | ||
) |
Definition at line 1426 of file gv_lua.cpp.
References L, swig_lua_namespace::name, swig_lua_namespace::ns_namespaces, SWIG_Lua_add_function, SWIG_Lua_add_namespace_classes(), SWIG_Lua_add_namespace_details(), SWIG_Lua_namespace_get(), SWIG_Lua_namespace_register(), SWIG_Lua_namespace_set(), and SWIGUNUSED.
Referenced by SWIG_init(), SWIG_Lua_class_register_static(), and SWIG_Lua_namespace_register().
SWIGINTERN int SWIG_Lua_namespace_set | ( | lua_State * | L | ) |
Definition at line 1342 of file gv_lua.cpp.
References L, and SWIG_Lua_get_table.
Referenced by SWIG_Lua_namespace_register().
SWIGRUNTIME void SWIG_Lua_NewPackedObj | ( | lua_State * | L, |
void * | ptr, | ||
size_t | size, | ||
swig_type_info * | type | ||
) |
Definition at line 2593 of file gv_lua.cpp.
References swig_lua_rawdata::data, L, swig_lua_rawdata::own, SWIG_Lua_AddMetatable(), type, and swig_lua_rawdata::type.
SWIGRUNTIME void SWIG_Lua_NewPointerObj | ( | lua_State * | L, |
void * | ptr, | ||
swig_type_info * | type, | ||
int | own | ||
) |
Definition at line 2513 of file gv_lua.cpp.
References L, swig_lua_userdata::own, swig_lua_userdata::ptr, SWIG_Lua_AddMetatable(), type, and swig_lua_userdata::type.
SWIGINTERN void SWIG_Lua_populate_inheritable_metamethods | ( | lua_State * | L | ) |
Definition at line 1854 of file gv_lua.cpp.
References L, and SWIG_Lua_add_boolean.
Referenced by SWIG_Lua_create_class_registry().
SWIGRUNTIME void SWIG_Lua_pusherrstring | ( | lua_State * | L, |
const char * | str | ||
) |
Definition at line 959 of file gv_lua.cpp.
Referenced by _wrap_edge(), _wrap_findattr(), _wrap_firstattr(), _wrap_firstedge(), _wrap_firstin(), _wrap_firstnode(), _wrap_firstout(), _wrap_getv(), _wrap_graph(), _wrap_graphof(), _wrap_nameof(), _wrap_nextattr(), _wrap_nextedge(), _wrap_nextin(), _wrap_nextnode(), _wrap_nextout(), _wrap_ok(), _wrap_read(), _wrap_render(), _wrap_rm(), _wrap_setv(), and _wrap_write().
SWIGRUNTIME void SWIG_Lua_pushferrstring | ( | lua_State * | L, |
const char * | fmt, | ||
... | |||
) |
Definition at line 970 of file gv_lua.cpp.
References L.
Referenced by SWIG_Lua_class_set(), and SWIG_Lua_resolve_metamethod().
SWIGRUNTIME int SWIG_Lua_resolve_metamethod | ( | lua_State * | L | ) |
Definition at line 2165 of file gv_lua.cpp.
References L, SWIG_Lua_do_resolve_metamethod(), and SWIG_Lua_pushferrstring().
Referenced by SWIG_Lua_add_class_user_metamethod(), and SWIG_Lua_do_resolve_metamethod().
SWIGINTERN int SWIG_Lua_set_immutable | ( | lua_State * | L | ) |
Definition at line 1149 of file gv_lua.cpp.
References L.
SWIGRUNTIME void SWIG_Lua_SetModule | ( | lua_State * | L, |
swig_module_info * | module | ||
) |
Definition at line 1135 of file gv_lua.cpp.
References L, SWIG_RUNTIME_VERSION, and SWIG_TYPE_TABLE_NAME.
SWIGRUNTIME int SWIG_Lua_type | ( | lua_State * | L | ) |
Definition at line 2633 of file gv_lua.cpp.
References L, and SWIG_Lua_typename().
Referenced by SWIG_init().
SWIGRUNTIME const char * SWIG_Lua_typename | ( | lua_State * | L, |
int | tp | ||
) |
Definition at line 2619 of file gv_lua.cpp.
References L, swig_type_info::str, and swig_lua_userdata::type.
Referenced by SWIG_Lua_type().
SWIGRUNTIME swig_type_info * SWIG_MangledTypeQueryModule | ( | swig_module_info * | start, |
swig_module_info * | end, | ||
const char * | name | ||
) |
Definition at line 571 of file gv_lua.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 645 of file gv_lua.cpp.
Referenced by SWIG_PackDataName(), and SWIG_PackVoidPtr().
SWIGRUNTIME char * SWIG_PackDataName | ( | char * | buff, |
void * | ptr, | ||
size_t | sz, | ||
const char * | name, | ||
size_t | bsz | ||
) |
Definition at line 713 of file gv_lua.cpp.
References SWIG_PackData().
SWIGRUNTIME char * SWIG_PackVoidPtr | ( | char * | buff, |
void * | ptr, | ||
const char * | name, | ||
size_t | bsz | ||
) |
Definition at line 689 of file gv_lua.cpp.
References SWIG_PackData().
SWIGRUNTIME void SWIG_PropagateClientData | ( | void | ) |
Definition at line 7303 of file gv_lua.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().
SWIGRUNTIMEINLINE void * SWIG_TypeCast | ( | swig_cast_info * | ty, |
void * | ptr, | ||
int * | newmemory | ||
) |
Definition at line 489 of file gv_lua.cpp.
References swig_cast_info::converter.
Referenced by SWIG_Lua_ConvertPtr().
SWIGRUNTIME swig_cast_info * SWIG_TypeCheck | ( | const char * | c, |
swig_type_info * | ty | ||
) |
Definition at line 435 of file gv_lua.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(), and SWIG_Lua_ConvertPtr().
SWIGRUNTIME swig_cast_info * SWIG_TypeCheckStruct | ( | const swig_type_info * | from, |
swig_type_info * | ty | ||
) |
Definition at line 462 of file gv_lua.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 541 of file gv_lua.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 408 of file gv_lua.cpp.
References SWIG_TypeNameComp().
Referenced by SWIG_TypeEquiv().
SWIGRUNTIME swig_type_info * SWIG_TypeDynamicCast | ( | swig_type_info * | ty, |
void ** | ptr | ||
) |
Definition at line 497 of file gv_lua.cpp.
References swig_type_info::dcast.
SWIGRUNTIME int SWIG_TypeEquiv | ( | const char * | nb, |
const char * | tb | ||
) |
Definition at line 427 of file gv_lua.cpp.
References SWIG_TypeCmp().
Referenced by SWIG_TypeQueryModule().
SWIGRUNTIMEINLINE const char * SWIG_TypeName | ( | const swig_type_info * | ty | ) |
Definition at line 511 of file gv_lua.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 393 of file gv_lua.cpp.
Referenced by SWIG_TypeCmp().
SWIGRUNTIME void SWIG_TypeNewClientData | ( | swig_type_info * | ti, |
void * | clientdata | ||
) |
Definition at line 557 of file gv_lua.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 520 of file gv_lua.cpp.
SWIGRUNTIME swig_type_info * SWIG_TypeQueryModule | ( | swig_module_info * | start, |
swig_module_info * | end, | ||
const char * | name | ||
) |
Definition at line 616 of file gv_lua.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_Lua_init_base_class(), and SWIG_Lua_iterate_bases().
SWIGRUNTIME const char * SWIG_UnpackData | ( | const char * | c, |
void * | ptr, | ||
size_t | sz | ||
) |
Definition at line 661 of file gv_lua.cpp.
Referenced by SWIG_UnpackDataName(), and SWIG_UnpackVoidPtr().
SWIGRUNTIME const char * SWIG_UnpackDataName | ( | const char * | c, |
void * | ptr, | ||
size_t | sz, | ||
const char * | name | ||
) |
Definition at line 728 of file gv_lua.cpp.
References SWIG_UnpackData().
SWIGRUNTIME const char * SWIG_UnpackVoidPtr | ( | const char * | c, |
void ** | ptr, | ||
const char * | name | ||
) |
Definition at line 700 of file gv_lua.cpp.
References SWIG_UnpackData().
Definition at line 295 of file gv.cpp.
Referenced by _wrap_tailof().
|
extern |
Definition at line 728 of file gv.cpp.
Referenced by _wrap_tred().
|
extern |
Definition at line 717 of file gv.cpp.
Referenced by _wrap_write__SWIG_0(), and _wrap_write__SWIG_1().
|
static |
Definition at line 7081 of file gv_lua.cpp.
|
static |
Definition at line 7082 of file gv_lua.cpp.
|
static |
Definition at line 7083 of file gv_lua.cpp.
|
static |
Definition at line 7084 of file gv_lua.cpp.
|
static |
Definition at line 7085 of file gv_lua.cpp.
|
static |
Definition at line 7067 of file gv_lua.cpp.
|
static |
Definition at line 7068 of file gv_lua.cpp.
|
static |
Definition at line 7069 of file gv_lua.cpp.
|
static |
Definition at line 7070 of file gv_lua.cpp.
|
static |
Definition at line 7071 of file gv_lua.cpp.
|
static |
Definition at line 7087 of file gv_lua.cpp.
Referenced by SWIG_InitializeModule().
const char* SWIG_LUACODE |
Definition at line 7421 of file gv_lua.cpp.
|
static |
Definition at line 2734 of file gv_lua.cpp.
Referenced by SWIG_InitializeModule(), and SWIG_PropagateClientData().
|
static |
Definition at line 7053 of file gv_lua.cpp.
Referenced by SWIG_init().
|
static |
Definition at line 6989 of file gv_lua.cpp.
|
static |
Definition at line 7046 of file gv_lua.cpp.
|
static |
Definition at line 6992 of file gv_lua.cpp.
|
static |
Definition at line 6995 of file gv_lua.cpp.
|
static |
Definition at line 7049 of file gv_lua.cpp.
|
static |
Definition at line 7073 of file gv_lua.cpp.
Referenced by SWIG_InitializeModule().
|
static |
Definition at line 2733 of file gv_lua.cpp.
Referenced by SWIG_init().