PLplot  5.14.0
Pltk_initPYTHON_wrap.c File Reference
#include <Python.h>
#include <string.h>
#include <arrayobject.h>
#include "plplot.h"
#include "plplotP.h"
#include <tcl.h>
#include "pltk.h"
#include <float.h>
#include <math.h>

Go to the source code of this file.

Classes

struct  swig_type_info
 
struct  swig_cast_info
 
struct  swig_module_info
 
struct  PyHeapTypeObject
 
struct  swig_const_info
 
struct  SwigPyClientData
 
struct  SwigPyObject
 
struct  SwigPyPacked
 
struct  swig_globalvar
 
struct  swig_varlinkobject
 

Macros

#define SWIGPYTHON
 
#define SWIG_PYTHON_DIRECTOR_NO_VTABLE
 
#define SWIGTEMPLATEDISAMBIGUATOR
 
#define SWIGINLINE
 
#define SWIGUNUSED
 
#define SWIGUNUSEDPARM(p)   p SWIGUNUSED
 
#define SWIGINTERN   static SWIGUNUSED
 
#define SWIGINTERNINLINE   SWIGINTERN SWIGINLINE
 
#define SWIGEXPORT
 
#define SWIGSTDCALL
 
#define SWIG_RUNTIME_VERSION   "4"
 
#define SWIG_TYPE_TABLE_NAME
 
#define SWIGRUNTIME   SWIGINTERN
 
#define SWIGRUNTIMEINLINE   SWIGRUNTIME SWIGINLINE
 
#define SWIG_BUFFER_SIZE   1024
 
#define SWIG_POINTER_DISOWN   0x1
 
#define SWIG_CAST_NEW_MEMORY   0x2
 
#define SWIG_POINTER_OWN   0x1
 
#define SWIG_OK   (0)
 
#define SWIG_ERROR   (-1)
 
#define SWIG_IsOK(r)   (r >= 0)
 
#define SWIG_ArgError(r)   ((r != SWIG_ERROR) ? r : SWIG_TypeError)
 
#define SWIG_CASTRANKLIMIT   (1 << 8)
 
#define SWIG_NEWOBJMASK   (SWIG_CASTRANKLIMIT << 1)
 
#define SWIG_TMPOBJMASK   (SWIG_NEWOBJMASK << 1)
 
#define SWIG_BADOBJ   (SWIG_ERROR)
 
#define SWIG_OLDOBJ   (SWIG_OK)
 
#define SWIG_NEWOBJ   (SWIG_OK | SWIG_NEWOBJMASK)
 
#define SWIG_TMPOBJ   (SWIG_OK | SWIG_TMPOBJMASK)
 
#define SWIG_AddNewMask(r)   (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r)
 
#define SWIG_DelNewMask(r)   (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r)
 
#define SWIG_IsNewObj(r)   (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK))
 
#define SWIG_AddTmpMask(r)   (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r)
 
#define SWIG_DelTmpMask(r)   (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r)
 
#define SWIG_IsTmpObj(r)   (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK))
 
#define SWIG_AddCast(r)   (r)
 
#define SWIG_CheckState(r)   (SWIG_IsOK(r) ? 1 : 0)
 
#define SWIG_UnknownError   -1
 
#define SWIG_IOError   -2
 
#define SWIG_RuntimeError   -3
 
#define SWIG_IndexError   -4
 
#define SWIG_TypeError   -5
 
#define SWIG_DivisionByZero   -6
 
#define SWIG_OverflowError   -7
 
#define SWIG_SyntaxError   -8
 
#define SWIG_ValueError   -9
 
#define SWIG_SystemError   -10
 
#define SWIG_AttributeError   -11
 
#define SWIG_MemoryError   -12
 
#define SWIG_NullReferenceError   -13
 
#define Py_TYPE(op)   ((op)->ob_type)
 
#define SWIG_Python_str_FromFormat   PyString_FromFormat
 
#define SWIG_Python_str_DelForPy3(x)
 
#define PyOS_snprintf   snprintf
 
#define SWIG_PYBUFFER_SIZE   1024
 
#define PyObject_DEL   PyObject_Del
 
#define PyExc_StopIteration   PyExc_RuntimeError
 
#define PyObject_GenericGetAttr   0
 
#define Py_NotImplemented   PyExc_RuntimeError
 
#define PyString_AsStringAndSize(obj, s, len)   {*s = PyString_AsString(obj); *len = *s ? strlen(*s) : 0;}
 
#define PySequence_Size   PySequence_Length
 
#define PY_SSIZE_T_MAX   INT_MAX
 
#define PY_SSIZE_T_MIN   INT_MIN
 
#define PyInt_FromSize_t(x)   PyInt_FromLong((long)x)
 
#define Py_VISIT(op)
 
#define PyDescr_TYPE(x)   (((PyDescrObject *)(x))->d_type)
 
#define PyDescr_NAME(x)   (((PyDescrObject *)(x))->d_name)
 
#define Py_hash_t   long
 
#define SWIG_PYTHON_INITIALIZE_THREADS
 
#define SWIG_PYTHON_THREAD_BEGIN_BLOCK
 
#define SWIG_PYTHON_THREAD_END_BLOCK
 
#define SWIG_PYTHON_THREAD_BEGIN_ALLOW
 
#define SWIG_PYTHON_THREAD_END_ALLOW
 
#define SWIG_PY_POINTER   4
 
#define SWIG_PY_BINARY   5
 
#define SWIG_Python_ConvertPtr(obj, pptr, type, flags)   SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, 0)
 
#define SWIG_ConvertPtr(obj, pptr, type, flags)   SWIG_Python_ConvertPtr(obj, pptr, type, flags)
 
#define SWIG_ConvertPtrAndOwn(obj, pptr, type, flags, own)   SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, own)
 
#define SWIG_NewPointerObj(ptr, type, flags)   SWIG_Python_NewPointerObj(NULL, ptr, type, flags)
 
#define SWIG_InternalNewPointerObj(ptr, type, flags)   SWIG_Python_NewPointerObj(NULL, ptr, type, flags)
 
#define SWIG_CheckImplicit(ty)   SWIG_Python_CheckImplicit(ty)
 
#define SWIG_AcquirePtr(ptr, src)   SWIG_Python_AcquirePtr(ptr, src)
 
#define swig_owntype   int
 
#define SWIG_ConvertPacked(obj, ptr, sz, ty)   SWIG_Python_ConvertPacked(obj, ptr, sz, ty)
 
#define SWIG_NewPackedObj(ptr, sz, type)   SWIG_Python_NewPackedObj(ptr, sz, type)
 
#define SWIG_ConvertInstance(obj, pptr, type, flags)   SWIG_ConvertPtr(obj, pptr, type, flags)
 
#define SWIG_NewInstanceObj(ptr, type, flags)   SWIG_NewPointerObj(ptr, type, flags)
 
#define SWIG_ConvertFunctionPtr(obj, pptr, type)   SWIG_Python_ConvertFunctionPtr(obj, pptr, type)
 
