Medical Imaging Interaction Toolkit
2025.08.99-f7084adb
Medical Imaging Interaction Toolkit
|
#include <string.h>
Go to the source code of this file.
Classes | |
struct | swig_type_info |
struct | swig_cast_info |
struct | swig_module_info |
struct | swig_const_info |
struct | swig_globalvar |
struct | swig_varlinkobject |
struct | SwigPyClientData |
struct | SwigPyObject |
struct | SwigPyPacked |
Typedefs | |
typedef void *(* | swig_converter_func) (void *, int *) |
typedef struct swig_type_info *(* | swig_dycast_func) (void **) |
typedef struct swig_type_info | swig_type_info |
typedef struct swig_cast_info | swig_cast_info |
typedef struct swig_module_info | swig_module_info |
typedef struct swig_const_info | swig_const_info |
typedef struct swig_globalvar | swig_globalvar |
typedef struct swig_varlinkobject | swig_varlinkobject |
Functions | |
static int | SWIG_TypeNameComp (const char *f1, const char *l1, const char *f2, const char *l2) |
static int | SWIG_TypeCmp (const char *nb, const char *tb) |
static int | SWIG_TypeEquiv (const char *nb, const char *tb) |
static swig_cast_info * | SWIG_TypeCheck (const char *c, swig_type_info *ty) |
static swig_cast_info * | SWIG_TypeCheckStruct (const swig_type_info *from, swig_type_info *ty) |
static SWIGINLINE void * | SWIG_TypeCast (swig_cast_info *ty, void *ptr, int *newmemory) |
static swig_type_info * | SWIG_TypeDynamicCast (swig_type_info *ty, void **ptr) |
static const SWIGINLINE char * | SWIG_TypeName (const swig_type_info *ty) |
static const char * | SWIG_TypePrettyName (const swig_type_info *type) |
static void | SWIG_TypeClientData (swig_type_info *ti, void *clientdata) |
static void | SWIG_TypeNewClientData (swig_type_info *ti, void *clientdata) |
static swig_type_info * | SWIG_MangledTypeQueryModule (swig_module_info *start, swig_module_info *end, const char *name) |
static swig_type_info * | SWIG_TypeQueryModule (swig_module_info *start, swig_module_info *end, const char *name) |
static char * | SWIG_PackData (char *c, void *ptr, size_t sz) |
static const char * | SWIG_UnpackData (const char *c, void *ptr, size_t sz) |
static char * | SWIG_PackVoidPtr (char *buff, void *ptr, const char *name, size_t bsz) |
static const char * | SWIG_UnpackVoidPtr (const char *c, void **ptr, const char *name) |
static char * | SWIG_PackDataName (char *buff, void *ptr, size_t sz, const char *name, size_t bsz) |
static const char * | SWIG_UnpackDataName (const char *c, void *ptr, size_t sz, const char *name) |
static const char * | SWIG_PyUnicode_AsUTF8AndSize (PyObject *str, Py_ssize_t *psize, PyObject **pbytes) |
static PyObject * | SWIG_Python_str_FromChar (const char *c) |
static PyObject * | SWIG_Python_ErrorType (int code) |
static void | SWIG_Python_AddErrorMsg (const char *mesg) |
static int | SWIG_Python_TypeErrorOccurred (PyObject *obj) |
static void | SWIG_Python_RaiseOrModifyTypeError (const char *message) |
static void | SWIG_Python_SetErrorObj (PyObject *errtype, PyObject *obj) |
static void | SWIG_Python_SetErrorMsg (PyObject *errtype, const char *msg) |
static void | SWIG_Python_SetConstant (PyObject *d, const char *name, PyObject *obj) |
static PyObject * | SWIG_Python_AppendOutput (PyObject *result, PyObject *obj, int is_void) |
static Py_ssize_t | SWIG_Python_UnpackTuple (PyObject *args, const char *name, Py_ssize_t min, Py_ssize_t max, PyObject **objs) |
static int | SWIG_Python_CheckNoKeywords (PyObject *kwargs, const char *name) |
static PyObject * | swig_varlink_repr (PyObject *v) |
static PyObject * | swig_varlink_str (PyObject *o) |
static void | swig_varlink_dealloc (PyObject *o) |
static PyObject * | swig_varlink_getattr (PyObject *o, char *n) |
static int | swig_varlink_setattr (PyObject *o, char *n, PyObject *p) |
static PyTypeObject * | swig_varlink_type (void) |
static PyObject * | SWIG_Python_newvarlink (void) |
static void | SWIG_Python_addvarlink (PyObject *p, const char *name, PyObject *(*get_attr)(void), int(*set_attr)(PyObject *p)) |
static PyObject * | SWIG_globals (void) |
static SWIGINLINE PyObject * | SWIG_Py_Void (void) |
static SWIGINLINE int | SWIG_Python_CheckImplicit (swig_type_info *ty) |
static SWIGINLINE PyObject * | SWIG_Python_ExceptionType (swig_type_info *desc) |
static SwigPyClientData * | SwigPyClientData_New (PyObject *obj) |
static void | SwigPyClientData_Del (SwigPyClientData *data) |
static PyObject * | SwigPyObject_long (SwigPyObject *v) |
static PyObject * | SwigPyObject_format (const char *fmt, SwigPyObject *v) |
static PyObject * | SwigPyObject_oct (SwigPyObject *v) |
static PyObject * | SwigPyObject_hex (SwigPyObject *v) |
static PyObject * | SwigPyObject_repr (SwigPyObject *v) |
static PyObject * | SwigPyObject_repr2 (PyObject *v, PyObject *args) |
static int | SwigPyObject_compare (SwigPyObject *v, SwigPyObject *w) |
static PyObject * | SwigPyObject_richcompare (SwigPyObject *v, SwigPyObject *w, int op) |
static PyTypeObject * | SwigPyObject_TypeOnce (void) |
static PyTypeObject * | SwigPyObject_type (void) |
static SWIGINLINE int | SwigPyObject_Check (PyObject *op) |
static PyObject * | SwigPyObject_New (void *ptr, swig_type_info *ty, int own) |
static void | SwigPyObject_dealloc (PyObject *v) |
static PyObject * | SwigPyObject_append (PyObject *v, PyObject *next) |
static PyObject * | SwigPyObject_next (PyObject *v, PyObject *args) |
static PyObject * | SwigPyObject_disown (PyObject *v, PyObject *args) |
static PyObject * | SwigPyObject_acquire (PyObject *v, PyObject *args) |
static PyObject * | SwigPyObject_own (PyObject *v, PyObject *args) |
static PyObject * | SwigPyPacked_repr (SwigPyPacked *v) |
static PyObject * | SwigPyPacked_str (SwigPyPacked *v) |
static int | SwigPyPacked_compare (SwigPyPacked *v, SwigPyPacked *w) |
static PyTypeObject * | SwigPyPacked_TypeOnce (void) |
static PyTypeObject * | SwigPyPacked_type (void) |
static SWIGINLINE int | SwigPyPacked_Check (PyObject *op) |
static void | SwigPyPacked_dealloc (PyObject *v) |
static PyObject * | SwigPyPacked_New (void *ptr, size_t size, swig_type_info *ty) |
static swig_type_info * | SwigPyPacked_UnpackData (PyObject *obj, void *ptr, size_t size) |
static PyObject * | SWIG_This (void) |
static SwigPyObject * | SWIG_Python_GetSwigThis (PyObject *pyobj) |
static int | SWIG_Python_AcquirePtr (PyObject *obj, int own) |
static int | SWIG_Python_ConvertPtrAndOwn (PyObject *obj, void **ptr, swig_type_info *ty, int flags, int *own) |
static int | SWIG_Python_ConvertFunctionPtr (PyObject *obj, void **ptr, swig_type_info *ty) |
static int | SWIG_Python_ConvertPacked (PyObject *obj, void *ptr, size_t sz, swig_type_info *ty) |
static PyObject * | SWIG_Python_NewShadowInstance (SwigPyClientData *data, PyObject *swig_this) |
static int | SWIG_Python_SetSwigThis (PyObject *inst, PyObject *swig_this) |
static PyObject * | SWIG_Python_InitShadowInstance (PyObject *args) |
static PyObject * | SWIG_Python_NewPointerObj (PyObject *self, void *ptr, swig_type_info *type, int flags) |
static SWIGINLINE PyObject * | SWIG_Python_NewPackedObj (void *ptr, size_t sz, swig_type_info *type) |
static PyObject * | SWIG_Python_TypeCache (void) |
static swig_module_info * | SWIG_Python_GetModule (void *clientdata) |
static void | SWIG_Python_DestroyModule (PyObject *obj) |
static void | SWIG_Python_SetModule (swig_module_info *swig_module) |
static swig_type_info * | SWIG_Python_TypeQuery (const char *type) |
static int | SWIG_Python_AddErrMesg (const char *mesg, int infront) |
static int | SWIG_Python_ArgFail (int argnum) |
static const SWIGINLINE char * | SwigPyObject_GetDesc (PyObject *self) |
static void | SWIG_Python_TypeError (const char *type, PyObject *obj) |
static void * | SWIG_Python_MustGetPtr (PyObject *obj, swig_type_info *ty, int argnum, int flags) |
static SWIGINLINE swig_type_info * | SWIG_TypeQuery (const char *name) |
static SWIGINLINE swig_type_info * | SWIG_MangledTypeQuery (const char *name) |
Variables | |
static PyObject * | Swig_Globals_global |
static PyObject * | Swig_Capsule_global |
static PyMethodDef | swigobject_methods [] |
static PyObject * | Swig_This_global |
static PyObject * | Swig_TypeCache_global |
static int | interpreter_counter |
#define Py_hash_t |
Definition at line 835 of file swigpyrun.h.
#define PyDescr_NAME | ( | x | ) |
Definition at line 834 of file swigpyrun.h.
#define PyDescr_TYPE | ( | x | ) |
Definition at line 833 of file swigpyrun.h.
#define SWIG_AcquirePtr | ( | ptr, | |
src | |||
) |
Definition at line 1107 of file swigpyrun.h.
#define SWIG_AddCast | ( | r | ) |
Definition at line 359 of file swigpyrun.h.
#define SWIG_AddNewMask | ( | r | ) |
Definition at line 335 of file swigpyrun.h.
#define SWIG_AddTmpMask | ( | r | ) |
Definition at line 338 of file swigpyrun.h.
#define SWIG_addvarlink | ( | p, | |
name, | |||
get_attr, | |||
set_attr | |||
) |
Definition at line 1296 of file swigpyrun.h.
#define SWIG_arg_fail | ( | arg | ) |
Definition at line 2964 of file swigpyrun.h.
#define SWIG_ArgError | ( | r | ) |
Definition at line 321 of file swigpyrun.h.
#define SWIG_AttributeError |
Definition at line 176 of file swigpyrun.h.
#define SWIG_BADOBJ |
Definition at line 330 of file swigpyrun.h.
#define SWIG_BUFFER_SIZE |
Definition at line 219 of file swigpyrun.h.
#define SWIG_BUILTIN_INIT |
Definition at line 1559 of file swigpyrun.h.
#define SWIG_BUILTIN_TP_INIT |
Definition at line 1558 of file swigpyrun.h.
#define SWIG_CAST_NEW_MEMORY |
Definition at line 224 of file swigpyrun.h.
#define SWIG_CASTRANKLIMIT |
Definition at line 324 of file swigpyrun.h.
#define SWIG_CheckImplicit | ( | ty | ) |
Definition at line 1106 of file swigpyrun.h.
#define SWIG_CheckState | ( | r | ) |
Definition at line 360 of file swigpyrun.h.
#define SWIG_ConvertFunctionPtr | ( | obj, | |
pptr, | |||
type | |||
) |
Definition at line 1119 of file swigpyrun.h.
#define SWIG_ConvertInstance | ( | obj, | |
pptr, | |||
type, | |||
flags | |||
) |
Definition at line 1115 of file swigpyrun.h.
#define SWIG_ConvertMember | ( | obj, | |
ptr, | |||
sz, | |||
ty | |||
) |
Definition at line 1123 of file swigpyrun.h.
#define SWIG_ConvertPacked | ( | obj, | |
ptr, | |||
sz, | |||
ty | |||
) |
Definition at line 1111 of file swigpyrun.h.
#define SWIG_ConvertPtr | ( | obj, | |
pptr, | |||
type, | |||
flags | |||
) |
Definition at line 1095 of file swigpyrun.h.
#define SWIG_ConvertPtrAndOwn | ( | obj, | |
pptr, | |||
type, | |||
flags, | |||
own | |||
) |
Definition at line 1096 of file swigpyrun.h.
#define SWIG_DelNewMask | ( | r | ) |
Definition at line 336 of file swigpyrun.h.
#define SWIG_DelTmpMask | ( | r | ) |
Definition at line 339 of file swigpyrun.h.
#define SWIG_DivisionByZero |
Definition at line 171 of file swigpyrun.h.
#define SWIG_ERROR |
Definition at line 314 of file swigpyrun.h.
#define SWIG_Error | ( | code, | |
msg | |||
) |
Definition at line 1136 of file swigpyrun.h.
#define SWIG_ERROR_RELEASE_NOT_OWNED |
Definition at line 318 of file swigpyrun.h.
#define SWIG_ErrorType | ( | code | ) |
Definition at line 1135 of file swigpyrun.h.
#define SWIG_fail |
Definition at line 1137 of file swigpyrun.h.
#define SWIG_GetModule | ( | clientdata | ) |
Definition at line 1129 of file swigpyrun.h.
#define SWIG_IndexError |
Definition at line 169 of file swigpyrun.h.
#define SWIG_InstallConstants | ( | d, | |
constants | |||
) |
Definition at line 1297 of file swigpyrun.h.
#define SWIG_InternalNewPointerObj | ( | ptr, | |
type, | |||
flags | |||
) |
Definition at line 1104 of file swigpyrun.h.
#define SWIG_IOError |
Definition at line 167 of file swigpyrun.h.
#define SWIG_IsNewObj | ( | r | ) |
Definition at line 337 of file swigpyrun.h.
#define SWIG_IsOK | ( | r | ) |
Definition at line 320 of file swigpyrun.h.
#define SWIG_IsTmpObj | ( | r | ) |
Definition at line 340 of file swigpyrun.h.
#define SWIG_MemoryError |
Definition at line 177 of file swigpyrun.h.
#define SWIG_MustGetPtr | ( | p, | |
type, | |||
argnum, | |||
flags | |||
) |
Definition at line 2965 of file swigpyrun.h.
#define SWIG_NewClientData | ( | obj | ) |
Definition at line 1131 of file swigpyrun.h.
#define SWIG_NewFunctionPtrObj | ( | ptr, | |
type | |||
) |
Definition at line 1120 of file swigpyrun.h.
#define SWIG_NewInstanceObj | ( | ptr, | |
type, | |||
flags | |||
) |
Definition at line 1116 of file swigpyrun.h.
#define SWIG_NewMemberObj | ( | ptr, | |
sz, | |||
type | |||
) |
Definition at line 1124 of file swigpyrun.h.
#define SWIG_NEWOBJ |
Definition at line 332 of file swigpyrun.h.
#define SWIG_NEWOBJMASK |
Definition at line 326 of file swigpyrun.h.
#define SWIG_NewPackedObj | ( | ptr, | |
sz, | |||
type | |||
) |
Definition at line 1112 of file swigpyrun.h.
#define SWIG_NewPointerObj | ( | ptr, | |
type, | |||
flags | |||
) |
Definition at line 1101 of file swigpyrun.h.
#define SWIG_newvarlink | ( | ) |
Definition at line 1295 of file swigpyrun.h.
#define SWIG_NULLPTR |
Definition at line 163 of file swigpyrun.h.
#define SWIG_NullReferenceError |
Definition at line 178 of file swigpyrun.h.
#define SWIG_OK |
Definition at line 312 of file swigpyrun.h.
#define SWIG_OLDOBJ |
Definition at line 331 of file swigpyrun.h.
#define SWIG_OverflowError |
Definition at line 172 of file swigpyrun.h.
#define swig_owntype |
Definition at line 1108 of file swigpyrun.h.
#define SWIG_POINTER_CLEAR |
Definition at line 226 of file swigpyrun.h.
#define SWIG_POINTER_DISOWN |
Definition at line 223 of file swigpyrun.h.
#define SWIG_POINTER_EXCEPTION |
Definition at line 2963 of file swigpyrun.h.
#define SWIG_POINTER_IMPLICIT_CONV |
Definition at line 1556 of file swigpyrun.h.
#define SWIG_POINTER_NEW |
Definition at line 1554 of file swigpyrun.h.
#define SWIG_POINTER_NO_NULL |
Definition at line 225 of file swigpyrun.h.
#define SWIG_POINTER_NOSHADOW |
Definition at line 1553 of file swigpyrun.h.
#define SWIG_POINTER_OWN |
Definition at line 230 of file swigpyrun.h.
#define SWIG_POINTER_RELEASE |
Definition at line 227 of file swigpyrun.h.
#define SWIG_PY_BINARY |
Definition at line 1058 of file swigpyrun.h.
#define SWIG_Py_DECREF |
Definition at line 861 of file swigpyrun.h.
#define SWIG_Py_INCREF |
Definition at line 859 of file swigpyrun.h.
#define SWIG_PY_POINTER |
Definition at line 1057 of file swigpyrun.h.
#define SWIG_Py_XDECREF |
Definition at line 862 of file swigpyrun.h.
#define SWIG_Py_XINCREF |
Definition at line 860 of file swigpyrun.h.
#define SWIG_Python_CallFunctor | ( | functor, | |
obj | |||
) |
Definition at line 1278 of file swigpyrun.h.
#define SWIG_Python_ConvertPtr | ( | obj, | |
pptr, | |||
type, | |||
flags | |||
) |
Definition at line 1094 of file swigpyrun.h.
#define SWIG_PYTHON_INITIALIZE_THREADS |
Definition at line 1038 of file swigpyrun.h.
#define SWIG_Python_Raise | ( | obj, | |
type, | |||
desc | |||
) |
Definition at line 1159 of file swigpyrun.h.
#define SWIG_Python_str_FromFormat |
Definition at line 785 of file swigpyrun.h.
#define SWIG_PYTHON_THREAD_BEGIN_ALLOW |
Definition at line 1041 of file swigpyrun.h.
#define SWIG_PYTHON_THREAD_BEGIN_BLOCK |
Definition at line 1039 of file swigpyrun.h.
#define SWIG_PYTHON_THREAD_END_ALLOW |
Definition at line 1042 of file swigpyrun.h.
#define SWIG_PYTHON_THREAD_END_BLOCK |
Definition at line 1040 of file swigpyrun.h.
#define SWIG_RUNTIME_VERSION |
Definition at line 189 of file swigpyrun.h.
#define SWIG_RuntimeError |
Definition at line 168 of file swigpyrun.h.
#define SWIG_SetErrorMsg |
Definition at line 1134 of file swigpyrun.h.
#define SWIG_SetErrorObj |
Definition at line 1133 of file swigpyrun.h.
#define SWIG_SetModule | ( | clientdata, | |
pointer | |||
) |
Definition at line 1130 of file swigpyrun.h.
#define SWIG_snprintf | ( | O, | |
S, | |||
F, | |||
A | |||
) |
Definition at line 33 of file swigpyrun.h.
#define SWIG_snprintf2 | ( | O, | |
S, | |||
F, | |||
A, | |||
B | |||
) |
Definition at line 34 of file swigpyrun.h.
#define SWIG_STATIC_POINTER | ( | var | ) |
Definition at line 1287 of file swigpyrun.h.
#define SWIG_SyntaxError |
Definition at line 173 of file swigpyrun.h.
#define SWIG_SystemError |
Definition at line 175 of file swigpyrun.h.
#define SWIG_TMPOBJ |
Definition at line 333 of file swigpyrun.h.
#define SWIG_TMPOBJMASK |
Definition at line 328 of file swigpyrun.h.
#define SWIG_TYPE_TABLE_NAME |
Definition at line 197 of file swigpyrun.h.
#define SWIG_TypeError |
Definition at line 170 of file swigpyrun.h.
#define SWIG_UnknownError |
Definition at line 166 of file swigpyrun.h.
#define SWIG_ValueError |
Definition at line 174 of file swigpyrun.h.
#define SWIGEXPORT |
Definition at line 122 of file swigpyrun.h.
#define SWIGINLINE |
Definition at line 59 of file swigpyrun.h.
#define SWIGINTERN |
Definition at line 94 of file swigpyrun.h.
#define SWIGINTERNINLINE |
Definition at line 99 of file swigpyrun.h.
#define SWIGPY_CAPSULE_ATTR_NAME |
Definition at line 828 of file swigpyrun.h.
#define SWIGPY_CAPSULE_NAME |
Definition at line 830 of file swigpyrun.h.
#define SWIGPY_USE_CAPSULE |
Definition at line 824 of file swigpyrun.h.
#define SWIGRUNTIME |
Definition at line 210 of file swigpyrun.h.
#define SWIGRUNTIMEINLINE |
Definition at line 214 of file swigpyrun.h.
#define SWIGSTDCALL |
Definition at line 132 of file swigpyrun.h.
#define SWIGTEMPLATEDISAMBIGUATOR |
Definition at line 50 of file swigpyrun.h.
#define SWIGUNUSED |
Definition at line 74 of file swigpyrun.h.
#define SWIGUNUSEDPARM | ( | p | ) |
Definition at line 88 of file swigpyrun.h.
typedef struct swig_cast_info swig_cast_info |
typedef struct swig_const_info swig_const_info |
typedef void*(* swig_converter_func) (void *, int *) |
Definition at line 370 of file swigpyrun.h.
typedef struct swig_type_info*(* swig_dycast_func) (void **) |
Definition at line 371 of file swigpyrun.h.
typedef struct swig_globalvar swig_globalvar |
typedef struct swig_module_info swig_module_info |
typedef struct swig_type_info swig_type_info |
typedef struct swig_varlinkobject swig_varlinkobject |
|
static |
Definition at line 1537 of file swigpyrun.h.
References Swig_Globals_global, and SWIG_newvarlink.
Referenced by SWIG_Python_DestroyModule().
|
static |
Definition at line 3161 of file swigpyrun.h.
References SWIG_GetModule, and SWIG_MangledTypeQueryModule().
|
static |
Definition at line 589 of file swigpyrun.h.
References swig_type_info::name, swig_module_info::next, swig_module_info::size, and swig_module_info::types.
Referenced by SWIG_MangledTypeQuery(), and SWIG_TypeQueryModule().
|
static |
Definition at line 663 of file swigpyrun.h.
Referenced by SWIG_PackDataName(), and SWIG_PackVoidPtr().
|
static |
Definition at line 731 of file swigpyrun.h.
References SWIG_PackData().
Referenced by SwigPyPacked_repr(), and SwigPyPacked_str().
|
static |
Definition at line 707 of file swigpyrun.h.
References SWIG_PackData().
|
static |
Definition at line 1568 of file swigpyrun.h.
References SWIG_Py_INCREF.
Referenced by SWIG_Python_InitShadowInstance(), SWIG_Python_NewPackedObj(), SWIG_Python_NewPointerObj(), SwigPyObject_acquire(), SwigPyObject_append(), SwigPyObject_disown(), and SwigPyObject_next().
|
static |
Definition at line 2488 of file swigpyrun.h.
References SwigPyObject::own, SWIG_POINTER_OWN, and SWIG_Python_GetSwigThis().
|
static |
Definition at line 2968 of file swigpyrun.h.
References SWIG_Py_DECREF, SWIG_Py_XDECREF, SWIG_Py_XINCREF, and SWIG_PyUnicode_AsUTF8AndSize().
Referenced by SWIG_Python_ArgFail().
|
static |
Definition at line 916 of file swigpyrun.h.
References SWIG_Py_DECREF, SWIG_Py_XDECREF, SWIG_Py_XINCREF, and SWIG_PyUnicode_AsUTF8AndSize().
|
static |
Definition at line 1517 of file swigpyrun.h.
References swig_globalvar::get_attr, swig_globalvar::name, swig_globalvar::next, swig_globalvar::set_attr, and swig_varlinkobject::vars.
|
static |
Definition at line 1193 of file swigpyrun.h.
References SWIG_Py_DECREF.
|
static |
Definition at line 2997 of file swigpyrun.h.
References SWIG_Python_AddErrMesg().
|
static |
Definition at line 1588 of file swigpyrun.h.
References swig_type_info::clientdata, and SwigPyClientData::implicitconv.
|
static |
Definition at line 1265 of file swigpyrun.h.
|
static |
Definition at line 2615 of file swigpyrun.h.
References swig_type_info::name, SWIG_ConvertPtr, SWIG_ERROR, SWIG_OK, SWIG_Py_XDECREF, SWIG_PyUnicode_AsUTF8AndSize(), SWIG_TypeCast(), SWIG_TypeCheck(), and SWIG_UnpackVoidPtr().
|
static |
Definition at line 2654 of file swigpyrun.h.
References swig_type_info::name, SWIG_ERROR, SWIG_OK, SWIG_TypeCheck(), and SwigPyPacked_UnpackData().
|
static |
Definition at line 2503 of file swigpyrun.h.
References swig_type_info::clientdata, SwigPyClientData::implicitconv, SwigPyClientData::klass, swig_type_info::name, SwigPyObject::next, SwigPyObject::own, SwigPyObject::ptr, SWIG_AddCast, SWIG_AddNewMask, SWIG_CAST_NEW_MEMORY, SWIG_ERROR, SWIG_ERROR_RELEASE_NOT_OWNED, SWIG_IsOK, SWIG_NullReferenceError, SWIG_OK, SWIG_POINTER_CLEAR, SWIG_POINTER_DISOWN, SWIG_POINTER_IMPLICIT_CONV, SWIG_POINTER_NO_NULL, SWIG_POINTER_RELEASE, SWIG_Py_DECREF, SWIG_Python_CallFunctor, SWIG_Python_GetSwigThis(), SWIG_TypeCast(), SWIG_TypeCheck(), and SwigPyObject::ty.
|
static |
Definition at line 2890 of file swigpyrun.h.
References swig_type_info::clientdata, interpreter_counter, swig_type_info::owndata, swig_module_info::size, Swig_Capsule_global, SWIG_globals(), Swig_Globals_global, SWIG_Py_DECREF, SWIG_Python_TypeCache(), SWIG_This(), Swig_This_global, Swig_TypeCache_global, SWIGPY_CAPSULE_NAME, SwigPyClientData_Del(), and swig_module_info::types.
Referenced by SWIG_Python_SetModule().
|
static |
Definition at line 869 of file swigpyrun.h.
References SWIG_AttributeError, SWIG_DivisionByZero, SWIG_IndexError, SWIG_IOError, SWIG_MemoryError, SWIG_NullReferenceError, SWIG_OverflowError, SWIG_RuntimeError, SWIG_SyntaxError, SWIG_SystemError, SWIG_TypeError, and SWIG_ValueError.
|
static |
Definition at line 1598 of file swigpyrun.h.
References swig_type_info::clientdata, and SwigPyClientData::klass.
|
static |
Definition at line 2869 of file swigpyrun.h.
References SWIGPY_CAPSULE_NAME.
|
static |
Definition at line 2417 of file swigpyrun.h.
References SWIG_Py_DECREF, SWIG_This(), and SwigPyObject_Check().
Referenced by SWIG_Python_AcquirePtr(), SWIG_Python_ConvertPtrAndOwn(), and SWIG_Python_InitShadowInstance().
|
static |
Definition at line 2765 of file swigpyrun.h.
References SWIG_Py_DECREF, SWIG_Py_Void(), SWIG_Python_GetSwigThis(), SWIG_Python_SetSwigThis(), SWIG_Python_UnpackTuple(), and SwigPyObject_append().
|
static |
Definition at line 3062 of file swigpyrun.h.
References SWIG_Python_ConvertPtr.
|
static |
Definition at line 2845 of file swigpyrun.h.
References SWIG_Py_Void(), and SwigPyPacked_New().
|
static |
Definition at line 2784 of file swigpyrun.h.
References swig_type_info::clientdata, SwigPyObject::next, SwigPyObject::own, SwigPyObject::ptr, SwigPyClientData::pytype, SWIG_BUILTIN_TP_INIT, SWIG_POINTER_NOSHADOW, SWIG_POINTER_OWN, SWIG_Py_DECREF, SWIG_Py_Void(), SWIG_Python_NewShadowInstance(), SwigPyObject_New(), and SwigPyObject::ty.
|
static |
Definition at line 2677 of file swigpyrun.h.
References SwigPyClientData::newargs, SwigPyClientData::newraw, SWIG_Py_DECREF, and SWIG_This().
Referenced by SWIG_Python_NewPointerObj().
|
static |
Definition at line 1508 of file swigpyrun.h.
References swig_varlink_type(), and swig_varlinkobject::vars.
|
static |
Definition at line 953 of file swigpyrun.h.
References SWIG_Py_XDECREF, and SWIG_Python_TypeErrorOccurred().
|
static |
Definition at line 1183 of file swigpyrun.h.
References SWIG_Py_DECREF.
|
static |
Definition at line 1153 of file swigpyrun.h.
References SWIG_PYTHON_THREAD_BEGIN_BLOCK, and SWIG_PYTHON_THREAD_END_BLOCK.
|
static |
Definition at line 1145 of file swigpyrun.h.
References SWIG_Py_DECREF, SWIG_PYTHON_THREAD_BEGIN_BLOCK, and SWIG_PYTHON_THREAD_END_BLOCK.
|
static |
Definition at line 2915 of file swigpyrun.h.
References interpreter_counter, Swig_Capsule_global, SWIG_Py_DECREF, SWIG_Py_XDECREF, SWIG_Python_DestroyModule(), SWIG_RUNTIME_VERSION, SWIGPY_CAPSULE_ATTR_NAME, and SWIGPY_CAPSULE_NAME.
|
static |
Definition at line 2743 of file swigpyrun.h.
References SWIG_This().
Referenced by SWIG_Python_InitShadowInstance().
|
static |
Definition at line 814 of file swigpyrun.h.
Referenced by SWIG_Python_TypeQuery(), SWIG_This(), SwigPyObject_format(), and SwigPyPacked_str().
|
static |
Definition at line 2861 of file swigpyrun.h.
References Swig_TypeCache_global.
Referenced by SWIG_Python_DestroyModule(), and SWIG_Python_TypeQuery().
|
static |
Definition at line 3018 of file swigpyrun.h.
References SWIG_Py_XDECREF, SWIG_PyUnicode_AsUTF8AndSize(), SwigPyObject_Check(), and SwigPyObject_GetDesc().
|
static |
Definition at line 943 of file swigpyrun.h.
Referenced by SWIG_Python_RaiseOrModifyTypeError().
|
static |
Definition at line 2937 of file swigpyrun.h.
References SWIG_GetModule, SWIG_Py_DECREF, SWIG_Python_str_FromChar(), SWIG_Python_TypeCache(), and SWIG_TypeQueryModule().
|
static |
Definition at line 1219 of file swigpyrun.h.
Referenced by SWIG_Python_InitShadowInstance().
|
static |
Definition at line 791 of file swigpyrun.h.
Referenced by SWIG_Python_AddErrMesg(), SWIG_Python_AddErrorMsg(), SWIG_Python_ConvertFunctionPtr(), and SWIG_Python_TypeError().
|
static |
Definition at line 2402 of file swigpyrun.h.
References SWIG_Python_str_FromChar(), and Swig_This_global.
Referenced by SWIG_Python_DestroyModule(), SWIG_Python_GetSwigThis(), SWIG_Python_NewShadowInstance(), and SWIG_Python_SetSwigThis().
|
static |
Definition at line 507 of file swigpyrun.h.
References swig_cast_info::converter.
Referenced by SWIG_Python_ConvertFunctionPtr(), and SWIG_Python_ConvertPtrAndOwn().
|
static |
Definition at line 453 of file swigpyrun.h.
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_Python_ConvertFunctionPtr(), SWIG_Python_ConvertPacked(), and SWIG_Python_ConvertPtrAndOwn().
|
static |
Definition at line 480 of file swigpyrun.h.
References swig_type_info::cast, swig_cast_info::next, swig_cast_info::prev, and swig_cast_info::type.
|
static |
Definition at line 559 of file swigpyrun.h.
References swig_type_info::cast, swig_type_info::clientdata, swig_module_info::clientdata, swig_cast_info::converter, swig_cast_info::next, and swig_cast_info::type.
Referenced by SWIG_TypeNewClientData().
|
static |
Definition at line 426 of file swigpyrun.h.
References SWIG_TypeNameComp().
Referenced by SWIG_TypeEquiv().
|
static |
Definition at line 515 of file swigpyrun.h.
References swig_type_info::dcast.
|
static |
Definition at line 445 of file swigpyrun.h.
References SWIG_TypeCmp().
Referenced by SWIG_TypeQueryModule().
|
static |
Definition at line 529 of file swigpyrun.h.
References swig_type_info::name.
|
static |
Definition at line 411 of file swigpyrun.h.
Referenced by SWIG_TypeCmp().
|
static |
Definition at line 575 of file swigpyrun.h.
References swig_module_info::clientdata, swig_type_info::owndata, and SWIG_TypeClientData().
|
static |
Definition at line 538 of file swigpyrun.h.
References swig_type_info::name, and swig_type_info::str.
Referenced by SwigPyObject_dealloc(), and SwigPyObject_repr().
|
static |
Definition at line 3155 of file swigpyrun.h.
References SWIG_GetModule, and SWIG_TypeQueryModule().
|
static |
Definition at line 634 of file swigpyrun.h.
References swig_module_info::next, swig_module_info::size, swig_type_info::str, SWIG_MangledTypeQueryModule(), SWIG_TypeEquiv(), and swig_module_info::types.
Referenced by SWIG_Python_TypeQuery(), and SWIG_TypeQuery().
|
static |
Definition at line 679 of file swigpyrun.h.
Referenced by SWIG_UnpackDataName(), and SWIG_UnpackVoidPtr().
|
static |
Definition at line 746 of file swigpyrun.h.
References SWIG_UnpackData().
|
static |
Definition at line 718 of file swigpyrun.h.
References SWIG_UnpackData().
Referenced by SWIG_Python_ConvertFunctionPtr().
|
static |
Definition at line 1364 of file swigpyrun.h.
References swig_globalvar::name, swig_globalvar::next, and swig_varlinkobject::vars.
Referenced by swig_varlink_type().
|
static |
Definition at line 1376 of file swigpyrun.h.
References swig_globalvar::get_attr, swig_globalvar::name, swig_globalvar::next, and swig_varlinkobject::vars.
Referenced by swig_varlink_type().
|
static |
Definition at line 1316 of file swigpyrun.h.
Referenced by swig_varlink_type().
|
static |
Definition at line 1394 of file swigpyrun.h.
References swig_globalvar::name, swig_globalvar::next, swig_globalvar::set_attr, and swig_varlinkobject::vars.
Referenced by swig_varlink_type().
|
static |
Definition at line 1325 of file swigpyrun.h.
References swig_globalvar::name, swig_globalvar::next, SWIG_Py_DECREF, and swig_varlinkobject::vars.
Referenced by swig_varlink_type().
|
static |
Definition at line 1412 of file swigpyrun.h.
References swig_varlink_dealloc(), swig_varlink_getattr(), swig_varlink_repr(), swig_varlink_setattr(), and swig_varlink_str().
Referenced by SWIG_Python_newvarlink().
|
static |
Definition at line 1656 of file swigpyrun.h.
References SwigPyClientData::destroy, SwigPyClientData::klass, SwigPyClientData::newargs, SwigPyClientData::newraw, and SWIG_Py_XDECREF.
Referenced by SWIG_Python_DestroyModule().
|
static |
Definition at line 1606 of file swigpyrun.h.
References SwigPyClientData::delargs, SwigPyClientData::destroy, SwigPyClientData::implicitconv, SwigPyClientData::klass, SwigPyClientData::newargs, SwigPyClientData::newraw, SwigPyClientData::pytype, SWIG_Py_DECREF, and SWIG_Py_INCREF.
|
static |
Definition at line 1942 of file swigpyrun.h.
References SwigPyObject::own, SWIG_POINTER_OWN, and SWIG_Py_Void().
Referenced by SwigPyObject_own().
|
static |
Definition at line 1908 of file swigpyrun.h.
References SwigPyObject::next, SWIG_Py_INCREF, SWIG_Py_Void(), and SwigPyObject_Check().
Referenced by SWIG_Python_InitShadowInstance().
|
static |
Definition at line 1816 of file swigpyrun.h.
References SWIG_Py_DECREF, and SwigPyObject_type().
Referenced by SWIG_Python_GetSwigThis(), SWIG_Python_TypeError(), and SwigPyObject_append().
|
static |
Definition at line 1771 of file swigpyrun.h.
References SwigPyObject::ptr.
Referenced by SwigPyObject_richcompare(), and SwigPyObject_TypeOnce().
|
static |
Definition at line 1849 of file swigpyrun.h.
References swig_type_info::clientdata, SwigPyClientData::delargs, SwigPyClientData::destroy, SwigPyObject::next, SwigPyObject::own, SwigPyObject::ptr, Swig_Capsule_global, SWIG_POINTER_OWN, SWIG_Py_XDECREF, SWIG_Python_CallFunctor, SWIG_TypePrettyName(), SwigPyObject_New(), and SwigPyObject::ty.
Referenced by SwigPyObject_TypeOnce().
|
static |
Definition at line 1934 of file swigpyrun.h.
References SwigPyObject::own, and SWIG_Py_Void().
Referenced by SwigPyObject_own().
|
static |
Definition at line 1702 of file swigpyrun.h.
References SWIG_Py_DECREF, SWIG_Python_str_FromChar(), and SwigPyObject_long().
Referenced by SwigPyObject_hex(), and SwigPyObject_oct().
|
static |
Definition at line 3010 of file swigpyrun.h.
References swig_type_info::str, and SwigPyObject::ty.
Referenced by SWIG_Python_TypeError().
|
static |
Definition at line 1733 of file swigpyrun.h.
References SwigPyObject_format().
Referenced by SwigPyObject_TypeOnce().
|
static |
Definition at line 1696 of file swigpyrun.h.
References SwigPyObject::ptr.
Referenced by SwigPyObject_format(), and SwigPyObject_TypeOnce().
|
static |
Definition at line 2144 of file swigpyrun.h.
References SwigPyObject::next, SwigPyObject::own, SwigPyObject::ptr, Swig_Capsule_global, SWIG_POINTER_OWN, SWIG_Py_XINCREF, SwigPyObject_type(), and SwigPyObject::ty.
Referenced by SWIG_Python_NewPointerObj(), and SwigPyObject_dealloc().
|
static |
Definition at line 1922 of file swigpyrun.h.
References SwigPyObject::next, SWIG_Py_INCREF, and SWIG_Py_Void().
|
static |
Definition at line 1727 of file swigpyrun.h.
References SwigPyObject_format().
Referenced by SwigPyObject_TypeOnce().
|
static |
Definition at line 1950 of file swigpyrun.h.
References SwigPyObject::own, SWIG_Py_DECREF, SwigPyObject_acquire(), and SwigPyObject_disown().
|
static |
Definition at line 1739 of file swigpyrun.h.
References SWIG_Py_DECREF, SWIG_Python_str_FromFormat, SWIG_TypePrettyName(), and SwigPyObject::ty.
Referenced by SwigPyObject_repr2(), and SwigPyObject_TypeOnce().
|
static |
Definition at line 1765 of file swigpyrun.h.
References SwigPyObject_repr().
|
static |
Definition at line 1780 of file swigpyrun.h.
References SWIG_Py_INCREF, and SwigPyObject_compare().
Referenced by SwigPyObject_TypeOnce().
|
static |
Definition at line 1809 of file swigpyrun.h.
References SWIG_STATIC_POINTER, and SwigPyObject_TypeOnce().
Referenced by SwigPyObject_Check(), and SwigPyObject_New().
|
static |
Definition at line 1981 of file swigpyrun.h.
References swigobject_methods, SwigPyObject_compare(), SwigPyObject_dealloc(), SwigPyObject_hex(), SwigPyObject_long(), SwigPyObject_oct(), SwigPyObject_repr(), and SwigPyObject_richcompare().
Referenced by SwigPyObject_type().
|
static |
Definition at line 2216 of file swigpyrun.h.
References SWIG_Py_DECREF, and SwigPyPacked_TypeOnce().
Referenced by SwigPyPacked_dealloc(), and SwigPyPacked_UnpackData().
|
static |
Definition at line 2199 of file swigpyrun.h.
References SwigPyPacked::pack, and SwigPyPacked::size.
Referenced by SwigPyPacked_TypeOnce().
|
static |
Definition at line 2237 of file swigpyrun.h.
References SwigPyPacked::pack, and SwigPyPacked_Check().
Referenced by SwigPyPacked_TypeOnce().
|
static |
Definition at line 2364 of file swigpyrun.h.
References SwigPyPacked::pack, SwigPyPacked::size, SwigPyPacked_type(), and SwigPyPacked::ty.
Referenced by SWIG_Python_NewPackedObj().
|
static |
Definition at line 2177 of file swigpyrun.h.
References swig_type_info::name, SwigPyPacked::pack, SwigPyPacked::size, SWIG_BUFFER_SIZE, SWIG_PackDataName(), SWIG_Python_str_FromFormat, and SwigPyPacked::ty.
Referenced by SwigPyPacked_TypeOnce().
|
static |
Definition at line 2188 of file swigpyrun.h.
References swig_type_info::name, SwigPyPacked::pack, SwigPyPacked::size, SWIG_BUFFER_SIZE, SWIG_PackDataName(), SWIG_Python_str_FromChar(), SWIG_Python_str_FromFormat, and SwigPyPacked::ty.
Referenced by SwigPyPacked_TypeOnce().
|
static |
Definition at line 2210 of file swigpyrun.h.
References SWIG_STATIC_POINTER, and SwigPyPacked_TypeOnce().
Referenced by SwigPyPacked_New().
|
static |
Definition at line 2247 of file swigpyrun.h.
References SwigPyPacked_compare(), SwigPyPacked_dealloc(), SwigPyPacked_repr(), and SwigPyPacked_str().
Referenced by SwigPyPacked_Check(), and SwigPyPacked_type().
|
static |
Definition at line 2383 of file swigpyrun.h.
References SwigPyPacked::pack, SwigPyPacked::size, SwigPyPacked_Check(), and SwigPyPacked::ty.
Referenced by SWIG_Python_ConvertPacked().
|
static |
Definition at line 2887 of file swigpyrun.h.
Referenced by SWIG_Python_DestroyModule(), and SWIG_Python_SetModule().
|
static |
Definition at line 1846 of file swigpyrun.h.
Referenced by SWIG_Python_DestroyModule(), SWIG_Python_SetModule(), SwigPyObject_dealloc(), and SwigPyObject_New().
|
static |
Definition at line 1534 of file swigpyrun.h.
Referenced by SWIG_globals(), and SWIG_Python_DestroyModule().
|
static |
Definition at line 2399 of file swigpyrun.h.
Referenced by SWIG_Python_DestroyModule(), and SWIG_This().
|
static |
Definition at line 2857 of file swigpyrun.h.
Referenced by SWIG_Python_DestroyModule(), and SWIG_Python_TypeCache().
|
static |
Definition at line 1970 of file swigpyrun.h.
Referenced by SwigPyObject_TypeOnce().