Classes | Defines | Typedefs | Enumerations | Functions | Variables

plplotcmodulePYTHON_wrap.c File Reference

#include <Python.h>
#include <string.h>
#include <arrayobject.h>
#include "plplot.h"
#include "plplotP.h"
#include <limits.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  swig_const_info
struct  SwigPyClientData
struct  SwigPyObject
struct  SwigPyPacked
struct  swig_globalvar
struct  swig_varlinkobject

Defines

#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
#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(op)   PyMem_DEL((op))
#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 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(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(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()
#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_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_PLGraphicsIn   swig_types[0]
#define SWIGTYPE_p_PLcGrid   swig_types[1]
#define SWIGTYPE_p_PLcGrid2   swig_types[2]
#define SWIGTYPE_p_char   swig_types[3]
#define SWIGTYPE_p_double   swig_types[4]
#define SWIGTYPE_p_f_double_double__int   swig_types[5]
#define SWIGTYPE_p_f_double_double_p_double_p_double_p_void__void   swig_types[6]
#define SWIGTYPE_p_f_int_double_p_char_int_p_void__void   swig_types[7]
#define SWIGTYPE_p_f_int_p_double_p_double__void   swig_types[8]
#define SWIGTYPE_p_f_int_p_q_const__double_p_q_const__double__void   swig_types[9]
#define SWIGTYPE_p_int   swig_types[10]
#define SWIGTYPE_p_p_char   swig_types[11]
#define SWIGTYPE_p_p_double   swig_types[12]
#define SWIGTYPE_p_unsigned_int   swig_types[13]
#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_plplotc
#define SWIG_name   "_plplotc"
#define SWIGVERSION   0x010340
#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 PyArray_PLFLT   PyArray_FLOAT
#define PyArray_PLINT   PyArray_INT
#define PySequence_Fast_GET_ITEM   PySequence_GetItem
#define PySequence_Size   PySequence_Length
#define SWIG_From_double   PyFloat_FromDouble
#define SWIG_From_long   PyInt_FromLong
#define t_output_helper   SWIG_Python_AppendOutput
#define myArray_ContiguousFromObject   PyArray_ContiguousFromObject
#define MY_BLOCK_THREADS
#define MY_UNBLOCK_THREADS
#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 struct swig_const_info swig_const_info
typedef PLINT(* defined_func )(PLFLT, PLFLT)
typedef void(* fill_func )(PLINT, const PLFLT *, const PLFLT *)
typedef void(* pltr_func )(PLFLT, PLFLT, PLFLT *, PLFLT *, PLPointer)
typedef void(* ct_func )(PLFLT, PLFLT, PLFLT *, PLFLT *, PLPointer)
typedef void(* mapform_func )(PLINT, PLFLT *, PLFLT *)
typedef PLFLT(* f2eval_func )(PLINT, PLINT, PLPointer)
typedef void(* label_func )(PLINT, PLFLT, char *, PLINT, PLPointer)
typedef struct swig_globalvar swig_globalvar
typedef struct swig_varlinkobject swig_varlinkobject

Enumerations

enum  callback_type { CB_0, CB_1, CB_2, CB_Python }

Functions