#define SWIG_NewFunctionPtrObj(ptr, type)   SWIG_Python_NewPointerObj(NULL, ptr, type, 0)
 
#define SWIG_ConvertMember(obj, ptr, sz, ty)   SWIG_Python_ConvertPacked(obj, ptr, sz, ty)
 
#define SWIG_NewMemberObj(ptr, sz, type)   SWIG_Python_NewPackedObj(ptr, sz, type)
 
#define SWIG_GetModule(clientdata)   SWIG_Python_GetModule(clientdata)
 
#define SWIG_SetModule(clientdata, pointer)   SWIG_Python_SetModule(pointer)
 
#define SWIG_NewClientData(obj)   SwigPyClientData_New(obj)
 
#define SWIG_SetErrorObj   SWIG_Python_SetErrorObj
 
#define SWIG_SetErrorMsg   SWIG_Python_SetErrorMsg
 
#define SWIG_ErrorType(code)   SWIG_Python_ErrorType(code)
 
#define SWIG_Error(code, msg)   SWIG_Python_SetErrorMsg(SWIG_ErrorType(code), msg)
 
#define SWIG_fail   goto fail
 
#define SWIG_Python_Raise(obj, type, desc)   SWIG_Python_SetErrorObj(SWIG_Python_ExceptionType(desc), obj)
 
#define SWIG_Python_CallFunctor(functor, obj)   PyObject_CallFunction(functor, "O", obj);
 
#define SWIG_STATIC_POINTER(var)   var = 0; if (!var) var
 
#define SWIG_POINTER_NOSHADOW   (SWIG_POINTER_OWN << 1)
 
#define SWIG_POINTER_NEW   (SWIG_POINTER_NOSHADOW | SWIG_POINTER_OWN)
 
#define SWIG_POINTER_IMPLICIT_CONV   (SWIG_POINTER_DISOWN << 1)
 
#define SWIG_BUILTIN_TP_INIT   (SWIG_POINTER_OWN << 2)
 
#define SWIG_BUILTIN_INIT   (SWIG_BUILTIN_TP_INIT | SWIG_POINTER_OWN)
 
#define SWIG_POINTER_EXCEPTION   0
 
#define SWIG_arg_fail(arg)   SWIG_Python_ArgFail(arg)
 
#define SWIG_MustGetPtr(p, type, argnum, flags)   SWIG_Python_MustGetPtr(p, type, argnum, flags)
 
#define SWIG_exception_fail(code, msg)   do { SWIG_Error(code, msg); SWIG_fail; } while(0)
 
#define SWIG_contract_assert(expr, msg)   if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg); SWIG_fail; } else
 
#define SWIGTYPE_p_char   swig_types[0]
 
#define SWIG_TypeQuery(name)   SWIG_TypeQueryModule(&swig_module, &swig_module, name)
 
#define SWIG_MangledTypeQuery(name)   SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name)
 
#define SWIG_init   init_Pltk_init
 
#define SWIG_name   "_Pltk_init"
 
#define SWIGVERSION   0x030012
 
#define SWIG_VERSION   SWIGVERSION
 
#define SWIG_as_voidptr(a)   (void *)((const void *)(a))
 
#define SWIG_as_voidptrptr(a)   ((void)SWIG_as_voidptr(*a),(void**)(a))
 
#define NPY_NO_DEPRECATED_API   NPY_1_7_API_VERSION
 
#define SWIG_newvarlink()   SWIG_Python_newvarlink()
 
#define SWIG_addvarlink(p, name, get_attr, set_attr)   SWIG_Python_addvarlink(p, name, get_attr, set_attr)
 
#define SWIG_InstallConstants(d, constants)   SWIG_Python_InstallConstants(d, constants)
 

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 int Py_ssize_t
 
typedef inquiry lenfunc
 
typedef intargfunc ssizeargfunc
 
typedef intintargfunc ssizessizeargfunc
 
typedef intobjargproc ssizeobjargproc
 
typedef intintobjargproc ssizessizeobjargproc
 
typedef getreadbufferproc readbufferproc
 
typedef getwritebufferproc writebufferproc
 
typedef getsegcountproc segcountproc
 
typedef getcharbufferproc charbufferproc
 
typedef destructor freefunc
 
typedef struct swig_const_info swig_const_info
 
typedef struct swig_globalvar swig_globalvar
 
typedef struct swig_varlinkobject swig_varlinkobject
 

Functions

SWIGRUNTIME int SWIG_TypeNameComp (const char *f1, const char *l1, const char *f2, const char *l2)
 
SWIGRUNTIME int SWIG_TypeCmp (const char *nb, const char *tb)
 
SWIGRUNTIME int SWIG_TypeEquiv (const char *nb, const char *tb)
 
SWIGRUNTIME swig_cast_infoSWIG_TypeCheck (const char *c, swig_type_info *ty)
 
SWIGRUNTIME swig_cast_infoSWIG_TypeCheckStruct (swig_type_info *from, swig_type_info *ty)
 
SWIGRUNTIMEINLINE void * SWIG_TypeCast (swig_cast_info *ty, void *ptr, int *newmemory)
 
SWIGRUNTIME swig_type_infoSWIG_TypeDynamicCast (swig_type_info *ty, void **ptr)
 
SWIGRUNTIMEINLINE const char * SWIG_TypeName (const swig_type_info *ty)
 
SWIGRUNTIME const char * SWIG_TypePrettyName (const swig_type_info *type)
 
SWIGRUNTIME void SWIG_TypeClientData (swig_type_info *ti, void *clientdata)
 
SWIGRUNTIME void SWIG_TypeNewClientData (swig_type_info *ti, void *clientdata)
 
SWIGRUNTIME swig_type_infoSWIG_MangledTypeQueryModule (swig_module_info *start, swig_module_info *end, const char *name)
 
SWIGRUNTIME swig_type_infoSWIG_TypeQueryModule (swig_module_info *start, swig_module_info *end, const char *name)
 
SWIGRUNTIME char * SWIG_PackData (char *c, void *ptr, size_t sz)
 
SWIGRUNTIME const char * SWIG_UnpackData (const char *c, void *ptr, size_t sz)
 
SWIGRUNTIME char * SWIG_PackVoidPtr (char *buff, void *ptr, const char *name, size_t bsz)
 
SWIGRUNTIME const char * SWIG_UnpackVoidPtr (const char *c, void **ptr, const char *name)
 
SWIGRUNTIME char * SWIG_PackDataName (char *buff, void *ptr, size_t sz, const char *name, size_t bsz)
 
SWIGRUNTIME const char * SWIG_UnpackDataName (const char *c, void *ptr, size_t sz, const char *name)
 
SWIGINTERN char * SWIG_Python_str_AsChar (PyObject *str)
 
SWIGINTERN PyObject * SWIG_Python_str_FromChar (const char *c)
 
static PyObject * PyString_FromFormat (const char *fmt,...)
 
static PyObject * PyBool_FromLong (long ok)
 
static long PyNumber_AsSsize_t (PyObject *x, void *SWIGUNUSEDPARM(exc))
 
SWIGRUNTIME PyObject * SWIG_Python_ErrorType (int code)
 
SWIGRUNTIME void SWIG_Python_AddErrorMsg (const char *mesg)
 
SWIGRUNTIME PyObject * SWIG_PyInstanceMethod_New (PyObject *SWIGUNUSEDPARM(self), PyObject *SWIGUNUSEDPARM(func))
 
SWIGINTERN void SWIG_Python_SetErrorObj (PyObject *errtype, PyObject *obj)
 
SWIGINTERN void SWIG_Python_SetErrorMsg (PyObject *errtype, const char *msg)
 
SWIGINTERN void SWIG_Python_SetConstant (PyObject *d, const char *name, PyObject *obj)
 
SWIGINTERN PyObject * SWIG_Python_AppendOutput (PyObject *result, PyObject *obj)
 
SWIGINTERN Py_ssize_t SWIG_Python_UnpackTuple (PyObject *args, const char *name, Py_ssize_t min, Py_ssize_t max, PyObject **objs)
 
SWIGRUNTIMEINLINE PyObject * SWIG_Py_Void (void)
 
SWIGRUNTIMEINLINE int SWIG_Python_CheckImplicit (swig_type_info *ty)
 
SWIGRUNTIMEINLINE PyObject * SWIG_Python_ExceptionType (swig_type_info *desc)
 
SWIGRUNTIME SwigPyClientDataSwigPyClientData_New (PyObject *obj)
 
SWIGRUNTIME void SwigPyClientData_Del (SwigPyClientData *data)
 
SWIGRUNTIME PyObject * SwigPyObject_long (SwigPyObject *v)
 
SWIGRUNTIME PyObject * SwigPyObject_format (const char *fmt, SwigPyObject *v)
 
SWIGRUNTIME PyObject * SwigPyObject_oct (SwigPyObject *v)
 
SWIGRUNTIME PyObject * SwigPyObject_hex (SwigPyObject *v)
 
SWIGRUNTIME PyObject * SwigPyObject_repr (SwigPyObject *v, PyObject *args)
 
SWIGRUNTIME int SwigPyObject_compare (SwigPyObject *v, SwigPyObject *w)
 
SWIGRUNTIME PyObject * SwigPyObject_richcompare (SwigPyObject *v, SwigPyObject *w, int op)
 
SWIGRUNTIME PyTypeObject * SwigPyObject_TypeOnce (void)
 
SWIGRUNTIME PyTypeObject * SwigPyObject_type (void)
 
SWIGRUNTIMEINLINE int SwigPyObject_Check (PyObject *op)
 
SWIGRUNTIME PyObject * SwigPyObject_New (void *ptr, swig_type_info *ty, int own)
 
SWIGRUNTIME void SwigPyObject_dealloc (PyObject *v)
 
SWIGRUNTIME PyObject * SwigPyObject_append (PyObject *v, PyObject *next)
 
SWIGRUNTIME PyObject * SwigPyObject_next (PyObject *v, PyObject *SWIGUNUSEDPARM(args))
 
SWIGINTERN PyObject * SwigPyObject_disown (PyObject *v, PyObject *SWIGUNUSEDPARM(args))
 
SWIGINTERN PyObject * SwigPyObject_acquire (PyObject *v, PyObject *SWIGUNUSEDPARM(args))
 
SWIGINTERN PyObject * SwigPyObject_own (PyObject *v, PyObject *args)
 
SWIGINTERN PyObject * SwigPyObject_getattr (SwigPyObject *sobj, char *name)
 
SWIGRUNTIME int SwigPyPacked_print (SwigPyPacked *v, FILE *fp, int SWIGUNUSEDPARM(flags))
 
SWIGRUNTIME PyObject * SwigPyPacked_repr (SwigPyPacked *v)
 
SWIGRUNTIME PyObject * SwigPyPacked_str (SwigPyPacked *v)
 
SWIGRUNTIME int SwigPyPacked_compare (SwigPyPacked *v, SwigPyPacked *w)
 
SWIGRUNTIME PyTypeObject * SwigPyPacked_TypeOnce (void)
 
SWIGRUNTIME PyTypeObject * SwigPyPacked_type (void)
 
SWIGRUNTIMEINLINE int SwigPyPacked_Check (PyObject *op)
 
SWIGRUNTIME void SwigPyPacked_dealloc (PyObject *v)
 
SWIGRUNTIME PyObject * SwigPyPacked_New (void *ptr, size_t size, swig_type_info *ty)
 
SWIGRUNTIME swig_type_infoSwigPyPacked_UnpackData (PyObject *obj, void *ptr, size_t size)
 
SWIGRUNTIMEINLINE PyObject * _SWIG_This (void)
 
SWIGRUNTIME PyObject * SWIG_This (void)
 
SWIGRUNTIME SwigPyObjectSWIG_Python_GetSwigThis (PyObject *pyobj)
 
SWIGRUNTIME int SWIG_Python_AcquirePtr (PyObject *obj, int own)
 
SWIGRUNTIME int SWIG_Python_ConvertPtrAndOwn (PyObject *obj, void **ptr, swig_type_info *ty, int flags, int *own)
 
SWIGRUNTIME int SWIG_Python_ConvertFunctionPtr (PyObject *obj, void **ptr, swig_type_info *ty)
 
SWIGRUNTIME int SWIG_Python_ConvertPacked (PyObject *obj, void *ptr, size_t sz, swig_type_info *ty)
 
SWIGRUNTIME PyObject * SWIG_Python_NewShadowInstance (SwigPyClientData *data, PyObject *swig_this)
 
SWIGRUNTIME void SWIG_Python_SetSwigThis (PyObject *inst, PyObject *swig_this)
 
SWIGINTERN PyObject * SWIG_Python_InitShadowInstance (PyObject *args)
 
SWIGRUNTIME PyObject * SWIG_Python_NewPointerObj (PyObject *self, void *ptr, swig_type_info *type, int flags)
 
SWIGRUNTIMEINLINE PyObject * SWIG_Python_NewPackedObj (void *ptr, size_t sz, swig_type_info *type)
 
SWIGRUNTIME swig_module_infoSWIG_Python_GetModule (void *SWIGUNUSEDPARM(clientdata))
 
SWIGINTERN int PyModule_AddObject (PyObject *m, char *name, PyObject *o)
 
SWIGRUNTIME void SWIG_Python_DestroyModule (void *vptr)
 
SWIGRUNTIME void SWIG_Python_SetModule (swig_module_info *swig_module)
 
SWIGRUNTIME PyObject * SWIG_Python_TypeCache (void)
 
SWIGRUNTIME swig_type_infoSWIG_Python_TypeQuery (const char *type)
 
SWIGRUNTIME int SWIG_Python_AddErrMesg (const char *mesg, int infront)
 
SWIGRUNTIME int SWIG_Python_ArgFail (int argnum)
 
SWIGRUNTIMEINLINE const char * SwigPyObject_GetDesc (PyObject *self)
 
SWIGRUNTIME void SWIG_Python_TypeError (const char *type, PyObject *obj)
 