SWIGRUNTIME int SWIG_TypeNameComp (const char *f1, const char *l1, const char *f2, const char *l2)
SWIGRUNTIME int SWIG_TypeEquiv (const char *nb, const char *tb)
SWIGRUNTIME int SWIG_TypeCompare (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)
SWIGRUNTIME PyObject * SWIG_Python_ErrorType (int code)
SWIGRUNTIME void SWIG_Python_AddErrorMsg (const char *mesg)
SWIGRUNTIME PyObject * SWIG_PyInstanceMethod_New (PyObject *self, PyObject *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 int 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_print (SwigPyObject *v, FILE *fp, int SWIGUNUSEDPARM(flags))
SWIGRUNTIME PyObject * SwigPyObject_str (SwigPyObject *v)
SWIGRUNTIME int SwigPyObject_compare (SwigPyObject *v, SwigPyObject *w)
SWIGRUNTIME PyObject * SwigPyObject_richcompare (SwigPyObject *v, SwigPyObject *w, int op)
SWIGRUNTIME PyTypeObject * _PySwigObject_type (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 * _PySwigPacked_type (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 (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)
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 argnum, int flags)
SWIGINTERN int SWIG_AsVal_double (PyObject *obj, double *val)
SWIGINTERNINLINE PyObject * SWIG_From_int (int value)
SWIGINTERNINLINE int SWIG_CanCastAsInteger (double *d, double min, double max)
SWIGINTERN int SWIG_AsVal_long (PyObject *obj, long *val)
SWIGINTERN int SWIG_AsVal_int (PyObject *obj, int *val)
SWIGINTERN int SWIG_AsVal_unsigned_SS_long (PyObject *obj, unsigned long *val)
SWIGINTERN int SWIG_AsVal_unsigned_SS_int (PyObject *obj, unsigned int *val)
SWIGINTERNINLINE PyObject * SWIG_From_unsigned_SS_long (unsigned long value)
SWIGINTERNINLINE PyObject * SWIG_From_unsigned_SS_int (unsigned int value)
SWIGINTERN swig_type_infoSWIG_pchar_descriptor (void)
SWIGINTERN int SWIG_AsCharPtrAndSize (PyObject *obj, char **cptr, size_t *psize, int *alloc)
SWIGINTERN int SWIG_AsCharArray (PyObject *obj, char *val, size_t size)
SWIGINTERNINLINE PyObject * SWIG_FromCharPtrAndSize (const char *carray, size_t size)
SWIGINTERN int SWIG_AsVal_char (PyObject *obj, char *val)
PyArrayObject * myIntArray_ContiguousFromObject (PyObject *in, int type, int mindims, int maxdims)
SWIGINTERN PyObject * _wrap_pltr0 (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
PLcGridmarshal_PLcGrid1 (PyObject *input, int isimg)
void cleanup_PLcGrid1 (void)
PLcGrid2marshal_PLcGrid2 (PyObject *input, int isimg)
void cleanup_PLcGrid2 (void)
SWIGINTERN PyObject * _wrap_pltr1 (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_pltr2 (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
void do_pltr_callback (PLFLT x, PLFLT y, PLFLT *tx, PLFLT *ty, PLPointer data)
PLFLT do_f2eval_callback (PLINT x, PLINT y, PLPointer data)
void do_label_callback (PLINT axis, PLFLT value, char *string, PLINT len, PLPointer data)
void do_ct_callback (PLFLT x, PLFLT y, PLFLT *xt, PLFLT *yt, PLPointer data)
void do_mapform_callback (PLINT n, PLFLT *x, PLFLT *y)
pltr_func marshal_pltr (PyObject *input)
void cleanup_pltr (void)
ct_func marshal_ct (PyObject *input)
void cleanup_ct (void)
mapform_func marshal_mapform (PyObject *input)
void cleanup_mapform (void)
PLPointer marshal_PLPointer (PyObject *input, int isimg)
void cleanup_PLPointer (void)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_type_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_type_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_state_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_state_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_keysym_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_keysym_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_button_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_button_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_subwindow_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_subwindow_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_string_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_string_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_pX_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_pX_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_pY_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_pY_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_dX_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_dX_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_dY_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_dY_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_wX_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_wX_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_wY_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_wY_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_new_PLGraphicsIn (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_delete_PLGraphicsIn (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * PLGraphicsIn_swigregister (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsxwin (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_pl_setcontlabelformat (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_pl_setcontlabelparam (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_pladv (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plarc (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plaxes (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plbin (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plbtime (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plbop (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plbox (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plbox3 (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plcalc_world (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plclear (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plcol0 (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plcol1 (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plconfigtime (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plcont (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plctime (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plcpstrm (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plend (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plend1 (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plenv (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plenv0 (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_pleop (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plerrx (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plerry (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plfamadv (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plfill (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plfill3 (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgradient (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plflush (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plfont (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plfontld (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgchr (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgcol0 (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgcol0a (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgcolbg (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgcolbga (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgcompression (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgdev (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgdidev (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgdiori (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgdiplt (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgfam (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgfci (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgfnam (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgfont (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plglevel (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgpage (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgra (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgriddata (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgspa (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgstrm (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgver (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgvpd (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgvpw (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgxax (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgyax (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgzax (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plhist (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plhlsrgb (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plinit (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_pljoin (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_pllab (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_pllegend (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_pllightsource (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plline (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plline3 (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_pllsty (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plmesh (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plmeshc (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plmkstrm (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plmtex (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plmtex3 (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plot3d (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plot3dc (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plot3dcl (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsurf3d (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsurf3dl (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plparseopts (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plpat (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plpoin (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plpoin3 (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plpoly3 (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plprec (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plpsty (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plptex (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plptex3 (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plrandd (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plreplot (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plrgbhls (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plschr (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plscmap0 (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plscmap0a (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plscmap0n (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plscmap1 (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plscmap1a (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plscmap1l (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plscmap1la (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plscmap1n (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plscol0 (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plscol0a (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plscolbg (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plscolbga (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plscolor (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plscompression (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsdev (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsdidev (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsdimap (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsdiori (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsdiplt (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsdiplz (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plseed (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsesc (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsetopt (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsfam (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsfci (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsfnam (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsfont (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plshades (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plshade (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plslabelfunc (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsmaj (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsmem (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsmema (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsmin (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsori (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plspage (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plspal0 (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plspal1 (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plspause (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsstrm (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plssub (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plssym (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plstar (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plstart (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plstransform (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plstring (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plstring3 (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plstripa (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plstripc (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plstripd (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plstyl (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsvect (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsvpa (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsxax (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsyax (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsym (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plszax (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_pltext (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_pltimefmt (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plvasp (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plvect (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plvpas (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plvpor (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plvsta (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plw3d (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plwid (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plwind (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plxormod (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plmap (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plmeridians (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plimage (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plimagefr (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plClearOpts (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plResetOpts (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plSetUsage (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plOptUsage (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plMinMax2dGrid (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plGetCursor (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 swig_type_infoswig_types [15]
static swig_module_info swig_module = {swig_types, 14, 0, 0, 0, 0}
static PLINT Alen = 0
static PLINT Xlen = 0
static PLINT Ylen = 0
PyArrayObject * pltr_xg
PyArrayObject * pltr_yg
static PLcGrid tmpGrid1
static PLcGrid2 tmpGrid2
enum callback_type pltr_type
PyObject * python_pltr = NULL
PyObject * python_f2eval = NULL
PyObject * python_ct = NULL
PyObject * python_mapform = NULL
PyObject * python_label = NULL
static PyMethodDef SwigMethods []
static swig_type_info _swigt__p_PLGraphicsIn = {"_p_PLGraphicsIn", "PLGraphicsIn *", 0, 0, (void*)0, 0}
static swig_type_info _swigt__p_PLcGrid = {"_p_PLcGrid", "PLcGrid *", 0, 0, (void*)0, 0}
static swig_type_info _swigt__p_PLcGrid2 = {"_p_PLcGrid2", "PLcGrid2 *", 0, 0, (void*)0, 0}
static swig_type_info _swigt__p_char = {"_p_char", "char *", 0, 0, (void*)0, 0}
static swig_type_info _swigt__p_double = {"_p_double", "double *|PLFLT *", 0, 0, (void*)0, 0}
static swig_type_info _swigt__p_f_double_double__int = {"_p_f_double_double__int", "defined_func|int (*)(double,double)", 0, 0, (void*)0, 0}
static swig_type_info _swigt__p_f_double_double_p_double_p_double_p_void__void = {"_p_f_double_double_p_double_p_double_p_void__void", "ct_func|pltr_func|void (*)(double,double,double *,double *,void *)", 0, 0, (void*)0, 0}
static swig_type_info _swigt__p_f_int_double_p_char_int_p_void__void = {"_p_f_int_double_p_char_int_p_void__void", "void (*)(int,double,char *,int,void *)|label_func", 0, 0, (void*)0, 0}
static swig_type_info _swigt__p_f_int_p_double_p_double__void = {"_p_f_int_p_double_p_double__void", "mapform_func|void (*)(int,double *,double *)", 0, 0, (void*)0, 0}
static swig_type_info _swigt__p_f_int_p_q_const__double_p_q_const__double__void = {"_p_f_int_p_q_const__double_p_q_const__double__void", "void (*)(int,double const *,double const *)|fill_func", 0, 0, (void*)0, 0}
static swig_type_info _swigt__p_int = {"_p_int", "PLBOOL *|int *|PLINT *", 0, 0, (void*)0, 0}
static swig_type_info _swigt__p_p_char = {"_p_p_char", "char **", 0, 0, (void*)0, 0}
static swig_type_info _swigt__p_p_double = {"_p_p_double", "PLFLT **|double **", 0, 0, (void*)0, 0}
static swig_type_info _swigt__p_unsigned_int = {"_p_unsigned_int", "unsigned int *|PLUNICODE *", 0, 0, (void*)0, 0}
static swig_type_infoswig_type_initial []
static swig_cast_info _swigc__p_PLGraphicsIn [] = { {&_swigt__p_PLGraphicsIn, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_PLcGrid [] = { {&_swigt__p_PLcGrid, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_PLcGrid2 [] = { {&_swigt__p_PLcGrid2, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_char [] = { {&_swigt__p_char, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_double [] = { {&_swigt__p_double, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_f_double_double__int [] = { {&_swigt__p_f_double_double__int, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_f_double_double_p_double_p_double_p_void__void [] = { {&_swigt__p_f_double_double_p_double_p_double_p_void__void, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_f_int_double_p_char_int_p_void__void [] = { {&_swigt__p_f_int_double_p_char_int_p_void__void, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_f_int_p_double_p_double__void [] = { {&_swigt__p_f_int_p_double_p_double__void, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_f_int_p_q_const__double_p_q_const__double__void [] = { {&_swigt__p_f_int_p_q_const__double_p_q_const__double__void, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_int [] = { {&_swigt__p_int, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_p_char [] = { {&_swigt__p_p_char, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_p_double [] = { {&_swigt__p_p_double, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_unsigned_int [] = { {&_swigt__p_unsigned_int, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_infoswig_cast_initial []
static swig_const_info swig_const_table []

Define Documentation

#define MY_BLOCK_THREADS

Definition at line 3488 of file plplotcmodulePYTHON_wrap.c.

#define MY_UNBLOCK_THREADS

Definition at line 3489 of file plplotcmodulePYTHON_wrap.c.

#define myArray_ContiguousFromObject   PyArray_ContiguousFromObject

Definition at line 3166 of file plplotcmodulePYTHON_wrap.c.

#define Py_NotImplemented   PyExc_RuntimeError

Definition at line 839 of file plplotcmodulePYTHON_wrap.c.

#define PY_SSIZE_T_MAX   INT_MAX

Definition at line 873 of file plplotcmodulePYTHON_wrap.c.

#define PY_SSIZE_T_MIN   INT_MIN

Definition at line 874 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 740 of file plplotcmodulePYTHON_wrap.c.

#define PyArray_PLFLT   PyArray_FLOAT

Definition at line 2718 of file plplotcmodulePYTHON_wrap.c.

#define PyArray_PLINT   PyArray_INT

Definition at line 2731 of file plplotcmodulePYTHON_wrap.c.

#define PyExc_StopIteration   PyExc_RuntimeError

Definition at line 829 of file plplotcmodulePYTHON_wrap.c.

#define PyObject_DEL   PyObject_Del

Definition at line 823 of file plplotcmodulePYTHON_wrap.c.

#define PyObject_Del (   op  )     PyMem_DEL((op))

Definition at line 820 of file plplotcmodulePYTHON_wrap.c.

#define PyObject_GenericGetAttr   0

Definition at line 832 of file plplotcmodulePYTHON_wrap.c.

#define PyOS_snprintf   snprintf

Definition at line 795 of file plplotcmodulePYTHON_wrap.c.

#define PySequence_Fast_GET_ITEM   PySequence_GetItem

Definition at line 2735 of file plplotcmodulePYTHON_wrap.c.

#define PySequence_Size   PySequence_Length

Definition at line 2737 of file plplotcmodulePYTHON_wrap.c.

#define PySequence_Size   PySequence_Length

Definition at line 2737 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 846 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 1086 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_AddCast

Definition at line 297 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 273 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 276 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 20339 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_arg_fail (   arg  )     SWIG_Python_ArgFail(arg)

Definition at line 2538 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 259 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 2704 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 2705 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_AttributeError   -11

Definition at line 722 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_BADOBJ   (SWIG_ERROR)

Definition at line 268 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_BUFFER_SIZE   1024

Definition at line 166 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_CAST_NEW_MEMORY   0x2

Definition at line 171 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_CASTRANKLIMIT   (1 << 8)

Definition at line 262 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_CheckImplicit (   ty  )     SWIG_Python_CheckImplicit(ty)

Definition at line 1085 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 298 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 2655 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 1098 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 1094 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 1102 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 1090 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 1082 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 1083 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 274 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 277 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_DivisionByZero   -6

Definition at line 717 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_ERROR   (-1)

Definition at line 257 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 1115 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_ErrorType (   code  )     SWIG_Python_ErrorType(code)

Definition at line 1114 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 2653 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_fail   goto fail

Definition at line 1116 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_From_double   PyFloat_FromDouble

Definition at line 2788 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_From_long   PyInt_FromLong

Definition at line 2800 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_GetModule (   clientdata  )     SWIG_Python_GetModule()

Definition at line 1108 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_IndexError   -4

Definition at line 715 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_init   init_plplotc

Definition at line 2695 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 20340 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_IOError   -2

Definition at line 713 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 275 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 258 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 278 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 2678 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_MemoryError   -12

Definition at line 723 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 2539 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_name   "_plplotc"

Definition at line 2698 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_NewClientData (   obj  )     SwigPyClientData_New(obj)

Definition at line 1110 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 1099 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 1095 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 1103 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_NEWOBJ   (SWIG_OK | SWIG_NEWOBJMASK)

Definition at line 270 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_NEWOBJMASK   (SWIG_CASTRANKLIMIT << 1)

Definition at line 264 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 1091 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 1084 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_newvarlink (  )     SWIG_Python_newvarlink()

Definition at line 20338 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_NullReferenceError   -13

Definition at line 724 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_OK   (0)

Definition at line 256 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_OLDOBJ   (SWIG_OK)

Definition at line 269 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_OverflowError   -7

Definition at line 718 of file plplotcmodulePYTHON_wrap.c.

#define swig_owntype   int

Definition at line 1087 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_POINTER_DISOWN   0x1

Definition at line 170 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_POINTER_EXCEPTION   0

Definition at line 2537 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_POINTER_IMPLICIT_CONV   (SWIG_POINTER_DISOWN << 1)

Definition at line 1258 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_POINTER_NEW   (SWIG_POINTER_NOSHADOW | SWIG_POINTER_OWN)

Definition at line 1256 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_POINTER_NOSHADOW   (SWIG_POINTER_OWN << 1)

Definition at line 1255 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_POINTER_OWN   0x1

Definition at line 174 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_PY_BINARY   5

Definition at line 1032 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_PY_POINTER   4

Definition at line 1031 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_PYBUFFER_SIZE   1024

Definition at line 803 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 1237 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 1081 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_PYTHON_DIRECTOR_NO_VTABLE

Definition at line 12 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_PYTHON_INITIALIZE_THREADS

Definition at line 1008 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 1138 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_Python_str_DelForPy3 (   x  ) 

Definition at line 776 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_Python_str_FromFormat   PyString_FromFormat

Definition at line 748 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_PYTHON_THREAD_BEGIN_ALLOW

Definition at line 1011 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_PYTHON_THREAD_BEGIN_BLOCK

Definition at line 1009 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_PYTHON_THREAD_END_ALLOW

Definition at line 1012 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_PYTHON_THREAD_END_BLOCK

Definition at line 1010 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_RUNTIME_VERSION   "4"

Definition at line 136 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_RuntimeError   -3

Definition at line 714 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_SetErrorMsg   SWIG_Python_SetErrorMsg

Definition at line 1113 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_SetErrorObj   SWIG_Python_SetErrorObj

Definition at line 1112 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 1109 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 1247 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_SyntaxError   -8

Definition at line 719 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_SystemError   -10

Definition at line 721 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_TMPOBJ   (SWIG_OK | SWIG_TMPOBJMASK)

Definition at line 271 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_TMPOBJMASK   (SWIG_NEWOBJMASK << 1)

Definition at line 266 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_TYPE_TABLE_NAME

Definition at line 144 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_TypeError   -5

Definition at line 716 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 2677 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_UnknownError   -1

Definition at line 712 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_ValueError   -9

Definition at line 720 of file plplotcmodulePYTHON_wrap.c.

#define SWIG_VERSION   SWIGVERSION

Definition at line 2701 of file plplotcmodulePYTHON_wrap.c.

#define SWIGEXPORT

Definition at line 98 of file plplotcmodulePYTHON_wrap.c.

#define SWIGINLINE

Definition at line 37 of file plplotcmodulePYTHON_wrap.c.

#define SWIGINTERN   static SWIGUNUSED

Definition at line 72 of file plplotcmodulePYTHON_wrap.c.

#define SWIGINTERNINLINE   SWIGINTERN SWIGINLINE

Definition at line 77 of file plplotcmodulePYTHON_wrap.c.

#define SWIGPYTHON

Definition at line 11 of file plplotcmodulePYTHON_wrap.c.

#define SWIGRUNTIME   SWIGINTERN

Definition at line 157 of file plplotcmodulePYTHON_wrap.c.

#define SWIGRUNTIMEINLINE   SWIGRUNTIME SWIGINLINE

Definition at line 161 of file plplotcmodulePYTHON_wrap.c.

#define SWIGSTDCALL

Definition at line 108 of file plplotcmodulePYTHON_wrap.c.

#define SWIGTEMPLATEDISAMBIGUATOR

Definition at line 28 of file plplotcmodulePYTHON_wrap.c.

#define SWIGTYPE_p_char   swig_types[3]

Definition at line 2664 of file plplotcmodulePYTHON_wrap.c.

#define SWIGTYPE_p_double   swig_types[4]

Definition at line 2665 of file plplotcmodulePYTHON_wrap.c.

#define SWIGTYPE_p_f_double_double__int   swig_types[5]

Definition at line 2666 of file plplotcmodulePYTHON_wrap.c.

#define SWIGTYPE_p_f_double_double_p_double_p_double_p_void__void   swig_types[6]

Definition at line 2667 of file plplotcmodulePYTHON_wrap.c.

#define SWIGTYPE_p_f_int_double_p_char_int_p_void__void   swig_types[7]

Definition at line 2668 of file plplotcmodulePYTHON_wrap.c.

#define SWIGTYPE_p_f_int_p_double_p_double__void   swig_types[8]

Definition at line 2669 of file plplotcmodulePYTHON_wrap.c.

#define SWIGTYPE_p_f_int_p_q_const__double_p_q_const__double__void   swig_types[9]

Definition at line 2670 of file plplotcmodulePYTHON_wrap.c.

#define SWIGTYPE_p_int   swig_types[10]

Definition at line 2671 of file plplotcmodulePYTHON_wrap.c.

#define SWIGTYPE_p_p_char   swig_types[11]

Definition at line 2672 of file plplotcmodulePYTHON_wrap.c.

#define SWIGTYPE_p_p_double   swig_types[12]

Definition at line 2673 of file plplotcmodulePYTHON_wrap.c.

#define SWIGTYPE_p_PLcGrid   swig_types[1]

Definition at line 2662 of file plplotcmodulePYTHON_wrap.c.

#define SWIGTYPE_p_PLcGrid2   swig_types[2]

Definition at line 2663 of file plplotcmodulePYTHON_wrap.c.

#define SWIGTYPE_p_PLGraphicsIn   swig_types[0]

Definition at line 2661 of file plplotcmodulePYTHON_wrap.c.

#define SWIGTYPE_p_unsigned_int   swig_types[13]

Definition at line 2674 of file plplotcmodulePYTHON_wrap.c.

#define SWIGUNUSED

Definition at line 52 of file plplotcmodulePYTHON_wrap.c.

#define SWIGUNUSEDPARM (   p  )     p SWIGUNUSED

Definition at line 66 of file plplotcmodulePYTHON_wrap.c.

#define SWIGVERSION   0x010340

Definition at line 2700 of file plplotcmodulePYTHON_wrap.c.

#define t_output_helper   SWIG_Python_AppendOutput

Definition at line 3123 of file plplotcmodulePYTHON_wrap.c.


Typedef Documentation

typedef void( * ct_func)(PLFLT, PLFLT, PLFLT *, PLFLT *, PLPointer)

Definition at line 2794 of file plplotcmodulePYTHON_wrap.c.

typedef PLINT( * defined_func)(PLFLT, PLFLT)

Definition at line 2791 of file plplotcmodulePYTHON_wrap.c.

Definition at line 2796 of file plplotcmodulePYTHON_wrap.c.

typedef void( * fill_func)(PLINT, const PLFLT *, const PLFLT *)

Definition at line 2792 of file plplotcmodulePYTHON_wrap.c.

typedef void( * label_func)(PLINT, PLFLT, char *, PLINT, PLPointer)

Definition at line 2797 of file plplotcmodulePYTHON_wrap.c.

typedef void( * mapform_func)(PLINT, PLFLT *, PLFLT *)

Definition at line 2795 of file plplotcmodulePYTHON_wrap.c.

typedef void( * pltr_func)(PLFLT, PLFLT, PLFLT *, PLFLT *, PLPointer)

Definition at line 2793 of file plplotcmodulePYTHON_wrap.c.

typedef int Py_ssize_t

Definition at line 872 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 308 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 309 of file plplotcmodulePYTHON_wrap.c.


Enumeration Type Documentation

Enumerator:
CB_0 
CB_1 
CB_2 
CB_Python 

Definition at line 3466 of file plplotcmodulePYTHON_wrap.c.


Function Documentation

SWIGRUNTIME PyTypeObject * _PySwigObject_type ( void   ) 

Definition at line 1701 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIME PyTypeObject * _PySwigPacked_type ( void   ) 

Definition at line 1927 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIMEINLINE PyObject* _SWIG_This ( void   ) 

Definition at line 2045 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 4508 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 4495 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 4557 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 4587 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 4635 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 4656 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 4740 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 4830 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 4969 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 4981 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 5053 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 4888 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 5191 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 5251 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 13826 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 5263 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 5284 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 5305 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 5416 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 5633 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 5557 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 5663 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 5675 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 5687 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 5753 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 5819 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 5831 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 5900 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 5969 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 5981 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 6030 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 6157 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 6169 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 6190 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 6211 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 6243 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 6294 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 6355 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 6397 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 6449 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 6471 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 6492 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 6544 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 6566 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 13955 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 6618 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 6660 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 6682 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 6703 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 6745 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 6767 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 6839 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 6099 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 4050 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 4020 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 4317 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 4287 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 4369 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 4339 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 3998 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 3968 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 4213 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 4183 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 4265 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 4235 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 3946 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 3916 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 4155 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 4124 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 4102 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 4072 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 3894 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 3864 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 4421 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 4391 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 4473 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 4443 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 6851 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 7001 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 7053 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 7075 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 7096 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 7148 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 7200 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 7232 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 7264 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 7296 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 7361 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 13539 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 13666 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 7430 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 7442 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 7490 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 7538 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 7993 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 8032 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 8081 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 8150 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 13331 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 13431 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 8171 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 8254 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 13898 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 8354 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 8376 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 8439 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 13886 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 8502 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 8594 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 8694 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 9086 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 9143 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 9192 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 9250 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 9328 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 9426 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 9456 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 9477 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 9546 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 9660 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 9673 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 13838 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 9685 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 9754 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 9784 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 9854 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 9944 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 9965 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 10035 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 10125 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 10243 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 10381 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 10402 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 10450 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 10507 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 10546 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 10594 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 10615 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 10636 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 10660 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 10708 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 10774 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 10795 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 10843 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 10891 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 10912 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 10933 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 13850 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 10970 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 11009 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 11030 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 11054 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 11278 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 11093 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 11500 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 11547 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 11577 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 11620 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 11663 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 11693 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 11714 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 11780 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 11804 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 11837 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 11858 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 11879 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 11909 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 11939 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 11969 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 12011 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 12058 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 12119 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 12200 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 12248 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 12496 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 12517 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 8840 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 8940 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 12566 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 12625 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 12673 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 4536 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 12703 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 12733 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 12791 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 12821 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 12833 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 3168 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 3335 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 3398 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 12857 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 12878 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 13003 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 13060 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 13108 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 13120 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 13231 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 13252 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 13300 of file plplotcmodulePYTHON_wrap.c.

void cleanup_ct ( void   ) 

Definition at line 3794 of file plplotcmodulePYTHON_wrap.c.

void cleanup_mapform ( void   ) 

Definition at line 3809 of file plplotcmodulePYTHON_wrap.c.

void cleanup_PLcGrid1 ( void   ) 

Definition at line 3267 of file plplotcmodulePYTHON_wrap.c.

void cleanup_PLcGrid2 ( void   ) 

Definition at line 3326 of file plplotcmodulePYTHON_wrap.c.

void cleanup_PLPointer ( void   ) 

Definition at line 3840 of file plplotcmodulePYTHON_wrap.c.

void cleanup_pltr ( void   ) 

Definition at line 3779 of file plplotcmodulePYTHON_wrap.c.

void do_ct_callback ( PLFLT  x,
PLFLT  y,
PLFLT xt,
PLFLT yt,
PLPointer  data 
)

Definition at line 3644 of file plplotcmodulePYTHON_wrap.c.

PLFLT do_f2eval_callback ( PLINT  x,
PLINT  y,
PLPointer  data 
)

Definition at line 3557 of file plplotcmodulePYTHON_wrap.c.

void do_label_callback ( PLINT  axis,
PLFLT  value,
char *  string,
PLINT  len,
PLPointer  data 
)

Definition at line 3594 of file plplotcmodulePYTHON_wrap.c.

void do_mapform_callback ( PLINT  n,
PLFLT x,
PLFLT y 
)

Definition at line 3694 of file plplotcmodulePYTHON_wrap.c.

void do_pltr_callback ( PLFLT  x,
PLFLT  y,
PLFLT tx,
PLFLT ty,
PLPointer  data 
)

Definition at line 3494 of file plplotcmodulePYTHON_wrap.c.

ct_func marshal_ct ( PyObject *  input  ) 

Definition at line 3786 of file plplotcmodulePYTHON_wrap.c.

mapform_func marshal_mapform ( PyObject *  input  ) 

Definition at line 3801 of file plplotcmodulePYTHON_wrap.c.

PLcGrid* marshal_PLcGrid1 ( PyObject *  input,
int  isimg 
)

Definition at line 3227 of file plplotcmodulePYTHON_wrap.c.

PLcGrid2* marshal_PLcGrid2 ( PyObject *  input,
int  isimg 
)

Definition at line 3274 of file plplotcmodulePYTHON_wrap.c.

PLPointer marshal_PLPointer ( PyObject *  input,
int  isimg 
)

Definition at line 3815 of file plplotcmodulePYTHON_wrap.c.

pltr_func marshal_pltr ( PyObject *  input  ) 

Definition at line 3737 of file plplotcmodulePYTHON_wrap.c.

PyArrayObject* myIntArray_ContiguousFromObject ( PyObject *  in,
int  type,
int  mindims,
int  maxdims 
)

Definition at line 3149 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 4529 of file plplotcmodulePYTHON_wrap.c.

static PyObject* PyBool_FromLong ( long  ok  )  [static]

Definition at line 860 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 2442 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 807 of file plplotcmodulePYTHON_wrap.c.

SWIGINTERN int SWIG_AsCharArray ( PyObject *  obj,
char *  val,
size_t  size 
)

Definition at line 3076 of file plplotcmodulePYTHON_wrap.c.

SWIGINTERN int SWIG_AsCharPtrAndSize ( PyObject *  obj,
char **  cptr,
size_t *  psize,
int *  alloc 
)

Definition at line 3000 of file plplotcmodulePYTHON_wrap.c.

SWIGINTERN int SWIG_AsVal_char ( PyObject *  obj,
char *  val 
)

Definition at line 3127 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 2745 of file plplotcmodulePYTHON_wrap.c.

SWIGINTERN int SWIG_AsVal_int ( PyObject *  obj,
int *  val 
)

Definition at line 2896 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 2857 of file plplotcmodulePYTHON_wrap.c.

SWIGINTERN int SWIG_AsVal_unsigned_SS_int ( PyObject *  obj,
unsigned int *  val 
)

Definition at line 2956 of file plplotcmodulePYTHON_wrap.c.

SWIGINTERN int SWIG_AsVal_unsigned_SS_long ( PyObject *  obj,
unsigned long *  val 
)

Definition at line 2912 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 2827 of file plplotcmodulePYTHON_wrap.c.

SWIGINTERNINLINE PyObject* SWIG_From_int ( int  value  ) 

Definition at line 2804 of file plplotcmodulePYTHON_wrap.c.

SWIGINTERNINLINE PyObject* SWIG_From_unsigned_SS_int ( unsigned int  value  ) 

Definition at line 2980 of file plplotcmodulePYTHON_wrap.c.

SWIGINTERNINLINE PyObject* SWIG_From_unsigned_SS_long ( unsigned long  value  ) 

Definition at line 2972 of file plplotcmodulePYTHON_wrap.c.

SWIGINTERNINLINE PyObject* SWIG_FromCharPtrAndSize ( const char *  carray,
size_t  size 
)

Definition at line 3100 of file plplotcmodulePYTHON_wrap.c.

SWIGINTERN PyObject* SWIG_globals ( void   ) 

Definition at line 20548 of file plplotcmodulePYTHON_wrap.c.

SWIGEXPORT void SWIG_init ( void   ) 

Definition at line 20646 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIME void SWIG_InitializeModule ( void *  clientdata  ) 

Definition at line 20148 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 538 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 612 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 680 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 656 of file plplotcmodulePYTHON_wrap.c.

SWIGINTERN swig_type_info* SWIG_pchar_descriptor ( void   ) 

Definition at line 2987 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIME void SWIG_PropagateClientData ( void   ) 

Definition at line 20301 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIMEINLINE PyObject* SWIG_Py_Void ( void   ) 

Definition at line 1299 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIME PyObject* SWIG_PyInstanceMethod_New ( PyObject *  self,
PyObject *  func 
)

Definition at line 1049 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIME int SWIG_Python_AcquirePtr ( PyObject *  obj,
int  own 
)

Definition at line 2116 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 2542 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIME void SWIG_Python_AddErrorMsg ( const char *  mesg  ) 

Definition at line 926 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 20531 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 1151 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIME int SWIG_Python_ArgFail ( int  argnum  ) 

Definition at line 2569 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIMEINLINE int SWIG_Python_CheckImplicit ( swig_type_info ty  ) 

Definition at line 1318 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 2222 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 2254 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 2131 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIME void SWIG_Python_DestroyModule ( void *  vptr  ) 

Definition at line 2471 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIME PyObject* SWIG_Python_ErrorType ( int  code  ) 

Definition at line 882 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIMEINLINE PyObject* SWIG_Python_ExceptionType ( swig_type_info desc  ) 

Definition at line 1325 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 20587 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIME swig_module_info* SWIG_Python_GetModule ( void   ) 

Definition at line 2420 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIME SwigPyObject* SWIG_Python_GetSwigThis ( PyObject *  pyobj  ) 

Definition at line 2065 of file plplotcmodulePYTHON_wrap.c.

SWIGINTERN PyObject* SWIG_Python_InitShadowInstance ( PyObject *  args  ) 

Definition at line 2368 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 20560 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 2629 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 2407 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 2386 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 2277 of file plplotcmodulePYTHON_wrap.c.

SWIGINTERN PyObject* SWIG_Python_newvarlink ( void   ) 

Definition at line 20522 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 1143 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 1132 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 1124 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIME void SWIG_Python_SetModule ( swig_module_info swig_module  ) 

Definition at line 2487 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 2346 of file plplotcmodulePYTHON_wrap.c.

SWIGINTERN char* SWIG_Python_str_AsChar ( PyObject *  str  ) 

Definition at line 756 of file plplotcmodulePYTHON_wrap.c.

SWIGINTERN PyObject* SWIG_Python_str_FromChar ( const char *  c  ) 

Definition at line 781 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIME PyObject* SWIG_Python_TypeCache ( void   ) 

Definition at line 2507 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 2590 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIME swig_type_info* SWIG_Python_TypeQuery ( const char *  type  ) 

Definition at line 2513 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 1196 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIME PyObject* SWIG_This ( void   ) 

Definition at line 2051 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 456 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 402 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIME swig_cast_info* SWIG_TypeCheckStruct ( swig_type_info from,
swig_type_info ty 
)

Definition at line 429 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIME void SWIG_TypeClientData ( swig_type_info ti,
void *  clientdata 
)

Definition at line 508 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 383 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 464 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 364 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIMEINLINE const char* SWIG_TypeName ( const swig_type_info ty  ) 

Definition at line 478 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 349 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIME void SWIG_TypeNewClientData ( swig_type_info ti,
void *  clientdata 
)

Definition at line 524 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIME const char* SWIG_TypePrettyName ( const swig_type_info type  ) 

Definition at line 487 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 583 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 628 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 695 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 667 of file plplotcmodulePYTHON_wrap.c.

SWIGINTERN void swig_varlink_dealloc ( swig_varlinkobject v  ) 

Definition at line 20417 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 20428 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 20406 of file plplotcmodulePYTHON_wrap.c.

SWIGINTERN PyObject* swig_varlink_repr ( swig_varlinkobject SWIGUNUSEDPARMv  ) 

Definition at line 20359 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 20445 of file plplotcmodulePYTHON_wrap.c.

SWIGINTERN PyObject* swig_varlink_str ( swig_varlinkobject v  ) 

Definition at line 20368 of file plplotcmodulePYTHON_wrap.c.

SWIGINTERN PyTypeObject* swig_varlink_type ( void   ) 

Definition at line 20462 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIME void SwigPyClientData_Del ( SwigPyClientData data  ) 

Definition at line 1386 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIME SwigPyClientData* SwigPyClientData_New ( PyObject *  obj  ) 

Definition at line 1333 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 1625 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 1577 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIMEINLINE int SwigPyObject_Check ( PyObject *  op  ) 

Definition at line 1533 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIME int SwigPyObject_compare ( SwigPyObject v,
SwigPyObject w 
)

Definition at line 1499 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIME void SwigPyObject_dealloc ( PyObject *  v  ) 

Definition at line 1542 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 1613 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 1410 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 1694 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIMEINLINE const char* SwigPyObject_GetDesc ( PyObject *  self  ) 

Definition at line 2582 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIME PyObject* SwigPyObject_hex ( SwigPyObject v  ) 

Definition at line 1438 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIME PyObject* SwigPyObject_long ( SwigPyObject v  ) 

Definition at line 1404 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 1834 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 1597 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIME PyObject* SwigPyObject_oct ( SwigPyObject v  ) 

Definition at line 1432 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 1634 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIME int SwigPyObject_print ( SwigPyObject v,
FILE *  fp,
int   SWIGUNUSEDPARMflags 
)

Definition at line 1471 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 1447 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 1508 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIME PyObject* SwigPyObject_str ( SwigPyObject v  ) 

Definition at line 1491 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIME PyTypeObject* SwigPyObject_type ( void   ) 

Definition at line 1527 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIMEINLINE int SwigPyPacked_Check ( PyObject *  op  ) 

Definition at line 1911 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIME int SwigPyPacked_compare ( SwigPyPacked v,
SwigPyPacked w 
)

Definition at line 1894 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIME void SwigPyPacked_dealloc ( PyObject *  v  ) 

Definition at line 1917 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 2009 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 1858 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIME PyObject* SwigPyPacked_repr ( SwigPyPacked v  ) 

Definition at line 1872 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIME PyObject* SwigPyPacked_str ( SwigPyPacked v  ) 

Definition at line 1883 of file plplotcmodulePYTHON_wrap.c.

SWIGRUNTIME PyTypeObject* SwigPyPacked_type ( void   ) 

Definition at line 1905 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 2028 of file plplotcmodulePYTHON_wrap.c.


Variable Documentation

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

Definition at line 20056 of file plplotcmodulePYTHON_wrap.c.

swig_cast_info _swigc__p_double[] = { {&_swigt__p_double, 0, 0, 0},{0, 0, 0, 0}} [static]

Definition at line 20057 of file plplotcmodulePYTHON_wrap.c.

Definition at line 20058 of file plplotcmodulePYTHON_wrap.c.

Definition at line 20059 of file plplotcmodulePYTHON_wrap.c.

Definition at line 20060 of file plplotcmodulePYTHON_wrap.c.

Definition at line 20061 of file plplotcmodulePYTHON_wrap.c.

Definition at line 20062 of file plplotcmodulePYTHON_wrap.c.

swig_cast_info _swigc__p_int[] = { {&_swigt__p_int, 0, 0, 0},{0, 0, 0, 0}} [static]

Definition at line 20063 of file plplotcmodulePYTHON_wrap.c.

swig_cast_info _swigc__p_p_char[] = { {&_swigt__p_p_char, 0, 0, 0},{0, 0, 0, 0}} [static]

Definition at line 20064 of file plplotcmodulePYTHON_wrap.c.

swig_cast_info _swigc__p_p_double[] = { {&_swigt__p_p_double, 0, 0, 0},{0, 0, 0, 0}} [static]

Definition at line 20065 of file plplotcmodulePYTHON_wrap.c.

swig_cast_info _swigc__p_PLcGrid[] = { {&_swigt__p_PLcGrid, 0, 0, 0},{0, 0, 0, 0}} [static]

Definition at line 20054 of file plplotcmodulePYTHON_wrap.c.

swig_cast_info _swigc__p_PLcGrid2[] = { {&_swigt__p_PLcGrid2, 0, 0, 0},{0, 0, 0, 0}} [static]

Definition at line 20055 of file plplotcmodulePYTHON_wrap.c.

swig_cast_info _swigc__p_PLGraphicsIn[] = { {&_swigt__p_PLGraphicsIn, 0, 0, 0},{0, 0, 0, 0}} [static]

Definition at line 20053 of file plplotcmodulePYTHON_wrap.c.

swig_cast_info _swigc__p_unsigned_int[] = { {&_swigt__p_unsigned_int, 0, 0, 0},{0, 0, 0, 0}} [static]

Definition at line 20066 of file plplotcmodulePYTHON_wrap.c.

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

Definition at line 20024 of file plplotcmodulePYTHON_wrap.c.

swig_type_info _swigt__p_double = {"_p_double", "double *|PLFLT *", 0, 0, (void*)0, 0} [static]

Definition at line 20025 of file plplotcmodulePYTHON_wrap.c.

swig_type_info _swigt__p_f_double_double__int = {"_p_f_double_double__int", "defined_func|int (*)(double,double)", 0, 0, (void*)0, 0} [static]

Definition at line 20026 of file plplotcmodulePYTHON_wrap.c.

swig_type_info _swigt__p_f_double_double_p_double_p_double_p_void__void = {"_p_f_double_double_p_double_p_double_p_void__void", "ct_func|pltr_func|void (*)(double,double,double *,double *,void *)", 0, 0, (void*)0, 0} [static]

Definition at line 20027 of file plplotcmodulePYTHON_wrap.c.

swig_type_info _swigt__p_f_int_double_p_char_int_p_void__void = {"_p_f_int_double_p_char_int_p_void__void", "void (*)(int,double,char *,int,void *)|label_func", 0, 0, (void*)0, 0} [static]

Definition at line 20028 of file plplotcmodulePYTHON_wrap.c.

swig_type_info _swigt__p_f_int_p_double_p_double__void = {"_p_f_int_p_double_p_double__void", "mapform_func|void (*)(int,double *,double *)", 0, 0, (void*)0, 0} [static]

Definition at line 20029 of file plplotcmodulePYTHON_wrap.c.

swig_type_info _swigt__p_f_int_p_q_const__double_p_q_const__double__void = {"_p_f_int_p_q_const__double_p_q_const__double__void", "void (*)(int,double const *,double const *)|fill_func", 0, 0, (void*)0, 0} [static]

Definition at line 20030 of file plplotcmodulePYTHON_wrap.c.

swig_type_info _swigt__p_int = {"_p_int", "PLBOOL *|int *|PLINT *", 0, 0, (void*)0, 0} [static]

Definition at line 20031 of file plplotcmodulePYTHON_wrap.c.

swig_type_info _swigt__p_p_char = {"_p_p_char", "char **", 0, 0, (void*)0, 0} [static]

Definition at line 20032 of file plplotcmodulePYTHON_wrap.c.

swig_type_info _swigt__p_p_double = {"_p_p_double", "PLFLT **|double **", 0, 0, (void*)0, 0} [static]

Definition at line 20033 of file plplotcmodulePYTHON_wrap.c.

swig_type_info _swigt__p_PLcGrid = {"_p_PLcGrid", "PLcGrid *", 0, 0, (void*)0, 0} [static]

Definition at line 20022 of file plplotcmodulePYTHON_wrap.c.

swig_type_info _swigt__p_PLcGrid2 = {"_p_PLcGrid2", "PLcGrid2 *", 0, 0, (void*)0, 0} [static]

Definition at line 20023 of file plplotcmodulePYTHON_wrap.c.

swig_type_info _swigt__p_PLGraphicsIn = {"_p_PLGraphicsIn", "PLGraphicsIn *", 0, 0, (void*)0, 0} [static]

Definition at line 20021 of file plplotcmodulePYTHON_wrap.c.

swig_type_info _swigt__p_unsigned_int = {"_p_unsigned_int", "unsigned int *|PLUNICODE *", 0, 0, (void*)0, 0} [static]

Definition at line 20034 of file plplotcmodulePYTHON_wrap.c.

PLINT Alen = 0 [static]

Definition at line 2740 of file plplotcmodulePYTHON_wrap.c.

PyArrayObject* pltr_xg

Definition at line 3223 of file plplotcmodulePYTHON_wrap.c.

PyArrayObject * pltr_yg

Definition at line 3223 of file plplotcmodulePYTHON_wrap.c.

PyObject* python_ct = NULL

Definition at line 3469 of file plplotcmodulePYTHON_wrap.c.

PyObject* python_f2eval = NULL

Definition at line 3468 of file plplotcmodulePYTHON_wrap.c.

PyObject* python_label = NULL

Definition at line 3471 of file plplotcmodulePYTHON_wrap.c.

PyObject* python_mapform = NULL

Definition at line 3470 of file plplotcmodulePYTHON_wrap.c.

PyObject* python_pltr = NULL

Definition at line 3467 of file plplotcmodulePYTHON_wrap.c.

Initial value:
 {
{0, 0, 0, 0.0, 0, 0}}

Definition at line 20088 of file plplotcmodulePYTHON_wrap.c.

swig_module_info swig_module = {swig_types, 14, 0, 0, 0, 0} [static]

Definition at line 2676 of file plplotcmodulePYTHON_wrap.c.

swig_type_info* swig_types[15] [static]

Definition at line 2675 of file plplotcmodulePYTHON_wrap.c.

PyMethodDef SwigMethods[] [static]

Definition at line 13977 of file plplotcmodulePYTHON_wrap.c.

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 *)"aquires 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}  
}

Definition at line 1681 of file plplotcmodulePYTHON_wrap.c.

PLcGrid tmpGrid1 [static]

Definition at line 3224 of file plplotcmodulePYTHON_wrap.c.

PLcGrid2 tmpGrid2 [static]

Definition at line 3225 of file plplotcmodulePYTHON_wrap.c.

PLINT Xlen = 0 [static]

Definition at line 2741 of file plplotcmodulePYTHON_wrap.c.

PLINT Ylen = 0 [static]

Definition at line 2741 of file plplotcmodulePYTHON_wrap.c.