SWIGRUNTIME void * SWIG_Python_MustGetPtr (PyObject *obj, swig_type_info *ty, int SWIGUNUSEDPARM(argnum), int flags)
 
void Pltk_init (long x)
 
SWIGINTERN int SWIG_AsVal_double (PyObject *obj, double *val)
 
SWIGINTERNINLINE int SWIG_CanCastAsInteger (double *d, double min, double max)
 
SWIGINTERN int SWIG_AsVal_long (PyObject *obj, long *val)
 
SWIGINTERN PyObject * _wrap_Pltk_init (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
 
SWIGRUNTIME void SWIG_InitializeModule (void *clientdata)
 
SWIGRUNTIME void SWIG_PropagateClientData (void)
 
SWIGINTERN PyObject * swig_varlink_repr (swig_varlinkobject *SWIGUNUSEDPARM(v))
 
SWIGINTERN PyObject * swig_varlink_str (swig_varlinkobject *v)
 
SWIGINTERN int swig_varlink_print (swig_varlinkobject *v, FILE *fp, int SWIGUNUSEDPARM(flags))
 
SWIGINTERN void swig_varlink_dealloc (swig_varlinkobject *v)
 
SWIGINTERN PyObject * swig_varlink_getattr (swig_varlinkobject *v, char *n)
 
SWIGINTERN int swig_varlink_setattr (swig_varlinkobject *v, char *n, PyObject *p)
 
SWIGINTERN PyTypeObject * swig_varlink_type (void)
 
SWIGINTERN PyObject * SWIG_Python_newvarlink (void)
 
SWIGINTERN void SWIG_Python_addvarlink (PyObject *p, char *name, PyObject *(*get_attr)(void), int(*set_attr)(PyObject *p))
 
SWIGINTERN PyObject * SWIG_globals (void)
 
SWIGINTERN void SWIG_Python_InstallConstants (PyObject *d, swig_const_info constants[])
 
SWIGINTERN void SWIG_Python_FixMethods (PyMethodDef *methods, swig_const_info *const_table, swig_type_info **types, swig_type_info **types_initial)
 
SWIGEXPORT void SWIG_init (void)
 

Variables

static PyMethodDef swigobject_methods []
 
static PyObject * swig_this = NULL
 
static swig_type_infoswig_types [2]
 
static swig_module_info swig_module = {swig_types, 1, 0, 0, 0, 0}
 
static PyMethodDef SwigMethods []
 
static swig_type_info _swigt__p_char = {"_p_char", "char *", 0, 0, (void*)0, 0}
 
static swig_type_infoswig_type_initial []
 
static swig_cast_info _swigc__p_char [] = { {&_swigt__p_char, 0, 0, 0},{0, 0, 0, 0}}
 
static swig_cast_infoswig_cast_initial []
 
static swig_const_info swig_const_table []
 

Macro Definition Documentation

◆ NPY_NO_DEPRECATED_API

#define NPY_NO_DEPRECATED_API   NPY_1_7_API_VERSION

Definition at line 3013 of file Pltk_initPYTHON_wrap.c.

◆ Py_hash_t

#define Py_hash_t   long

Definition at line 955 of file Pltk_initPYTHON_wrap.c.

◆ Py_NotImplemented

#define Py_NotImplemented   PyExc_RuntimeError

Definition at line 858 of file Pltk_initPYTHON_wrap.c.

◆ PY_SSIZE_T_MAX

#define PY_SSIZE_T_MAX   INT_MAX

Definition at line 892 of file Pltk_initPYTHON_wrap.c.

◆ PY_SSIZE_T_MIN

#define PY_SSIZE_T_MIN   INT_MIN

Definition at line 893 of file Pltk_initPYTHON_wrap.c.

◆ Py_TYPE

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

Definition at line 763 of file Pltk_initPYTHON_wrap.c.

◆ Py_VISIT

#define Py_VISIT (   op)
Value:
do { \
if (op) { \
int vret = visit((op), arg); \
if (vret) \
return vret; \
} \
} while (0)

Definition at line 920 of file Pltk_initPYTHON_wrap.c.

◆ PyDescr_NAME

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

Definition at line 954 of file Pltk_initPYTHON_wrap.c.

◆ PyDescr_TYPE

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

Definition at line 953 of file Pltk_initPYTHON_wrap.c.

◆ PyExc_StopIteration

#define PyExc_StopIteration   PyExc_RuntimeError

Definition at line 848 of file Pltk_initPYTHON_wrap.c.

◆ PyInt_FromSize_t

#define PyInt_FromSize_t (   x)    PyInt_FromLong((long)x)

Definition at line 916 of file Pltk_initPYTHON_wrap.c.

◆ PyObject_DEL

#define PyObject_DEL   PyObject_Del

Definition at line 842 of file Pltk_initPYTHON_wrap.c.

◆ PyObject_GenericGetAttr

#define PyObject_GenericGetAttr   0

Definition at line 851 of file Pltk_initPYTHON_wrap.c.

◆ PyOS_snprintf

#define PyOS_snprintf   snprintf

Definition at line 818 of file Pltk_initPYTHON_wrap.c.

◆ PySequence_Size

#define PySequence_Size   PySequence_Length

Definition at line 872 of file Pltk_initPYTHON_wrap.c.

◆ PyString_AsStringAndSize

#define PyString_AsStringAndSize (   obj,
  s,
  len 
)    {*s = PyString_AsString(obj); *len = *s ? strlen(*s) : 0;}

Definition at line 865 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_AcquirePtr

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

Definition at line 1169 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_AddCast

#define SWIG_AddCast (   r)    (r)

Definition at line 322 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_AddNewMask

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

Definition at line 298 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_AddTmpMask

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

Definition at line 301 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_addvarlink

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

Definition at line 3454 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_arg_fail

#define SWIG_arg_fail (   arg)    SWIG_Python_ArgFail(arg)

Definition at line 2806 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_ArgError

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

Definition at line 284 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_as_voidptr

#define SWIG_as_voidptr (   a)    (void *)((const void *)(a))

Definition at line 3009 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_as_voidptrptr

#define SWIG_as_voidptrptr (   a)    ((void)SWIG_as_voidptr(*a),(void**)(a))

Definition at line 3010 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_AttributeError

#define SWIG_AttributeError   -11

Definition at line 736 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_BADOBJ

#define SWIG_BADOBJ   (SWIG_ERROR)

Definition at line 293 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_BUFFER_SIZE

#define SWIG_BUFFER_SIZE   1024

Definition at line 191 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_BUILTIN_INIT

#define SWIG_BUILTIN_INIT   (SWIG_BUILTIN_TP_INIT | SWIG_POINTER_OWN)

Definition at line 1381 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_BUILTIN_TP_INIT

#define SWIG_BUILTIN_TP_INIT   (SWIG_POINTER_OWN << 2)

Definition at line 1380 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_CAST_NEW_MEMORY

#define SWIG_CAST_NEW_MEMORY   0x2

Definition at line 196 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_CASTRANKLIMIT

#define SWIG_CASTRANKLIMIT   (1 << 8)

Definition at line 287 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_CheckImplicit

#define SWIG_CheckImplicit (   ty)    SWIG_Python_CheckImplicit(ty)

Definition at line 1168 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_CheckState

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

Definition at line 323 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_contract_assert

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

Definition at line 2973 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_ConvertFunctionPtr

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

Definition at line 1181 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_ConvertInstance

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

Definition at line 1177 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_ConvertMember

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

Definition at line 1185 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_ConvertPacked

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

Definition at line 1173 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_ConvertPtr

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

Definition at line 1157 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_ConvertPtrAndOwn

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

Definition at line 1158 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_DelNewMask

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

Definition at line 299 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_DelTmpMask

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

Definition at line 302 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_DivisionByZero

#define SWIG_DivisionByZero   -6

Definition at line 731 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_ERROR

#define SWIG_ERROR   (-1)

Definition at line 282 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Error

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

Definition at line 1198 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_ErrorType

#define SWIG_ErrorType (   code)    SWIG_Python_ErrorType(code)

Definition at line 1197 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_exception_fail

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

Definition at line 2971 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_fail

#define SWIG_fail   goto fail

Definition at line 1199 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_GetModule

#define SWIG_GetModule (   clientdata)    SWIG_Python_GetModule(clientdata)

Definition at line 1191 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_IndexError

#define SWIG_IndexError   -4

Definition at line 729 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_init

#define SWIG_init   init_Pltk_init

Definition at line 3000 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_InstallConstants

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

Definition at line 3455 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_InternalNewPointerObj

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

Definition at line 1166 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_IOError

#define SWIG_IOError   -2

Definition at line 727 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_IsNewObj

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

Definition at line 300 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_IsOK

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

Definition at line 283 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_IsTmpObj

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

Definition at line 303 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_MangledTypeQuery

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

Definition at line 2983 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_MemoryError

#define SWIG_MemoryError   -12

Definition at line 737 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_MustGetPtr

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

Definition at line 2807 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_name

#define SWIG_name   "_Pltk_init"

Definition at line 3003 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_NewClientData

#define SWIG_NewClientData (   obj)    SwigPyClientData_New(obj)

Definition at line 1193 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_NewFunctionPtrObj

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

Definition at line 1182 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_NewInstanceObj

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

Definition at line 1178 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_NewMemberObj

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

Definition at line 1186 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_NEWOBJ

#define SWIG_NEWOBJ   (SWIG_OK | SWIG_NEWOBJMASK)

Definition at line 295 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_NEWOBJMASK

#define SWIG_NEWOBJMASK   (SWIG_CASTRANKLIMIT << 1)

Definition at line 289 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_NewPackedObj

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

Definition at line 1174 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_NewPointerObj

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

Definition at line 1163 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_newvarlink

#define SWIG_newvarlink ( )    SWIG_Python_newvarlink()

Definition at line 3453 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_NullReferenceError

#define SWIG_NullReferenceError   -13

Definition at line 738 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_OK

#define SWIG_OK   (0)

Definition at line 281 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_OLDOBJ

#define SWIG_OLDOBJ   (SWIG_OK)

Definition at line 294 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_OverflowError

#define SWIG_OverflowError   -7

Definition at line 732 of file Pltk_initPYTHON_wrap.c.

◆ swig_owntype

#define swig_owntype   int

Definition at line 1170 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_POINTER_DISOWN

#define SWIG_POINTER_DISOWN   0x1

Definition at line 195 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_POINTER_EXCEPTION

#define SWIG_POINTER_EXCEPTION   0

Definition at line 2805 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_POINTER_IMPLICIT_CONV

#define SWIG_POINTER_IMPLICIT_CONV   (SWIG_POINTER_DISOWN << 1)

Definition at line 1378 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_POINTER_NEW

#define SWIG_POINTER_NEW   (SWIG_POINTER_NOSHADOW | SWIG_POINTER_OWN)

Definition at line 1376 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_POINTER_NOSHADOW

#define SWIG_POINTER_NOSHADOW   (SWIG_POINTER_OWN << 1)

Definition at line 1375 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_POINTER_OWN

#define SWIG_POINTER_OWN   0x1

Definition at line 199 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_PY_BINARY

#define SWIG_PY_BINARY   5

Definition at line 1110 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_PY_POINTER

#define SWIG_PY_POINTER   4

Definition at line 1109 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_PYBUFFER_SIZE

#define SWIG_PYBUFFER_SIZE   1024

Definition at line 826 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_CallFunctor

#define SWIG_Python_CallFunctor (   functor,
  obj 
)    PyObject_CallFunction(functor, "O", obj);

Definition at line 1357 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_ConvertPtr

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

Definition at line 1156 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_PYTHON_DIRECTOR_NO_VTABLE

#define SWIG_PYTHON_DIRECTOR_NO_VTABLE

Definition at line 16 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_PYTHON_INITIALIZE_THREADS

#define SWIG_PYTHON_INITIALIZE_THREADS

Definition at line 1089 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_Raise

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

Definition at line 1221 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_str_DelForPy3

#define SWIG_Python_str_DelForPy3 (   x)

Definition at line 799 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_str_FromFormat

#define SWIG_Python_str_FromFormat   PyString_FromFormat

Definition at line 771 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_PYTHON_THREAD_BEGIN_ALLOW

#define SWIG_PYTHON_THREAD_BEGIN_ALLOW

Definition at line 1092 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_PYTHON_THREAD_BEGIN_BLOCK

#define SWIG_PYTHON_THREAD_BEGIN_BLOCK

Definition at line 1090 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_PYTHON_THREAD_END_ALLOW

#define SWIG_PYTHON_THREAD_END_ALLOW

Definition at line 1093 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_PYTHON_THREAD_END_BLOCK

#define SWIG_PYTHON_THREAD_END_BLOCK

Definition at line 1091 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_RUNTIME_VERSION

#define SWIG_RUNTIME_VERSION   "4"

Definition at line 161 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_RuntimeError

#define SWIG_RuntimeError   -3

Definition at line 728 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_SetErrorMsg

#define SWIG_SetErrorMsg   SWIG_Python_SetErrorMsg

Definition at line 1196 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_SetErrorObj

#define SWIG_SetErrorObj   SWIG_Python_SetErrorObj

Definition at line 1195 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_SetModule

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

Definition at line 1192 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_STATIC_POINTER

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

Definition at line 1367 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_SyntaxError

#define SWIG_SyntaxError   -8

Definition at line 733 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_SystemError

#define SWIG_SystemError   -10

Definition at line 735 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_TMPOBJ

#define SWIG_TMPOBJ   (SWIG_OK | SWIG_TMPOBJMASK)

Definition at line 296 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_TMPOBJMASK

#define SWIG_TMPOBJMASK   (SWIG_NEWOBJMASK << 1)

Definition at line 291 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_TYPE_TABLE_NAME

#define SWIG_TYPE_TABLE_NAME

Definition at line 169 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_TypeError

#define SWIG_TypeError   -5

Definition at line 730 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_TypeQuery

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

Definition at line 2982 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_UnknownError

#define SWIG_UnknownError   -1

Definition at line 726 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_ValueError

#define SWIG_ValueError   -9

Definition at line 734 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_VERSION

#define SWIG_VERSION   SWIGVERSION

Definition at line 3006 of file Pltk_initPYTHON_wrap.c.

◆ SWIGEXPORT

#define SWIGEXPORT

Definition at line 104 of file Pltk_initPYTHON_wrap.c.

◆ SWIGINLINE

#define SWIGINLINE

Definition at line 41 of file Pltk_initPYTHON_wrap.c.

◆ SWIGINTERN

#define SWIGINTERN   static SWIGUNUSED

Definition at line 76 of file Pltk_initPYTHON_wrap.c.

◆ SWIGINTERNINLINE

#define SWIGINTERNINLINE   SWIGINTERN SWIGINLINE

Definition at line 81 of file Pltk_initPYTHON_wrap.c.

◆ SWIGPYTHON

#define SWIGPYTHON

Definition at line 13 of file Pltk_initPYTHON_wrap.c.

◆ SWIGRUNTIME

#define SWIGRUNTIME   SWIGINTERN

Definition at line 182 of file Pltk_initPYTHON_wrap.c.

◆ SWIGRUNTIMEINLINE

#define SWIGRUNTIMEINLINE   SWIGRUNTIME SWIGINLINE

Definition at line 186 of file Pltk_initPYTHON_wrap.c.

◆ SWIGSTDCALL

#define SWIGSTDCALL

Definition at line 114 of file Pltk_initPYTHON_wrap.c.

◆ SWIGTEMPLATEDISAMBIGUATOR

#define SWIGTEMPLATEDISAMBIGUATOR

Definition at line 32 of file Pltk_initPYTHON_wrap.c.

◆ SWIGTYPE_p_char

#define SWIGTYPE_p_char   swig_types[0]

Definition at line 2979 of file Pltk_initPYTHON_wrap.c.

◆ SWIGUNUSED

#define SWIGUNUSED

Definition at line 56 of file Pltk_initPYTHON_wrap.c.

◆ SWIGUNUSEDPARM

#define SWIGUNUSEDPARM (   p)    p SWIGUNUSED

Definition at line 70 of file Pltk_initPYTHON_wrap.c.

◆ SWIGVERSION

#define SWIGVERSION   0x030012

Definition at line 3005 of file Pltk_initPYTHON_wrap.c.

Typedef Documentation

◆ charbufferproc

typedef getcharbufferproc charbufferproc

Definition at line 902 of file Pltk_initPYTHON_wrap.c.

◆ freefunc

typedef destructor freefunc

Definition at line 942 of file Pltk_initPYTHON_wrap.c.

◆ lenfunc

typedef inquiry lenfunc

Definition at line 894 of file Pltk_initPYTHON_wrap.c.

◆ Py_ssize_t

typedef int Py_ssize_t

Definition at line 891 of file Pltk_initPYTHON_wrap.c.

◆ readbufferproc

typedef getreadbufferproc readbufferproc

Definition at line 899 of file Pltk_initPYTHON_wrap.c.

◆ segcountproc

typedef getsegcountproc segcountproc

Definition at line 901 of file Pltk_initPYTHON_wrap.c.

◆ ssizeargfunc

typedef intargfunc ssizeargfunc

Definition at line 895 of file Pltk_initPYTHON_wrap.c.

◆ ssizeobjargproc

typedef intobjargproc ssizeobjargproc

Definition at line 897 of file Pltk_initPYTHON_wrap.c.

◆ ssizessizeargfunc

typedef intintargfunc ssizessizeargfunc

Definition at line 896 of file Pltk_initPYTHON_wrap.c.

◆ ssizessizeobjargproc

typedef intintobjargproc ssizessizeobjargproc

Definition at line 898 of file Pltk_initPYTHON_wrap.c.

◆ swig_cast_info

◆ swig_const_info

◆ swig_converter_func

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

Definition at line 333 of file Pltk_initPYTHON_wrap.c.

◆ swig_dycast_func

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

Definition at line 334 of file Pltk_initPYTHON_wrap.c.

◆ swig_globalvar

◆ swig_module_info

◆ swig_type_info

◆ swig_varlinkobject

◆ writebufferproc

typedef getwritebufferproc writebufferproc

Definition at line 900 of file Pltk_initPYTHON_wrap.c.

Function Documentation

◆ _SWIG_This()

SWIGRUNTIMEINLINE PyObject* _SWIG_This ( void  )

Definition at line 2219 of file Pltk_initPYTHON_wrap.c.

◆ _wrap_Pltk_init()

SWIGINTERN PyObject* _wrap_Pltk_init ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 3164 of file Pltk_initPYTHON_wrap.c.

◆ Pltk_init()

void Pltk_init ( long  x)

Definition at line 3026 of file Pltk_initPYTHON_wrap.c.

◆ PyBool_FromLong()

static PyObject* PyBool_FromLong ( long  ok)
static

Definition at line 879 of file Pltk_initPYTHON_wrap.c.

◆ PyModule_AddObject()

SWIGINTERN int PyModule_AddObject ( PyObject *  m,
char *  name,
PyObject *  o 
)

Definition at line 2688 of file Pltk_initPYTHON_wrap.c.

◆ PyNumber_AsSsize_t()

static long PyNumber_AsSsize_t ( PyObject *  x,
void *  SWIGUNUSEDPARMexc 
)
static

Definition at line 903 of file Pltk_initPYTHON_wrap.c.

◆ PyString_FromFormat()

static PyObject* PyString_FromFormat ( const char *  fmt,
  ... 
)
static

Definition at line 830 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_AsVal_double()

SWIGINTERN int SWIG_AsVal_double ( PyObject *  obj,
double *  val 
)

Definition at line 3038 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_AsVal_long()

SWIGINTERN int SWIG_AsVal_long ( PyObject *  obj,
long *  val 
)

Definition at line 3120 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_CanCastAsInteger()

SWIGINTERNINLINE int SWIG_CanCastAsInteger ( double *  d,
double  min,
double  max 
)

Definition at line 3090 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_globals()

SWIGINTERN PyObject* SWIG_globals ( void  )

Definition at line 3675 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_init()

SWIGEXPORT void SWIG_init ( void  )

Definition at line 3775 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_InitializeModule()

SWIGRUNTIME void SWIG_InitializeModule ( void *  clientdata)

Definition at line 3269 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_MangledTypeQueryModule()

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

Definition at line 552 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_PackData()

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

Definition at line 626 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_PackDataName()

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

Definition at line 694 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_PackVoidPtr()

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

Definition at line 670 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_PropagateClientData()

SWIGRUNTIME void SWIG_PropagateClientData ( void  )

Definition at line 3416 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Py_Void()

SWIGRUNTIMEINLINE PyObject* SWIG_Py_Void ( void  )

Definition at line 1419 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_PyInstanceMethod_New()

SWIGRUNTIME PyObject* SWIG_PyInstanceMethod_New ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  SWIGUNUSEDPARMfunc 
)

Definition at line 1133 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_AcquirePtr()

SWIGRUNTIME int SWIG_Python_AcquirePtr ( PyObject *  obj,
int  own 
)

Definition at line 2308 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_AddErrMesg()

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

Definition at line 2810 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_AddErrorMsg()

SWIGRUNTIME void SWIG_Python_AddErrorMsg ( const char *  mesg)

Definition at line 1007 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_addvarlink()

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

Definition at line 3658 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_AppendOutput()

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

Definition at line 1263 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_ArgFail()

SWIGRUNTIME int SWIG_Python_ArgFail ( int  argnum)

Definition at line 2837 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_CheckImplicit()

SWIGRUNTIMEINLINE int SWIG_Python_CheckImplicit ( swig_type_info ty)

Definition at line 1439 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_ConvertFunctionPtr()

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

Definition at line 2428 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_ConvertPacked()

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

Definition at line 2457 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_ConvertPtrAndOwn()

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

Definition at line 2323 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_DestroyModule()

SWIGRUNTIME void SWIG_Python_DestroyModule ( void *  vptr)

Definition at line 2718 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_ErrorType()

SWIGRUNTIME PyObject* SWIG_Python_ErrorType ( int  code)

Definition at line 963 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_ExceptionType()

SWIGRUNTIMEINLINE PyObject* SWIG_Python_ExceptionType ( swig_type_info desc)

Definition at line 1446 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_FixMethods()

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

Definition at line 3714 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_GetModule()

SWIGRUNTIME swig_module_info* SWIG_Python_GetModule ( void *  SWIGUNUSEDPARMclientdata)

Definition at line 2662 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_GetSwigThis()

SWIGRUNTIME SwigPyObject* SWIG_Python_GetSwigThis ( PyObject *  pyobj)

Definition at line 2242 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_InitShadowInstance()

SWIGINTERN PyObject* SWIG_Python_InitShadowInstance ( PyObject *  args)

Definition at line 2577 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_InstallConstants()

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

Definition at line 3687 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_MustGetPtr()

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

Definition at line 2897 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_NewPackedObj()

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

Definition at line 2649 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_NewPointerObj()

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

Definition at line 2595 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_NewShadowInstance()

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

Definition at line 2480 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_newvarlink()

SWIGINTERN PyObject* SWIG_Python_newvarlink ( void  )

Definition at line 3649 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_SetConstant()

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

Definition at line 1249 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_SetErrorMsg()

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

Definition at line 1215 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_SetErrorObj()

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

Definition at line 1207 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_SetModule()

SWIGRUNTIME void SWIG_Python_SetModule ( swig_module_info swig_module)

Definition at line 2740 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_SetSwigThis()

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

Definition at line 2555 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_str_AsChar()

SWIGINTERN char* SWIG_Python_str_AsChar ( PyObject *  str)

Definition at line 779 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_str_FromChar()

SWIGINTERN PyObject* SWIG_Python_str_FromChar ( const char *  c)

Definition at line 804 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_TypeCache()

SWIGRUNTIME PyObject* SWIG_Python_TypeCache ( void  )

Definition at line 2767 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_TypeError()

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

Definition at line 2858 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_TypeQuery()

SWIGRUNTIME swig_type_info* SWIG_Python_TypeQuery ( const char *  type)

Definition at line 2773 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_Python_UnpackTuple()

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

Definition at line 1308 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_This()

SWIGRUNTIME PyObject* SWIG_This ( void  )

Definition at line 2227 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_TypeCast()

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

Definition at line 470 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_TypeCheck()

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

Definition at line 416 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_TypeCheckStruct()

SWIGRUNTIME swig_cast_info* SWIG_TypeCheckStruct ( swig_type_info from,
swig_type_info ty 
)

Definition at line 443 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_TypeClientData()

SWIGRUNTIME void SWIG_TypeClientData ( swig_type_info ti,
void *  clientdata 
)

Definition at line 522 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_TypeCmp()

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

Definition at line 389 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_TypeDynamicCast()

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

Definition at line 478 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_TypeEquiv()

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

Definition at line 408 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_TypeName()

SWIGRUNTIMEINLINE const char* SWIG_TypeName ( const swig_type_info ty)

Definition at line 492 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_TypeNameComp()

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

Definition at line 374 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_TypeNewClientData()

SWIGRUNTIME void SWIG_TypeNewClientData ( swig_type_info ti,
void *  clientdata 
)

Definition at line 538 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_TypePrettyName()

SWIGRUNTIME const char* SWIG_TypePrettyName ( const swig_type_info type)

Definition at line 501 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_TypeQueryModule()

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

Definition at line 597 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_UnpackData()

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

Definition at line 642 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_UnpackDataName()

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

Definition at line 709 of file Pltk_initPYTHON_wrap.c.

◆ SWIG_UnpackVoidPtr()

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

Definition at line 681 of file Pltk_initPYTHON_wrap.c.

◆ swig_varlink_dealloc()

SWIGINTERN void swig_varlink_dealloc ( swig_varlinkobject v)

Definition at line 3532 of file Pltk_initPYTHON_wrap.c.

◆ swig_varlink_getattr()

SWIGINTERN PyObject* swig_varlink_getattr ( swig_varlinkobject v,
char *  n 
)

Definition at line 3543 of file Pltk_initPYTHON_wrap.c.

◆ swig_varlink_print()

SWIGINTERN int swig_varlink_print ( swig_varlinkobject v,
FILE *  fp,
int   SWIGUNUSEDPARMflags 
)

Definition at line 3521 of file Pltk_initPYTHON_wrap.c.

◆ swig_varlink_repr()

SWIGINTERN PyObject* swig_varlink_repr ( swig_varlinkobject SWIGUNUSEDPARMv)

Definition at line 3474 of file Pltk_initPYTHON_wrap.c.

◆ swig_varlink_setattr()

SWIGINTERN int swig_varlink_setattr ( swig_varlinkobject v,
char *  n,
PyObject *  p 
)

Definition at line 3560 of file Pltk_initPYTHON_wrap.c.

◆ swig_varlink_str()

SWIGINTERN PyObject* swig_varlink_str ( swig_varlinkobject v)

Definition at line 3483 of file Pltk_initPYTHON_wrap.c.

◆ swig_varlink_type()

SWIGINTERN PyTypeObject* swig_varlink_type ( void  )

Definition at line 3577 of file Pltk_initPYTHON_wrap.c.

◆ SwigPyClientData_Del()

SWIGRUNTIME void SwigPyClientData_Del ( SwigPyClientData data)

Definition at line 1508 of file Pltk_initPYTHON_wrap.c.

◆ SwigPyClientData_New()

SWIGRUNTIME SwigPyClientData* SwigPyClientData_New ( PyObject *  obj)

Definition at line 1454 of file Pltk_initPYTHON_wrap.c.

◆ SwigPyObject_acquire()

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

Definition at line 1771 of file Pltk_initPYTHON_wrap.c.

◆ SwigPyObject_append()

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

Definition at line 1722 of file Pltk_initPYTHON_wrap.c.

◆ SwigPyObject_Check()

SWIGRUNTIMEINLINE int SwigPyObject_Check ( PyObject *  op)

Definition at line 1655 of file Pltk_initPYTHON_wrap.c.

◆ SwigPyObject_compare()

SWIGRUNTIME int SwigPyObject_compare ( SwigPyObject v,
SwigPyObject w 
)

Definition at line 1612 of file Pltk_initPYTHON_wrap.c.

◆ SwigPyObject_dealloc()

SWIGRUNTIME void SwigPyObject_dealloc ( PyObject *  v)

Definition at line 1671 of file Pltk_initPYTHON_wrap.c.

◆ SwigPyObject_disown()

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

Definition at line 1759 of file Pltk_initPYTHON_wrap.c.

◆ SwigPyObject_format()

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

Definition at line 1551 of file Pltk_initPYTHON_wrap.c.

◆ SwigPyObject_getattr()

SWIGINTERN PyObject* SwigPyObject_getattr ( SwigPyObject sobj,
char *  name 
)

Definition at line 1842 of file Pltk_initPYTHON_wrap.c.

◆ SwigPyObject_GetDesc()

SWIGRUNTIMEINLINE const char* SwigPyObject_GetDesc ( PyObject *  self)

Definition at line 2850 of file Pltk_initPYTHON_wrap.c.

◆ SwigPyObject_hex()

SWIGRUNTIME PyObject* SwigPyObject_hex ( SwigPyObject v)

Definition at line 1579 of file Pltk_initPYTHON_wrap.c.

◆ SwigPyObject_long()

SWIGRUNTIME PyObject* SwigPyObject_long ( SwigPyObject v)

Definition at line 1545 of file Pltk_initPYTHON_wrap.c.

◆ SwigPyObject_New()

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

Definition at line 1996 of file Pltk_initPYTHON_wrap.c.

◆ SwigPyObject_next()

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

Definition at line 1743 of file Pltk_initPYTHON_wrap.c.

◆ SwigPyObject_oct()

SWIGRUNTIME PyObject* SwigPyObject_oct ( SwigPyObject v)

Definition at line 1573 of file Pltk_initPYTHON_wrap.c.

◆ SwigPyObject_own()

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

Definition at line 1780 of file Pltk_initPYTHON_wrap.c.

◆ SwigPyObject_repr()

SWIGRUNTIME PyObject* SwigPyObject_repr ( SwigPyObject v,
PyObject *  args 
)

Definition at line 1588 of file Pltk_initPYTHON_wrap.c.

◆ SwigPyObject_richcompare()

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

Definition at line 1621 of file Pltk_initPYTHON_wrap.c.

◆ SwigPyObject_type()

SWIGRUNTIME PyTypeObject* SwigPyObject_type ( void  )

Definition at line 1648 of file Pltk_initPYTHON_wrap.c.

◆ SwigPyObject_TypeOnce()

SWIGRUNTIME PyTypeObject* SwigPyObject_TypeOnce ( void  )

Definition at line 1849 of file Pltk_initPYTHON_wrap.c.

◆ SwigPyPacked_Check()

SWIGRUNTIMEINLINE int SwigPyPacked_Check ( PyObject *  op)

Definition at line 2073 of file Pltk_initPYTHON_wrap.c.

◆ SwigPyPacked_compare()

SWIGRUNTIME int SwigPyPacked_compare ( SwigPyPacked v,
SwigPyPacked w 
)

Definition at line 2056 of file Pltk_initPYTHON_wrap.c.

◆ SwigPyPacked_dealloc()

SWIGRUNTIME void SwigPyPacked_dealloc ( PyObject *  v)

Definition at line 2079 of file Pltk_initPYTHON_wrap.c.

◆ SwigPyPacked_New()

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

Definition at line 2183 of file Pltk_initPYTHON_wrap.c.

◆ SwigPyPacked_print()

SWIGRUNTIME int SwigPyPacked_print ( SwigPyPacked v,
FILE *  fp,
int   SWIGUNUSEDPARMflags 
)

Definition at line 2020 of file Pltk_initPYTHON_wrap.c.

◆ SwigPyPacked_repr()

SWIGRUNTIME PyObject* SwigPyPacked_repr ( SwigPyPacked v)

Definition at line 2034 of file Pltk_initPYTHON_wrap.c.

◆ SwigPyPacked_str()

SWIGRUNTIME PyObject* SwigPyPacked_str ( SwigPyPacked v)

Definition at line 2045 of file Pltk_initPYTHON_wrap.c.

◆ SwigPyPacked_type()

SWIGRUNTIME PyTypeObject* SwigPyPacked_type ( void  )

Definition at line 2067 of file Pltk_initPYTHON_wrap.c.

◆ SwigPyPacked_TypeOnce()

SWIGRUNTIME PyTypeObject* SwigPyPacked_TypeOnce ( void  )

Definition at line 2089 of file Pltk_initPYTHON_wrap.c.

◆ SwigPyPacked_UnpackData()

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

Definition at line 2202 of file Pltk_initPYTHON_wrap.c.

Variable Documentation

◆ _swigc__p_char

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

Definition at line 3200 of file Pltk_initPYTHON_wrap.c.

◆ _swigt__p_char

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

Definition at line 3194 of file Pltk_initPYTHON_wrap.c.

◆ swig_cast_initial

swig_cast_info* swig_cast_initial[]
static
Initial value:
= {
}
static swig_cast_info _swigc__p_char[]

Definition at line 3202 of file Pltk_initPYTHON_wrap.c.

◆ swig_const_table

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

Definition at line 3209 of file Pltk_initPYTHON_wrap.c.

◆ swig_module

swig_module_info swig_module = {swig_types, 1, 0, 0, 0, 0}
static

Definition at line 2981 of file Pltk_initPYTHON_wrap.c.

◆ swig_this

PyObject* swig_this = NULL
static

Definition at line 2224 of file Pltk_initPYTHON_wrap.c.

◆ swig_type_initial

swig_type_info* swig_type_initial[]
static
Initial value:
= {
}
static swig_type_info _swigt__p_char

Definition at line 3196 of file Pltk_initPYTHON_wrap.c.

◆ swig_types

swig_type_info* swig_types[2]
static

Definition at line 2980 of file Pltk_initPYTHON_wrap.c.

◆ SwigMethods

PyMethodDef SwigMethods[]
static
Initial value:
= {
{ (char *)"SWIG_PyInstanceMethod_New", (PyCFunction)SWIG_PyInstanceMethod_New, METH_O, NULL},
{ (char *)"Pltk_init", _wrap_Pltk_init, METH_VARARGS, NULL},
{ NULL, NULL, 0, NULL }
}
SWIGINTERN PyObject * _wrap_Pltk_init(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME PyObject * SWIG_PyInstanceMethod_New(PyObject *SWIGUNUSEDPARM(self), PyObject *SWIGUNUSEDPARM(func))

Definition at line 3185 of file Pltk_initPYTHON_wrap.c.

◆ swigobject_methods

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

Definition at line 1829 of file Pltk_initPYTHON_wrap.c.