|
PLplot 5.15.0
|
#include <Python.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <structmember.h>#include <stddef.h>#include <arrayobject.h>#include "plplot.h"#include "plplotP.h"#include <limits.h>#include <errno.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 | swig_globalvar |
| struct | swig_varlinkobject |
| struct | SwigPyClientData |
| struct | SwigPyObject |
| struct | SwigPyPacked |
Typedefs | |
| typedef void *(* | swig_converter_func) (void *, int *) |
| typedef struct swig_type_info *(* | swig_dycast_func) (void **) |
| typedef struct swig_type_info | swig_type_info |
| typedef struct swig_cast_info | swig_cast_info |
| typedef struct swig_module_info | swig_module_info |
| typedef struct swig_const_info | swig_const_info |
| typedef struct swig_globalvar | swig_globalvar |
| typedef struct swig_varlinkobject | swig_varlinkobject |
| 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) |
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_TypeCmp (const char *nb, const char *tb) |
| SWIGRUNTIME int | SWIG_TypeEquiv (const char *nb, const char *tb) |
| SWIGRUNTIME unsigned int | SWIG_Hash (const char *str, unsigned int len) |
| SWIGRUNTIME swig_cast_info * | SWIG_TypeCheck (const char *c, swig_type_info *ty) |
| SWIGRUNTIME swig_cast_info * | SWIG_TypeCheckStruct (const swig_type_info *from, swig_type_info *ty) |
| SWIGRUNTIMEINLINE void * | SWIG_TypeCast (swig_cast_info *ty, void *ptr, int *newmemory) |
| SWIGRUNTIME swig_type_info * | SWIG_TypeDynamicCast (swig_type_info *ty, void **ptr) |
| SWIGRUNTIMEINLINE const char * | SWIG_TypeName (const swig_type_info *ty) |
| SWIGRUNTIME const char * | SWIG_TypePrettyName (const swig_type_info *type) |
| SWIGRUNTIME void | SWIG_TypeClientData (swig_type_info *ti, void *clientdata) |
| SWIGRUNTIME void | SWIG_TypeNewClientData (swig_type_info *ti, void *clientdata) |
| SWIGRUNTIME swig_type_info * | SWIG_MangledTypeQueryModule (swig_module_info *start, swig_module_info *end, const char *name) |
| SWIGRUNTIME swig_type_info * | SWIG_TypeQueryModule (swig_module_info *start, swig_module_info *end, const char *name) |
| SWIGRUNTIME char * | SWIG_PackData (char *c, void *ptr, size_t sz) |
| SWIGRUNTIME const char * | SWIG_UnpackData (const char *c, void *ptr, size_t sz) |
| SWIGRUNTIME char * | SWIG_PackVoidPtr (char *buff, void *ptr, const char *name, size_t bsz) |
| SWIGRUNTIME const char * | SWIG_UnpackVoidPtr (const char *c, void **ptr, const char *name) |
| SWIGRUNTIME char * | SWIG_PackDataName (char *buff, void *ptr, size_t sz, const char *name, size_t bsz) |
| SWIGRUNTIME const char * | SWIG_UnpackDataName (const char *c, void *ptr, size_t sz, const char *name) |
| SWIGINTERN const char * | SWIG_PyUnicode_AsUTF8AndSize (PyObject *str, Py_ssize_t *psize, PyObject **pbytes) |
| SWIGINTERN PyObject * | SWIG_PyType_GetFullyQualifiedName (PyTypeObject *type) |
| SWIGINTERN PyObject * | SWIG_PyList_GetItemRef (PyObject *op, Py_ssize_t index) |
| SWIGINTERN int | SWIG_PyDict_GetItemRef (PyObject *mp, PyObject *key, PyObject **result) |
| SWIGINTERN int | SWIG_PyDict_GetItemStringRef (PyObject *mp, const char *key, PyObject **result) |
| SWIGRUNTIME PyObject * | SWIG_Python_ErrorType (int code) |
| SWIGRUNTIME void | SWIG_Python_AddErrorMsg (const char *mesg) |
| SWIGRUNTIME int | SWIG_Python_TypeErrorOccurred (PyObject *obj) |
| SWIGRUNTIME void | SWIG_Python_RaiseOrModifyTypeError (const char *message) |
| 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_runtime_data_module (void) |
| SWIGINTERN PyObject * | SWIG_Python_AppendOutput (PyObject *result, PyObject *obj, int is_void) |
| SWIGINTERN Py_ssize_t | SWIG_Python_UnpackTuple (PyObject *args, const char *name, Py_ssize_t min, Py_ssize_t max, PyObject **objs) |
| SWIGINTERN int | SWIG_Python_CheckNoKeywords (PyObject *kwargs, const char *name) |
| SWIGINTERN PyObject * | SwigVarLink_repr (PyObject *SWIGUNUSEDPARM(v)) |
| SWIGINTERN PyObject * | SwigVarLink_str (PyObject *o) |
| SWIGINTERN void | SwigVarLink_dealloc (PyObject *o) |
| SWIGINTERN PyObject * | SwigVarLink_getattr (PyObject *o, char *n) |
| SWIGINTERN int | SwigVarLink_setattr (PyObject *o, char *n, PyObject *p) |
| SWIGINTERN PyTypeObject * | SwigVarLink_TypeOnce (void) |
| SWIGRUNTIME PyTypeObject * | SwigVarLink_Type (void) |
| SWIGINTERN PyObject * | SWIG_Python_newvarlink (void) |
| SWIGINTERN void | SWIG_Python_addvarlink (PyObject *p, const char *name, PyObject *(*get_attr)(void), int(*set_attr)(PyObject *p)) |
| SWIGINTERN PyObject * | SWIG_globals (void) |
| 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 SwigPyClientData * | SwigPyClientData_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) |
| SWIGRUNTIME PyObject * | SwigPyObject_repr2 (PyObject *v, PyObject *SWIGUNUSEDPARM(args)) |
| SWIGRUNTIME int | SwigPyObject_compare (PyObject *v, PyObject *w) |
| SWIGRUNTIMEINLINE int | SwigPyObject_Check (PyObject *) |
| SWIGRUNTIME PyObject * | SwigPyObject_richcompare (PyObject *v, PyObject *w, int op) |
| SWIGRUNTIME PyTypeObject * | SwigPyObject_TypeOnce (void) |
| SWIGRUNTIME PyTypeObject * | SwigPyObject_Type (void) |
| 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) |
| SWIGRUNTIME PyObject * | SwigPyPacked_repr (SwigPyPacked *v) |
| SWIGRUNTIME PyObject * | SwigPyPacked_str (SwigPyPacked *v) |
| SWIGRUNTIME int | SwigPyPacked_compare (SwigPyPacked *v, SwigPyPacked *w) |
| SWIGRUNTIME PyTypeObject * | SwigPyPacked_TypeOnce (void) |
| SWIGRUNTIME PyTypeObject * | SwigPyPacked_Type (void) |
| SWIGRUNTIMEINLINE int | SwigPyPacked_Check (PyObject *op) |
| SWIGRUNTIME void | SwigPyPacked_dealloc (PyObject *v) |
| SWIGRUNTIME PyObject * | SwigPyPacked_New (void *ptr, size_t size, swig_type_info *ty) |
| SWIGRUNTIME swig_type_info * | SwigPyPacked_UnpackData (PyObject *obj, void *ptr, size_t size) |
| SWIGRUNTIME PyObject * | SWIG_This (void) |
| SWIGRUNTIME SwigPyObject * | SWIG_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 int | SWIG_Python_SetSwigThis (PyObject *inst, PyObject *swig_this) |
| SWIGINTERN PyObject * | SWIG_Python_InitShadowInstance (PyObject *args) |
| SWIGRUNTIME PyObject * | SWIG_Python_NewPointerObj (PyObject *self, void *ptr, swig_type_info *type, int flags) |
| SWIGRUNTIMEINLINE PyObject * | SWIG_Python_NewPackedObj (void *ptr, size_t sz, swig_type_info *type) |
| SWIGRUNTIME PyObject * | SWIG_Python_TypeCache (void) |
| SWIGRUNTIME swig_module_info * | SWIG_Python_GetModule (void *SWIGUNUSEDPARM(clientdata)) |
| SWIGRUNTIME void | SWIG_Python_DestroyModule (PyObject *obj) |
| SWIGRUNTIME void | SWIG_Python_SetModule (swig_module_info *swig_module) |
| SWIGRUNTIME swig_type_info * | SWIG_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_MustGetPtr (PyObject *obj, swig_type_info *ty, int SWIGUNUSEDPARM(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_int (unsigned int value) |
| SWIGINTERN swig_type_info * | SWIG_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_FromBinaryCharPtrAndSize (const char *carray, size_t size, int flags) |
| SWIGINTERN size_t | SWIG_strnlen (const char *s, size_t maxlen) |
| SWIGINTERN int | SWIG_AsVal_char (PyObject *obj, char *val) |
| PyArrayObject * | myIntArray_ContiguousFromObject (PyObject *in, int type, int mindims, int maxdims) |
| PyArrayObject * | myIntArray_ContiguousFromObject (PyObject *in, int PL_UNUSED(type), int mindims, int maxdims) |
| SWIGINTERN PyObject * | _wrap_pltr0 (PyObject *self, PyObject *args) |
| PLcGrid * | marshal_PLcGrid1 (PyObject *input, int isimg) |
| void | cleanup_PLcGrid1 (void) |
| PLcGrid2 * | marshal_PLcGrid2 (PyObject *input, int isimg) |
| void | cleanup_PLcGrid2 (void) |
| SWIGINTERN PyObject * | _wrap_pltr1 (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_pltr2 (PyObject *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 *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_PLGraphicsIn_type_get (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_PLGraphicsIn_state_set (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_PLGraphicsIn_state_get (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_PLGraphicsIn_keysym_set (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_PLGraphicsIn_keysym_get (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_PLGraphicsIn_button_set (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_PLGraphicsIn_button_get (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_PLGraphicsIn_subwindow_set (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_PLGraphicsIn_subwindow_get (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_PLGraphicsIn_string_set (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_PLGraphicsIn_string_get (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_PLGraphicsIn_pX_set (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_PLGraphicsIn_pX_get (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_PLGraphicsIn_pY_set (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_PLGraphicsIn_pY_get (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_PLGraphicsIn_dX_set (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_PLGraphicsIn_dX_get (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_PLGraphicsIn_dY_set (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_PLGraphicsIn_dY_get (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_PLGraphicsIn_wX_set (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_PLGraphicsIn_wX_get (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_PLGraphicsIn_wY_set (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_PLGraphicsIn_wY_get (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_new_PLGraphicsIn (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_delete_PLGraphicsIn (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | PLGraphicsIn_swigregister (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
| SWIGINTERN PyObject * | PLGraphicsIn_swiginit (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plsxwin (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_pl_setcontlabelformat (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_pl_setcontlabelparam (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_pladv (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plarc (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plaxes (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plbin (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plbtime (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plbop (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plbox (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plbox3 (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plcalc_world (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plclear (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plcol0 (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plcol1 (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plconfigtime (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plcont (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plctime (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plcpstrm (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plend (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plend1 (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plenv (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plenv0 (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_pleop (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plerrx (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plerry (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plfamadv (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plfill (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plfill3 (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plgradient (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plflush (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plfont (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plfontld (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plgchr (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plgcol0 (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plgcol0a (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plgcolbg (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plgcolbga (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plgcompression (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plgdev (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plgdidev (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plgdiori (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plgdiplt (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plgfam (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plgfci (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plgfnam (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plgfont (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plglevel (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plgpage (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plgra (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plgriddata (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plgspa (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plgstrm (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plgver (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plgvpd (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plgvpw (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plgxax (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plgyax (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plgzax (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plhist (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plhlsrgb (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plinit (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_pljoin (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_pllab (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_pllegend (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plcolorbar (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_pllightsource (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plline (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plline3 (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_pllsty (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plmesh (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plmeshc (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plmkstrm (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plmtex (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plmtex3 (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plot3d (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plot3dc (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plot3dcl (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plsurf3d (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plsurf3dl (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plparseopts (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plpat (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plpath (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plpoin (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plpoin3 (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plpoly3 (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plprec (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plpsty (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plptex (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plptex3 (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plrandd (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plreplot (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plrgbhls (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plschr (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plscmap0 (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plscmap0a (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plscmap0n (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plscmap1 (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plscmap1a (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plscmap1l (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plscmap1la (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plscmap1n (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plscmap1_range (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plgcmap1_range (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plscol0 (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plscol0a (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plscolbg (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plscolbga (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plscolor (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plscompression (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plsdev (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plsdidev (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plsdimap (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plsdiori (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plsdiplt (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plsdiplz (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plseed (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plsesc (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plsetopt (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plsfam (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plsfci (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plsfnam (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plsfont (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plshades (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plshade (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plslabelfunc (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plsmaj (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plsmem (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plsmema (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plsmin (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plsori (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plspage (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plspal0 (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plspal1 (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plspause (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plsstrm (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plssub (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plssym (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plstar (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plstart (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plstransform (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plstring (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plstring3 (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plstripa (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plstripc (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plstripd (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plstyl (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plsvect (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plsvpa (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plsxax (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plsyax (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plsym (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plszax (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_pltext (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_pltimefmt (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plvasp (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plvect (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plvpas (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plvpor (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plvsta (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plw3d (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plwidth (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plwind (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plxormod (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plmap (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plmapline (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plmapstring (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plmaptex (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plmapfill (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plmeridians (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plimage (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plimagefr (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plClearOpts (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plResetOpts (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plSetUsage (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plOptUsage (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plMinMax2dGrid (PyObject *self, PyObject *args) |
| SWIGINTERN PyObject * | _wrap_plGetCursor (PyObject *self, PyObject *args) |
| SWIGINTERN int | SWIG_CastCmpStruct (const void *pa, const void *pb) |
| SWIGINTERN void | SWIG_CastHashSort (swig_cast_info *cast, int size) |
| SWIGRUNTIME void | SWIG_InitializeModule (SWIG_INIT_CLIENT_DATA_TYPE clientdata) |
| SWIGRUNTIME void | SWIG_PropagateClientData (void) |
| SWIGINTERN void | SWIG_Python_InstallConstants (PyObject *d, swig_const_info constants[]) |
| SWIGINTERN void | SWIG_Python_FixMethods (PyMethodDef *methods, const swig_const_info *const_table, swig_type_info **types, swig_type_info **types_initial) |
| SWIGINTERN int | SWIG_mod_exec (PyObject *module) |
Variables | |
| static PyObject * | Swig_runtime_data_module_global = NULL |
| static PyObject * | Swig_Globals_global = NULL |
| static PyObject * | Swig_Capsule_global = NULL |
| static PyMethodDef | SwigPyObject_methods [] |
| static PyObject * | Swig_This_global = NULL |
| static PyObject * | Swig_TypeCache_global = NULL |
| static int | interpreter_counter = 0 |
| static swig_type_info * | swig_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", "PLFLT *|double *", 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", "label_func|void (*)(int,double,char *,int,void *)", 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", "fill_func|void (*)(int,double const *,double const *)", 0, 0, (void*)0, 0} |
| static swig_type_info | _swigt__p_int = {"_p_int", "PLBOOL *|PLINT *|int *", 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", "PLUNICODE *|unsigned int *", 0, 0, (void*)0, 0} |
| static swig_type_info * | swig_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_info * | swig_cast_initial [] |
| static swig_const_info | swig_const_table [] |
| #define MY_BLOCK_THREADS |
Definition at line 4029 of file plplotcPYTHON_wrap.c.
| #define MY_UNBLOCK_THREADS |
Definition at line 4030 of file plplotcPYTHON_wrap.c.
| #define myArray_ContiguousFromObject PyArray_ContiguousFromObject |
Definition at line 3704 of file plplotcPYTHON_wrap.c.
| #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION |
Definition at line 3247 of file plplotcPYTHON_wrap.c.
| #define NPY_PLFLT NPY_FLOAT32 |
Definition at line 3257 of file plplotcPYTHON_wrap.c.
| #define NPY_PLINT NPY_INT32 |
Definition at line 3252 of file plplotcPYTHON_wrap.c.
| #define Py_READONLY READONLY |
Definition at line 924 of file plplotcPYTHON_wrap.c.
| #define PY_SSIZE_T_CLEAN |
Definition at line 183 of file plplotcPYTHON_wrap.c.
| #define Py_T_PYSSIZET T_PYSSIZET |
Definition at line 925 of file plplotcPYTHON_wrap.c.
| #define PySequence_Fast_GET_ITEM PySequence_GetItem |
Definition at line 3262 of file plplotcPYTHON_wrap.c.
| #define PySequence_Size PySequence_Length |
Definition at line 3264 of file plplotcPYTHON_wrap.c.
| #define SWIG_AcquirePtr | ( | ptr, | |
| src ) |
Definition at line 1299 of file plplotcPYTHON_wrap.c.
| #define SWIG_AddBinaryStrMask | ( | r | ) |
Definition at line 379 of file plplotcPYTHON_wrap.c.
| #define SWIG_AddCast | ( | r | ) |
Definition at line 400 of file plplotcPYTHON_wrap.c.
| #define SWIG_AddNewMask | ( | r | ) |
Definition at line 373 of file plplotcPYTHON_wrap.c.
| #define SWIG_AddTmpMask | ( | r | ) |
Definition at line 376 of file plplotcPYTHON_wrap.c.
| #define SWIG_addvarlink | ( | p, | |
| name, | |||
| get_attr, | |||
| set_attr ) |
Definition at line 1506 of file plplotcPYTHON_wrap.c.
| #define SWIG_arg_fail | ( | arg | ) |
Definition at line 3076 of file plplotcPYTHON_wrap.c.
| #define SWIG_ArgError | ( | r | ) |
Definition at line 356 of file plplotcPYTHON_wrap.c.
| #define SWIG_as_voidptr | ( | a | ) |
Definition at line 3243 of file plplotcPYTHON_wrap.c.
| #define SWIG_as_voidptrptr | ( | a | ) |
Definition at line 3244 of file plplotcPYTHON_wrap.c.
| #define SWIG_AttributeError -11 |
Definition at line 910 of file plplotcPYTHON_wrap.c.
| #define SWIG_BADOBJ (SWIG_ERROR) |
Definition at line 367 of file plplotcPYTHON_wrap.c.
| #define SWIG_BINARYSTR (SWIG_OK | SWIG_BINARYSTRMASK) |
Definition at line 371 of file plplotcPYTHON_wrap.c.
| #define SWIG_BINARYSTRMASK (SWIG_TMPOBJMASK << 1) |
Definition at line 365 of file plplotcPYTHON_wrap.c.
| #define SWIG_BUFFER_SIZE 1024 |
Definition at line 254 of file plplotcPYTHON_wrap.c.
| #define SWIG_BUILTIN_INIT (SWIG_BUILTIN_TP_INIT | SWIG_POINTER_OWN) |
Definition at line 1761 of file plplotcPYTHON_wrap.c.
| #define SWIG_BUILTIN_TP_INIT (SWIG_POINTER_OWN << 2) |
Definition at line 1760 of file plplotcPYTHON_wrap.c.
| #define SWIG_CAST_NEW_MEMORY 0x2 |
Definition at line 259 of file plplotcPYTHON_wrap.c.
| #define SWIG_CASTRANKLIMIT (1 << 8) |
Definition at line 359 of file plplotcPYTHON_wrap.c.
| #define SWIG_CheckImplicit | ( | ty | ) |
Definition at line 1298 of file plplotcPYTHON_wrap.c.
| #define SWIG_CheckState | ( | r | ) |
Definition at line 401 of file plplotcPYTHON_wrap.c.
| #define SWIG_contract_assert | ( | expr, | |
| msg ) |
Definition at line 3205 of file plplotcPYTHON_wrap.c.
| #define SWIG_ConvertFunctionPtr | ( | obj, | |
| pptr, | |||
| type ) |
Definition at line 1311 of file plplotcPYTHON_wrap.c.
| #define SWIG_ConvertInstance | ( | obj, | |
| pptr, | |||
| type, | |||
| flags ) |
Definition at line 1307 of file plplotcPYTHON_wrap.c.
| #define SWIG_ConvertMember | ( | obj, | |
| ptr, | |||
| sz, | |||
| ty ) |
Definition at line 1315 of file plplotcPYTHON_wrap.c.
| #define SWIG_ConvertPacked | ( | obj, | |
| ptr, | |||
| sz, | |||
| ty ) |
Definition at line 1303 of file plplotcPYTHON_wrap.c.
| #define SWIG_ConvertPtr | ( | obj, | |
| pptr, | |||
| type, | |||
| flags ) |
Definition at line 1287 of file plplotcPYTHON_wrap.c.
| #define SWIG_ConvertPtrAndOwn | ( | obj, | |
| pptr, | |||
| type, | |||
| flags, | |||
| own ) |
Definition at line 1288 of file plplotcPYTHON_wrap.c.
| #define SWIG_DelBinaryStrMask | ( | r | ) |
Definition at line 380 of file plplotcPYTHON_wrap.c.
| #define SWIG_DelNewMask | ( | r | ) |
Definition at line 374 of file plplotcPYTHON_wrap.c.
| #define SWIG_DelTmpMask | ( | r | ) |
Definition at line 377 of file plplotcPYTHON_wrap.c.
| #define SWIG_DivisionByZero -6 |
Definition at line 905 of file plplotcPYTHON_wrap.c.
| #define SWIG_ERROR (-1) |
Definition at line 349 of file plplotcPYTHON_wrap.c.
| #define SWIG_Error | ( | code, | |
| msg ) |
Definition at line 1328 of file plplotcPYTHON_wrap.c.
| #define SWIG_ERROR_RELEASE_NOT_OWNED (-200) |
Definition at line 353 of file plplotcPYTHON_wrap.c.
| #define SWIG_ErrorType | ( | code | ) |
Definition at line 1327 of file plplotcPYTHON_wrap.c.
| #define SWIG_exception_fail | ( | code, | |
| msg ) |
Definition at line 3203 of file plplotcPYTHON_wrap.c.
| #define SWIG_fail goto fail |
Definition at line 1329 of file plplotcPYTHON_wrap.c.
| #define SWIG_From_double PyFloat_FromDouble |
Definition at line 3312 of file plplotcPYTHON_wrap.c.
| #define SWIG_FromCharPtrAndSize | ( | carray, | |
| size ) |
Definition at line 3610 of file plplotcPYTHON_wrap.c.
| #define SWIG_GetModule | ( | clientdata | ) |
Definition at line 1321 of file plplotcPYTHON_wrap.c.
| #define SWIG_HEAPTYPES |
Definition at line 917 of file plplotcPYTHON_wrap.c.
| #define SWIG_IndexError -4 |
Definition at line 903 of file plplotcPYTHON_wrap.c.
| #define SWIG_init | ( | void | ) |
Definition at line 23530 of file plplotcPYTHON_wrap.c.
| #define SWIG_INIT_CLIENT_DATA_TYPE void * |
Definition at line 23150 of file plplotcPYTHON_wrap.c.
| #define SWIG_InstallConstants | ( | d, | |
| constants ) |
Definition at line 1507 of file plplotcPYTHON_wrap.c.
| #define SWIG_InternalNewPointerObj | ( | ptr, | |
| type, | |||
| flags ) |
Definition at line 1296 of file plplotcPYTHON_wrap.c.
| #define SWIG_IOError -2 |
Definition at line 901 of file plplotcPYTHON_wrap.c.
| #define SWIG_IsBinaryStr | ( | r | ) |
Definition at line 381 of file plplotcPYTHON_wrap.c.
| #define SWIG_IsNewObj | ( | r | ) |
Definition at line 375 of file plplotcPYTHON_wrap.c.
| #define SWIG_IsOK | ( | r | ) |
Definition at line 355 of file plplotcPYTHON_wrap.c.
| #define SWIG_IsTmpObj | ( | r | ) |
Definition at line 378 of file plplotcPYTHON_wrap.c.
| #define SWIG_MangledTypeQuery | ( | name | ) |
Definition at line 3228 of file plplotcPYTHON_wrap.c.
| #define SWIG_MemoryError -12 |
Definition at line 911 of file plplotcPYTHON_wrap.c.
| #define SWIG_MustGetPtr | ( | p, | |
| type, | |||
| argnum, | |||
| flags ) |
Definition at line 3077 of file plplotcPYTHON_wrap.c.
| #define SWIG_name "_plplotc" |
Definition at line 14 of file plplotcPYTHON_wrap.c.
| #define SWIG_NewClientData | ( | obj | ) |
Definition at line 1323 of file plplotcPYTHON_wrap.c.
| #define SWIG_NewFunctionPtrObj | ( | ptr, | |
| type ) |
Definition at line 1312 of file plplotcPYTHON_wrap.c.
| #define SWIG_NewInstanceObj | ( | ptr, | |
| type, | |||
| flags ) |
Definition at line 1308 of file plplotcPYTHON_wrap.c.
| #define SWIG_NewMemberObj | ( | ptr, | |
| sz, | |||
| type ) |
Definition at line 1316 of file plplotcPYTHON_wrap.c.
| #define SWIG_NEWOBJ (SWIG_OK | SWIG_NEWOBJMASK) |
Definition at line 369 of file plplotcPYTHON_wrap.c.
| #define SWIG_NEWOBJMASK (SWIG_CASTRANKLIMIT << 1) |
Definition at line 361 of file plplotcPYTHON_wrap.c.
| #define SWIG_NewPackedObj | ( | ptr, | |
| sz, | |||
| type ) |
Definition at line 1304 of file plplotcPYTHON_wrap.c.
| #define SWIG_NewPointerObj | ( | ptr, | |
| type, | |||
| flags ) |
Definition at line 1293 of file plplotcPYTHON_wrap.c.
| #define SWIG_newvarlink | ( | ) |
Definition at line 1505 of file plplotcPYTHON_wrap.c.
| #define SWIG_NOEXCEPT throw() |
Definition at line 142 of file plplotcPYTHON_wrap.c.
| #define SWIG_NullReferenceError -13 |
Definition at line 912 of file plplotcPYTHON_wrap.c.
| #define SWIG_OK (0) |
Definition at line 347 of file plplotcPYTHON_wrap.c.
| #define SWIG_OLDOBJ (SWIG_OK) |
Definition at line 368 of file plplotcPYTHON_wrap.c.
| #define SWIG_OverflowError -7 |
Definition at line 906 of file plplotcPYTHON_wrap.c.
| #define swig_owntype int |
Definition at line 1300 of file plplotcPYTHON_wrap.c.
| #define SWIG_POINTER_CLEAR 0x8 |
Definition at line 261 of file plplotcPYTHON_wrap.c.
| #define SWIG_POINTER_DISOWN 0x1 |
Definition at line 258 of file plplotcPYTHON_wrap.c.
| #define SWIG_POINTER_EXCEPTION 0 |
Definition at line 3075 of file plplotcPYTHON_wrap.c.
| #define SWIG_POINTER_IMPLICIT_CONV (SWIG_POINTER_DISOWN << 1) |
Definition at line 1758 of file plplotcPYTHON_wrap.c.
| #define SWIG_POINTER_NEW (SWIG_POINTER_NOSHADOW | SWIG_POINTER_OWN) |
Definition at line 1756 of file plplotcPYTHON_wrap.c.
| #define SWIG_POINTER_NO_NULL 0x4 |
Definition at line 260 of file plplotcPYTHON_wrap.c.
| #define SWIG_POINTER_NOSHADOW (SWIG_POINTER_OWN << 1) |
Definition at line 1755 of file plplotcPYTHON_wrap.c.
| #define SWIG_POINTER_OWN 0x1 |
Definition at line 265 of file plplotcPYTHON_wrap.c.
| #define SWIG_POINTER_RELEASE (SWIG_POINTER_CLEAR | SWIG_POINTER_DISOWN) |
Definition at line 262 of file plplotcPYTHON_wrap.c.
| #define SWIG_PY_BINARY 5 |
Definition at line 1253 of file plplotcPYTHON_wrap.c.
| #define SWIG_Py_DECREF Py_DECREF |
Definition at line 983 of file plplotcPYTHON_wrap.c.
| #define SWIG_Py_INCREF Py_INCREF |
Definition at line 981 of file plplotcPYTHON_wrap.c.
| #define SWIG_PY_POINTER 4 |
Definition at line 1252 of file plplotcPYTHON_wrap.c.
| #define SWIG_Py_XDECREF Py_XDECREF |
Definition at line 984 of file plplotcPYTHON_wrap.c.
| #define SWIG_Py_XINCREF Py_XINCREF |
Definition at line 982 of file plplotcPYTHON_wrap.c.
| #define SWIG_PYOBJ_REFCNT | ( | OBJ | ) |
Definition at line 2994 of file plplotcPYTHON_wrap.c.
| #define SWIG_Python_CallFunctor | ( | functor, | |
| obj ) |
Definition at line 1488 of file plplotcPYTHON_wrap.c.
| #define SWIG_Python_ConvertPtr | ( | obj, | |
| pptr, | |||
| type, | |||
| flags ) |
Definition at line 1286 of file plplotcPYTHON_wrap.c.
| #define SWIG_PYTHON_DIRECTOR_NO_VTABLE |
Definition at line 12 of file plplotcPYTHON_wrap.c.
| #define SWIG_PYTHON_INITIALIZE_THREADS |
Definition at line 1232 of file plplotcPYTHON_wrap.c.
| #define SWIG_Python_Raise | ( | obj, | |
| type, | |||
| desc ) |
Definition at line 1350 of file plplotcPYTHON_wrap.c.
| #define SWIG_PYTHON_THREAD_BEGIN_ALLOW |
Definition at line 1235 of file plplotcPYTHON_wrap.c.
| #define SWIG_PYTHON_THREAD_BEGIN_BLOCK |
Definition at line 1233 of file plplotcPYTHON_wrap.c.
| #define SWIG_PYTHON_THREAD_END_ALLOW |
Definition at line 1236 of file plplotcPYTHON_wrap.c.
| #define SWIG_PYTHON_THREAD_END_BLOCK |
Definition at line 1234 of file plplotcPYTHON_wrap.c.
| #define SWIG_QUOTE_STRING | ( | x | ) |
Definition at line 145 of file plplotcPYTHON_wrap.c.
| #define SWIG_RUNTIME_MODULE "swig_runtime_data" SWIG_RUNTIME_VERSION |
Definition at line 949 of file plplotcPYTHON_wrap.c.
| #define SWIG_RUNTIME_VERSION "5" |
Definition at line 226 of file plplotcPYTHON_wrap.c.
| #define SWIG_RuntimeError -3 |
Definition at line 902 of file plplotcPYTHON_wrap.c.
| #define SWIG_SetErrorMsg SWIG_Python_SetErrorMsg |
Definition at line 1326 of file plplotcPYTHON_wrap.c.
| #define SWIG_SetErrorObj SWIG_Python_SetErrorObj |
Definition at line 1325 of file plplotcPYTHON_wrap.c.
| #define SWIG_SetModule | ( | clientdata, | |
| pointer ) |
Definition at line 1322 of file plplotcPYTHON_wrap.c.
| #define SWIG_snprintf | ( | O, | |
| S, | |||
| F, | |||
| A ) |
Definition at line 172 of file plplotcPYTHON_wrap.c.
| #define SWIG_snprintf2 | ( | O, | |
| S, | |||
| F, | |||
| A, | |||
| B ) |
Definition at line 173 of file plplotcPYTHON_wrap.c.
| #define SWIG_STATIC_POINTER | ( | var | ) |
Definition at line 1497 of file plplotcPYTHON_wrap.c.
| #define SWIG_STRINGIFY | ( | x | ) |
Definition at line 146 of file plplotcPYTHON_wrap.c.
| #define SWIG_SyntaxError -8 |
Definition at line 907 of file plplotcPYTHON_wrap.c.
| #define SWIG_SystemError -10 |
Definition at line 909 of file plplotcPYTHON_wrap.c.
| #define SWIG_TMPOBJ (SWIG_OK | SWIG_TMPOBJMASK) |
Definition at line 370 of file plplotcPYTHON_wrap.c.
| #define SWIG_TMPOBJMASK (SWIG_NEWOBJMASK << 1) |
Definition at line 363 of file plplotcPYTHON_wrap.c.
| #define SWIG_TYPE_TABLE_NAME |
Definition at line 232 of file plplotcPYTHON_wrap.c.
| #define SWIG_TypeError -5 |
Definition at line 904 of file plplotcPYTHON_wrap.c.
| #define SWIG_TypeQuery SWIG_Python_TypeQuery |
Definition at line 3227 of file plplotcPYTHON_wrap.c.
| #define SWIG_TypeQuery | ( | name | ) |
Definition at line 3227 of file plplotcPYTHON_wrap.c.
| #define SWIG_UnknownError -1 |
Definition at line 900 of file plplotcPYTHON_wrap.c.
| #define SWIG_ValueError -9 |
Definition at line 908 of file plplotcPYTHON_wrap.c.
| #define SWIG_VERSION 0x040500 |
Definition at line 10 of file plplotcPYTHON_wrap.c.
| #define SWIGEXPORT |
Definition at line 101 of file plplotcPYTHON_wrap.c.
| #define SWIGINLINE |
Definition at line 38 of file plplotcPYTHON_wrap.c.
| #define SWIGINTERN static SWIGUNUSED |
Definition at line 73 of file plplotcPYTHON_wrap.c.
| #define SWIGINTERNINLINE SWIGINTERN SWIGINLINE |
Definition at line 78 of file plplotcPYTHON_wrap.c.
| #define SWIGPY_CAPSULE_ATTR_NAME "type_pointer_capsule" SWIG_TYPE_TABLE_NAME |
Definition at line 956 of file plplotcPYTHON_wrap.c.
| #define SWIGPY_CAPSULE_NAME SWIG_RUNTIME_MODULE "." SWIGPY_CAPSULE_ATTR_NAME |
Definition at line 958 of file plplotcPYTHON_wrap.c.
| #define SWIGPY_USE_CAPSULE |
Definition at line 952 of file plplotcPYTHON_wrap.c.
| #define SWIGPYTHON |
Definition at line 11 of file plplotcPYTHON_wrap.c.
| #define SWIGRUNTIME SWIGINTERN |
Definition at line 245 of file plplotcPYTHON_wrap.c.
| #define SWIGRUNTIMEINLINE SWIGRUNTIME SWIGINLINE |
Definition at line 249 of file plplotcPYTHON_wrap.c.
| #define SWIGSTDCALL |
Definition at line 111 of file plplotcPYTHON_wrap.c.
| #define SWIGTEMPLATEDISAMBIGUATOR |
Definition at line 29 of file plplotcPYTHON_wrap.c.
| #define SWIGTYPE_p_char swig_types[3] |
Definition at line 3214 of file plplotcPYTHON_wrap.c.
| #define SWIGTYPE_p_double swig_types[4] |
Definition at line 3215 of file plplotcPYTHON_wrap.c.
| #define SWIGTYPE_p_f_double_double__int swig_types[5] |
Definition at line 3216 of file plplotcPYTHON_wrap.c.
| #define SWIGTYPE_p_f_double_double_p_double_p_double_p_void__void swig_types[6] |
Definition at line 3217 of file plplotcPYTHON_wrap.c.
| #define SWIGTYPE_p_f_int_double_p_char_int_p_void__void swig_types[7] |
Definition at line 3218 of file plplotcPYTHON_wrap.c.
| #define SWIGTYPE_p_f_int_p_double_p_double__void swig_types[8] |
Definition at line 3219 of file plplotcPYTHON_wrap.c.
| #define SWIGTYPE_p_f_int_p_q_const__double_p_q_const__double__void swig_types[9] |
Definition at line 3220 of file plplotcPYTHON_wrap.c.
| #define SWIGTYPE_p_int swig_types[10] |
Definition at line 3221 of file plplotcPYTHON_wrap.c.
| #define SWIGTYPE_p_p_char swig_types[11] |
Definition at line 3222 of file plplotcPYTHON_wrap.c.
| #define SWIGTYPE_p_p_double swig_types[12] |
Definition at line 3223 of file plplotcPYTHON_wrap.c.
| #define SWIGTYPE_p_PLcGrid swig_types[1] |
Definition at line 3212 of file plplotcPYTHON_wrap.c.
| #define SWIGTYPE_p_PLcGrid2 swig_types[2] |
Definition at line 3213 of file plplotcPYTHON_wrap.c.
| #define SWIGTYPE_p_PLGraphicsIn swig_types[0] |
Definition at line 3211 of file plplotcPYTHON_wrap.c.
| #define SWIGTYPE_p_unsigned_int swig_types[13] |
Definition at line 3224 of file plplotcPYTHON_wrap.c.
| #define SWIGUNUSED |
Definition at line 53 of file plplotcPYTHON_wrap.c.
| #define SWIGUNUSEDPARM | ( | p | ) |
Definition at line 67 of file plplotcPYTHON_wrap.c.
Definition at line 3318 of file plplotcPYTHON_wrap.c.
Definition at line 3315 of file plplotcPYTHON_wrap.c.
Definition at line 3320 of file plplotcPYTHON_wrap.c.
Definition at line 3316 of file plplotcPYTHON_wrap.c.
Definition at line 3321 of file plplotcPYTHON_wrap.c.
Definition at line 3319 of file plplotcPYTHON_wrap.c.
Definition at line 3317 of file plplotcPYTHON_wrap.c.
| typedef struct swig_cast_info swig_cast_info |
| typedef struct swig_const_info swig_const_info |
| typedef void *(* swig_converter_func) (void *, int *) |
Definition at line 411 of file plplotcPYTHON_wrap.c.
| typedef struct swig_type_info *(* swig_dycast_func) (void **) |
Definition at line 411 of file plplotcPYTHON_wrap.c.
| typedef struct swig_globalvar swig_globalvar |
| typedef struct swig_module_info swig_module_info |
| typedef struct swig_type_info swig_type_info |
| typedef struct swig_varlinkobject swig_varlinkobject |
| enum callback_type |
| Enumerator | |
|---|---|
| CB_0 | |
| CB_1 | |
| CB_2 | |
| CB_Python | |
Definition at line 4007 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_delete_PLGraphicsIn | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 5096 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_new_PLGraphicsIn | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 5082 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_pl_setcontlabelformat | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 5153 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_pl_setcontlabelparam | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 5183 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_pladv | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 5229 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plarc | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 5252 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plaxes | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 5330 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plbin | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 5414 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plbop | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 5554 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plbox | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 5567 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plbox3 | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 5635 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plbtime | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 5471 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plcalc_world | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 5763 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plclear | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 5823 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plClearOpts | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 15159 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plcol0 | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 5836 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plcol1 | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 5859 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plcolorbar | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 8560 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plconfigtime | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 5882 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plcont | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 5984 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plcpstrm | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 6191 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plctime | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 6119 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plend | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 6221 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plend1 | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 6234 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plenv | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 6247 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plenv0 | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 6309 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_pleop | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 6371 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plerrx | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 6384 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plerry | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 6452 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plfamadv | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 6520 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plfill | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 6533 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plfill3 | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 6582 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plflush | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 6707 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plfont | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 6720 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plfontld | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 6743 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plgchr | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 6766 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plgcmap1_range | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 11304 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plgcol0 | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 6799 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plgcol0a | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 6852 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plgcolbg | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 6915 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plgcolbga | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 6958 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plgcompression | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 7011 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plgdev | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 7034 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plgdidev | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 7056 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plgdiori | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 7109 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plgdiplt | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 7132 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plGetCursor | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 15293 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plgfam | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 7185 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plgfci | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 7228 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plgfnam | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 7251 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plgfont | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 7273 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plglevel | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 7316 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plgpage | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 7339 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plgra | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 7412 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plgradient | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 6650 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_PLGraphicsIn_button_get | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 4619 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_PLGraphicsIn_button_set | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 4589 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_PLGraphicsIn_dX_get | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 4896 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_PLGraphicsIn_dX_set | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 4866 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_PLGraphicsIn_dY_get | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 4950 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_PLGraphicsIn_dY_set | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 4920 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_PLGraphicsIn_keysym_get | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 4565 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_PLGraphicsIn_keysym_set | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 4535 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_PLGraphicsIn_pX_get | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 4788 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_PLGraphicsIn_pX_set | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 4758 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_PLGraphicsIn_pY_get | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 4842 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_PLGraphicsIn_pY_set | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 4812 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_PLGraphicsIn_state_get | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 4511 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_PLGraphicsIn_state_set | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 4481 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_PLGraphicsIn_string_get | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 4728 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_PLGraphicsIn_string_set | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 4697 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_PLGraphicsIn_subwindow_get | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 4673 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_PLGraphicsIn_subwindow_set | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 4643 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_PLGraphicsIn_type_get | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 4457 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_PLGraphicsIn_type_set | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 4427 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_PLGraphicsIn_wX_get | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 5004 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_PLGraphicsIn_wX_set | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 4974 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_PLGraphicsIn_wY_get | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 5058 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_PLGraphicsIn_wY_set | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 5028 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plgriddata | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 7425 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plgspa | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 7564 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plgstrm | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 7617 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plgver | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 7640 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plgvpd | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 7662 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plgvpw | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 7715 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plgxax | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 7768 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plgyax | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 7801 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plgzax | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 7834 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plhist | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 7867 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plhlsrgb | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 7929 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plimage | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 14890 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plimagefr | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 15008 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plinit | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 7997 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_pljoin | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 8010 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_pllab | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 8056 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_pllegend | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 8103 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_pllightsource | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 8858 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plline | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 8896 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plline3 | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 8945 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_pllsty | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 9013 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plmap | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 14279 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plmapfill | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 14701 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plmapline | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 14359 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plmapstring | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 14463 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plmaptex | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 14578 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plmeridians | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 14805 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plmesh | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 9036 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plmeshc | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 9117 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plMinMax2dGrid | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 15234 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plmkstrm | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 9214 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plmtex | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 9237 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plmtex3 | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 9297 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plOptUsage | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 15221 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plot3d | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 9357 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plot3dc | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 9446 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plot3dcl | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 9543 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plparseopts | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 9920 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plpat | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 9988 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plpath | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 10037 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plpoin | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 10091 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plpoin3 | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 10148 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plpoly3 | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 10224 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plprec | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 10319 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plpsty | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 10349 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plptex | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 10372 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plptex3 | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 10437 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plrandd | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 10542 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plreplot | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 10556 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plResetOpts | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 15172 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plrgbhls | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 10569 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plschr | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 10637 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plscmap0 | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 10667 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plscmap0a | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 10736 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plscmap0n | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 10824 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plscmap1 | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 10847 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plscmap1_range | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 11274 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plscmap1a | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 10916 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plscmap1l | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 11004 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plscmap1la | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 11118 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plscmap1n | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 11251 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plscol0 | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 11337 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plscol0a | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 11383 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plscolbg | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 11437 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plscolbga | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 11475 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plscolor | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 11521 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plscompression | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 11544 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plsdev | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 11567 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plsdidev | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 11593 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plsdimap | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 11639 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plsdiori | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 11701 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plsdiplt | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 11724 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plsdiplz | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 11770 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plseed | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 11816 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plsesc | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 11839 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plsetopt | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 11862 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plSetUsage | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 15185 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plsfam | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 11899 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plsfci | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 11937 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plsfnam | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 11960 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plsfont | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 11986 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plshade | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 12199 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plshades | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 12024 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plslabelfunc | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 12406 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plsmaj | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 12453 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plsmem | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 12483 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plsmema | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 12546 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plsmin | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 12609 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plsori | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 12639 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plspage | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 12662 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plspal0 | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 12724 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plspal1 | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 12750 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plspause | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 12783 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plsstrm | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 12806 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plssub | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 12829 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plssym | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 12859 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plstar | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 12889 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plstart | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 12919 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plstransform | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 12960 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plstring | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 13007 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plstring3 | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 13067 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plstripa | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 13146 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plstripc | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 13192 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plstripd | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 13439 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plstyl | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 13462 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plsurf3d | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 9683 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plsurf3dl | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 9780 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plsvect | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 13511 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plsvpa | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 13585 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plsxax | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 13631 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plsxwin | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 5130 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plsyax | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 13661 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plsym | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 13691 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plszax | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 13748 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_pltext | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 13778 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_pltimefmt | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 13791 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_pltr0 | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 3706 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_pltr1 | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 3878 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_pltr2 | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 3940 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plvasp | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 13817 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plvect | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 13840 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plvpas | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 13962 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plvpor | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 14016 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plvsta | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 14062 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plw3d | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 14075 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plwidth | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 14177 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plwind | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 14200 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * _wrap_plxormod | ( | PyObject * | self, |
| PyObject * | args ) |
Definition at line 14246 of file plplotcPYTHON_wrap.c.
| void cleanup_ct | ( | void | ) |
Definition at line 4357 of file plplotcPYTHON_wrap.c.
| void cleanup_mapform | ( | void | ) |
Definition at line 4372 of file plplotcPYTHON_wrap.c.
| void cleanup_PLcGrid1 | ( | void | ) |
Definition at line 3810 of file plplotcPYTHON_wrap.c.
| void cleanup_PLcGrid2 | ( | void | ) |
Definition at line 3869 of file plplotcPYTHON_wrap.c.
| void cleanup_PLPointer | ( | void | ) |
Definition at line 4403 of file plplotcPYTHON_wrap.c.
| void cleanup_pltr | ( | void | ) |
Definition at line 4342 of file plplotcPYTHON_wrap.c.
Definition at line 4208 of file plplotcPYTHON_wrap.c.
Definition at line 4114 of file plplotcPYTHON_wrap.c.
Definition at line 4151 of file plplotcPYTHON_wrap.c.
Definition at line 4249 of file plplotcPYTHON_wrap.c.
Definition at line 4051 of file plplotcPYTHON_wrap.c.
| ct_func marshal_ct | ( | PyObject * | input | ) |
Definition at line 4349 of file plplotcPYTHON_wrap.c.
| mapform_func marshal_mapform | ( | PyObject * | input | ) |
Definition at line 4364 of file plplotcPYTHON_wrap.c.
| PLcGrid * marshal_PLcGrid1 | ( | PyObject * | input, |
| int | isimg ) |
Definition at line 3770 of file plplotcPYTHON_wrap.c.
| PLcGrid2 * marshal_PLcGrid2 | ( | PyObject * | input, |
| int | isimg ) |
Definition at line 3817 of file plplotcPYTHON_wrap.c.
| PLPointer marshal_PLPointer | ( | PyObject * | input, |
| int | isimg ) |
Definition at line 4378 of file plplotcPYTHON_wrap.c.
| pltr_func marshal_pltr | ( | PyObject * | input | ) |
Definition at line 4290 of file plplotcPYTHON_wrap.c.
| PyArrayObject * myIntArray_ContiguousFromObject | ( | PyObject * | in, |
| int | PL_UNUSEDtype, | ||
| int | mindims, | ||
| int | maxdims ) |
Definition at line 3687 of file plplotcPYTHON_wrap.c.
| PyArrayObject * myIntArray_ContiguousFromObject | ( | PyObject * | in, |
| int | type, | ||
| int | mindims, | ||
| int | maxdims ) |
| SWIGINTERN PyObject * PLGraphicsIn_swiginit | ( | PyObject * | SWIGUNUSEDPARMself, |
| PyObject * | args ) |
Definition at line 5126 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * PLGraphicsIn_swigregister | ( | PyObject * | SWIGUNUSEDPARMself, |
| PyObject * | args ) |
Definition at line 5119 of file plplotcPYTHON_wrap.c.
| SWIGINTERN int SWIG_AsCharArray | ( | PyObject * | obj, |
| char * | val, | ||
| size_t | size ) |
Definition at line 3586 of file plplotcPYTHON_wrap.c.
| SWIGINTERN int SWIG_AsCharPtrAndSize | ( | PyObject * | obj, |
| char ** | cptr, | ||
| size_t * | psize, | ||
| int * | alloc ) |
Definition at line 3518 of file plplotcPYTHON_wrap.c.
| SWIGINTERN int SWIG_AsVal_char | ( | PyObject * | obj, |
| char * | val ) |
Definition at line 3648 of file plplotcPYTHON_wrap.c.
| SWIGINTERN int SWIG_AsVal_double | ( | PyObject * | obj, |
| double * | val ) |
Definition at line 3272 of file plplotcPYTHON_wrap.c.
| SWIGINTERN int SWIG_AsVal_int | ( | PyObject * | obj, |
| int * | val ) |
Definition at line 3425 of file plplotcPYTHON_wrap.c.
| SWIGINTERN int SWIG_AsVal_long | ( | PyObject * | obj, |
| long * | val ) |
Definition at line 3383 of file plplotcPYTHON_wrap.c.
| SWIGINTERN int SWIG_AsVal_unsigned_SS_int | ( | PyObject * | obj, |
| unsigned int * | val ) |
Definition at line 3482 of file plplotcPYTHON_wrap.c.
| SWIGINTERN int SWIG_AsVal_unsigned_SS_long | ( | PyObject * | obj, |
| unsigned long * | val ) |
Definition at line 3441 of file plplotcPYTHON_wrap.c.
| SWIGINTERNINLINE int SWIG_CanCastAsInteger | ( | double * | d, |
| double | min, | ||
| double | max ) |
Definition at line 3351 of file plplotcPYTHON_wrap.c.
| SWIGINTERN int SWIG_CastCmpStruct | ( | const void * | pa, |
| const void * | pb ) |
Definition at line 23157 of file plplotcPYTHON_wrap.c.
| SWIGINTERN void SWIG_CastHashSort | ( | swig_cast_info * | cast, |
| int | size ) |
Definition at line 23172 of file plplotcPYTHON_wrap.c.
| SWIGINTERNINLINE PyObject * SWIG_From_int | ( | int | value | ) |
Definition at line 3325 of file plplotcPYTHON_wrap.c.
| SWIGINTERNINLINE PyObject * SWIG_From_unsigned_SS_int | ( | unsigned int | value | ) |
Definition at line 3498 of file plplotcPYTHON_wrap.c.
| SWIGINTERNINLINE PyObject * SWIG_FromBinaryCharPtrAndSize | ( | const char * | carray, |
| size_t | size, | ||
| int | flags ) |
Definition at line 3612 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * SWIG_globals | ( | void | ) |
Definition at line 1739 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME unsigned int SWIG_Hash | ( | const char * | str, |
| unsigned int | len ) |
Definition at line 493 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME void SWIG_InitializeModule | ( | SWIG_INIT_CLIENT_DATA_TYPE | clientdata | ) |
Definition at line 23196 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME swig_type_info * SWIG_MangledTypeQueryModule | ( | swig_module_info * | start, |
| swig_module_info * | end, | ||
| const char * | name ) |
Definition at line 726 of file plplotcPYTHON_wrap.c.
| SWIGINTERN int SWIG_mod_exec | ( | PyObject * | module | ) |
Definition at line 23562 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME char * SWIG_PackData | ( | char * | c, |
| void * | ptr, | ||
| size_t | sz ) |
Definition at line 800 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME char * SWIG_PackDataName | ( | char * | buff, |
| void * | ptr, | ||
| size_t | sz, | ||
| const char * | name, | ||
| size_t | bsz ) |
Definition at line 868 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME char * SWIG_PackVoidPtr | ( | char * | buff, |
| void * | ptr, | ||
| const char * | name, | ||
| size_t | bsz ) |
Definition at line 844 of file plplotcPYTHON_wrap.c.
| SWIGINTERN swig_type_info * SWIG_pchar_descriptor | ( | void | ) |
Definition at line 3505 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME void SWIG_PropagateClientData | ( | void | ) |
Definition at line 23400 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIMEINLINE PyObject * SWIG_Py_Void | ( | void | ) |
Definition at line 1770 of file plplotcPYTHON_wrap.c.
| SWIGINTERN int SWIG_PyDict_GetItemRef | ( | PyObject * | mp, |
| PyObject * | key, | ||
| PyObject ** | result ) |
Definition at line 1032 of file plplotcPYTHON_wrap.c.
| SWIGINTERN int SWIG_PyDict_GetItemStringRef | ( | PyObject * | mp, |
| const char * | key, | ||
| PyObject ** | result ) |
Definition at line 1048 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * SWIG_PyList_GetItemRef | ( | PyObject * | op, |
| Py_ssize_t | index ) |
Definition at line 1018 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME int SWIG_Python_AcquirePtr | ( | PyObject * | obj, |
| int | own ) |
Definition at line 2635 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME int SWIG_Python_AddErrMesg | ( | const char * | mesg, |
| int | infront ) |
Definition at line 3080 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME void SWIG_Python_AddErrorMsg | ( | const char * | mesg | ) |
Definition at line 1113 of file plplotcPYTHON_wrap.c.
| SWIGINTERN void SWIG_Python_addvarlink | ( | PyObject * | p, |
| const char * | name, | ||
| PyObject *(* | get_attr )(void), | ||
| int(* | set_attr )(PyObject *p) ) |
Definition at line 1719 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * SWIG_Python_AppendOutput | ( | PyObject * | result, |
| PyObject * | obj, | ||
| int | is_void ) |
Definition at line 1403 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME int SWIG_Python_ArgFail | ( | int | argnum | ) |
Definition at line 3109 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIMEINLINE int SWIG_Python_CheckImplicit | ( | swig_type_info * | ty | ) |
Definition at line 1790 of file plplotcPYTHON_wrap.c.
| SWIGINTERN int SWIG_Python_CheckNoKeywords | ( | PyObject * | kwargs, |
| const char * | name ) |
Definition at line 1475 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME int SWIG_Python_ConvertFunctionPtr | ( | PyObject * | obj, |
| void ** | ptr, | ||
| swig_type_info * | ty ) |
Definition at line 2762 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME int SWIG_Python_ConvertPacked | ( | PyObject * | obj, |
| void * | ptr, | ||
| size_t | sz, | ||
| swig_type_info * | ty ) |
Definition at line 2801 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME int SWIG_Python_ConvertPtrAndOwn | ( | PyObject * | obj, |
| void ** | ptr, | ||
| swig_type_info * | ty, | ||
| int | flags, | ||
| int * | own ) |
Definition at line 2650 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME void SWIG_Python_DestroyModule | ( | PyObject * | obj | ) |
Definition at line 3000 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME PyObject * SWIG_Python_ErrorType | ( | int | code | ) |
Definition at line 1066 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIMEINLINE PyObject * SWIG_Python_ExceptionType | ( | swig_type_info * | desc | ) |
Definition at line 1800 of file plplotcPYTHON_wrap.c.
| SWIGINTERN void SWIG_Python_FixMethods | ( | PyMethodDef * | methods, |
| const swig_const_info * | const_table, | ||
| swig_type_info ** | types, | ||
| swig_type_info ** | types_initial ) |
Definition at line 23471 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME swig_module_info * SWIG_Python_GetModule | ( | void * | SWIGUNUSEDPARMclientdata | ) |
Definition at line 2973 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME SwigPyObject * SWIG_Python_GetSwigThis | ( | PyObject * | pyobj | ) |
Definition at line 2590 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * SWIG_Python_InitShadowInstance | ( | PyObject * | args | ) |
Definition at line 2871 of file plplotcPYTHON_wrap.c.
| SWIGINTERN void SWIG_Python_InstallConstants | ( | PyObject * | d, |
| swig_const_info | constants[] ) |
Definition at line 23444 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME void * SWIG_Python_MustGetPtr | ( | PyObject * | obj, |
| swig_type_info * | ty, | ||
| int | SWIGUNUSEDPARMargnum, | ||
| int | flags ) |
Definition at line 3131 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIMEINLINE PyObject * SWIG_Python_NewPackedObj | ( | void * | ptr, |
| size_t | sz, | ||
| swig_type_info * | type ) |
Definition at line 2949 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME PyObject * SWIG_Python_NewPointerObj | ( | PyObject * | self, |
| void * | ptr, | ||
| swig_type_info * | type, | ||
| int | flags ) |
Definition at line 2890 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME PyObject * SWIG_Python_NewShadowInstance | ( | SwigPyClientData * | data, |
| PyObject * | swig_this ) |
Definition at line 2824 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * SWIG_Python_newvarlink | ( | void | ) |
Definition at line 1710 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME void SWIG_Python_RaiseOrModifyTypeError | ( | const char * | message | ) |
Definition at line 1150 of file plplotcPYTHON_wrap.c.
| SWIGINTERN void SWIG_Python_SetConstant | ( | PyObject * | d, |
| const char * | name, | ||
| PyObject * | obj ) |
Definition at line 1374 of file plplotcPYTHON_wrap.c.
| SWIGINTERN void SWIG_Python_SetErrorMsg | ( | PyObject * | errtype, |
| const char * | msg ) |
Definition at line 1344 of file plplotcPYTHON_wrap.c.
| SWIGINTERN void SWIG_Python_SetErrorObj | ( | PyObject * | errtype, |
| PyObject * | obj ) |
Definition at line 1336 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME void SWIG_Python_SetModule | ( | swig_module_info * | swig_module | ) |
Definition at line 3036 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME int SWIG_Python_SetSwigThis | ( | PyObject * | inst, |
| PyObject * | swig_this ) |
Definition at line 2864 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME PyObject * SWIG_Python_TypeCache | ( | void | ) |
Definition at line 2965 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME int SWIG_Python_TypeErrorOccurred | ( | PyObject * | obj | ) |
Definition at line 1140 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME swig_type_info * SWIG_Python_TypeQuery | ( | const char * | type | ) |
Definition at line 3052 of file plplotcPYTHON_wrap.c.
| SWIGINTERN Py_ssize_t SWIG_Python_UnpackTuple | ( | PyObject * | args, |
| const char * | name, | ||
| Py_ssize_t | min, | ||
| Py_ssize_t | max, | ||
| PyObject ** | objs ) |
Definition at line 1429 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * SWIG_PyType_GetFullyQualifiedName | ( | PyTypeObject * | type | ) |
Definition at line 991 of file plplotcPYTHON_wrap.c.
| SWIGINTERN const char * SWIG_PyUnicode_AsUTF8AndSize | ( | PyObject * | str, |
| Py_ssize_t * | psize, | ||
| PyObject ** | pbytes ) |
Definition at line 934 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * SWIG_runtime_data_module | ( | void | ) |
Definition at line 1386 of file plplotcPYTHON_wrap.c.
| SWIGINTERN size_t SWIG_strnlen | ( | const char * | s, |
| size_t | maxlen ) |
Definition at line 3635 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME PyObject * SWIG_This | ( | void | ) |
Definition at line 2581 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIMEINLINE void * SWIG_TypeCast | ( | swig_cast_info * | ty, |
| void * | ptr, | ||
| int * | newmemory ) |
Definition at line 640 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME swig_cast_info * SWIG_TypeCheck | ( | const char * | c, |
| swig_type_info * | ty ) |
Definition at line 534 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME swig_cast_info * SWIG_TypeCheckStruct | ( | const swig_type_info * | from, |
| swig_type_info * | ty ) |
Definition at line 606 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME void SWIG_TypeClientData | ( | swig_type_info * | ti, |
| void * | clientdata ) |
Definition at line 692 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME int SWIG_TypeCmp | ( | const char * | nb, |
| const char * | tb ) |
Definition at line 467 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME swig_type_info * SWIG_TypeDynamicCast | ( | swig_type_info * | ty, |
| void ** | ptr ) |
Definition at line 648 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME int SWIG_TypeEquiv | ( | const char * | nb, |
| const char * | tb ) |
Definition at line 486 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIMEINLINE const char * SWIG_TypeName | ( | const swig_type_info * | ty | ) |
Definition at line 662 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME int SWIG_TypeNameComp | ( | const char * | f1, |
| const char * | l1, | ||
| const char * | f2, | ||
| const char * | l2 ) |
Definition at line 452 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME void SWIG_TypeNewClientData | ( | swig_type_info * | ti, |
| void * | clientdata ) |
Definition at line 712 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME const char * SWIG_TypePrettyName | ( | const swig_type_info * | type | ) |
Definition at line 671 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME swig_type_info * SWIG_TypeQueryModule | ( | swig_module_info * | start, |
| swig_module_info * | end, | ||
| const char * | name ) |
Definition at line 771 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME const char * SWIG_UnpackData | ( | const char * | c, |
| void * | ptr, | ||
| size_t | sz ) |
Definition at line 816 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME const char * SWIG_UnpackDataName | ( | const char * | c, |
| void * | ptr, | ||
| size_t | sz, | ||
| const char * | name ) |
Definition at line 883 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME const char * SWIG_UnpackVoidPtr | ( | const char * | c, |
| void ** | ptr, | ||
| const char * | name ) |
Definition at line 855 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME void SwigPyClientData_Del | ( | SwigPyClientData * | data | ) |
Definition at line 1858 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME SwigPyClientData * SwigPyClientData_New | ( | PyObject * | obj | ) |
Definition at line 1808 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * SwigPyObject_acquire | ( | PyObject * | v, |
| PyObject * | SWIGUNUSEDPARMargs ) |
Definition at line 2136 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME PyObject * SwigPyObject_append | ( | PyObject * | v, |
| PyObject * | next ) |
Definition at line 2102 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIMEINLINE int SwigPyObject_Check | ( | PyObject * | op | ) |
Definition at line 2016 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME int SwigPyObject_compare | ( | PyObject * | v, |
| PyObject * | w ) |
Definition at line 1964 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME void SwigPyObject_dealloc | ( | PyObject * | v | ) |
Definition at line 2045 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * SwigPyObject_disown | ( | PyObject * | v, |
| PyObject * | SWIGUNUSEDPARMargs ) |
Definition at line 2128 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME PyObject * SwigPyObject_format | ( | const char * | fmt, |
| SwigPyObject * | v ) |
Definition at line 1903 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIMEINLINE const char * SwigPyObject_GetDesc | ( | PyObject * | self | ) |
Definition at line 3122 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME PyObject * SwigPyObject_hex | ( | SwigPyObject * | v | ) |
Definition at line 1930 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME PyObject * SwigPyObject_long | ( | SwigPyObject * | v | ) |
Definition at line 1897 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME PyObject * SwigPyObject_New | ( | void * | ptr, |
| swig_type_info * | ty, | ||
| int | own ) |
Definition at line 2330 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME PyObject * SwigPyObject_next | ( | PyObject * | v, |
| PyObject * | SWIGUNUSEDPARMargs ) |
Definition at line 2116 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME PyObject * SwigPyObject_oct | ( | SwigPyObject * | v | ) |
Definition at line 1924 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * SwigPyObject_own | ( | PyObject * | v, |
| PyObject * | args ) |
Definition at line 2144 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME PyObject * SwigPyObject_repr | ( | SwigPyObject * | v | ) |
Definition at line 1936 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME PyObject * SwigPyObject_repr2 | ( | PyObject * | v, |
| PyObject * | SWIGUNUSEDPARMargs ) |
Definition at line 1958 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME PyObject * SwigPyObject_richcompare | ( | PyObject * | v, |
| PyObject * | w, | ||
| int | op ) |
Definition at line 1977 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME PyTypeObject * SwigPyObject_Type | ( | void | ) |
Definition at line 2009 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME PyTypeObject * SwigPyObject_TypeOnce | ( | void | ) |
Definition at line 2175 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIMEINLINE int SwigPyPacked_Check | ( | PyObject * | op | ) |
Definition at line 2401 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME int SwigPyPacked_compare | ( | SwigPyPacked * | v, |
| SwigPyPacked * | w ) |
Definition at line 2384 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME void SwigPyPacked_dealloc | ( | PyObject * | v | ) |
Definition at line 2420 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME PyObject * SwigPyPacked_New | ( | void * | ptr, |
| size_t | size, | ||
| swig_type_info * | ty ) |
Definition at line 2543 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME PyObject * SwigPyPacked_repr | ( | SwigPyPacked * | v | ) |
Definition at line 2362 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME PyObject * SwigPyPacked_str | ( | SwigPyPacked * | v | ) |
Definition at line 2373 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME PyTypeObject * SwigPyPacked_Type | ( | void | ) |
Definition at line 2395 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME PyTypeObject * SwigPyPacked_TypeOnce | ( | void | ) |
Definition at line 2430 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME swig_type_info * SwigPyPacked_UnpackData | ( | PyObject * | obj, |
| void * | ptr, | ||
| size_t | size ) |
Definition at line 2562 of file plplotcPYTHON_wrap.c.
| SWIGINTERN void SwigVarLink_dealloc | ( | PyObject * | o | ) |
Definition at line 1560 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * SwigVarLink_getattr | ( | PyObject * | o, |
| char * | n ) |
Definition at line 1572 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * SwigVarLink_repr | ( | PyObject * | SWIGUNUSEDPARMv | ) |
Definition at line 1526 of file plplotcPYTHON_wrap.c.
| SWIGINTERN int SwigVarLink_setattr | ( | PyObject * | o, |
| char * | n, | ||
| PyObject * | p ) |
Definition at line 1590 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyObject * SwigVarLink_str | ( | PyObject * | o | ) |
Definition at line 1531 of file plplotcPYTHON_wrap.c.
| SWIGRUNTIME PyTypeObject * SwigVarLink_Type | ( | void | ) |
Definition at line 1703 of file plplotcPYTHON_wrap.c.
| SWIGINTERN PyTypeObject * SwigVarLink_TypeOnce | ( | void | ) |
Definition at line 1608 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22991 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22992 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22993 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22994 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22995 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22996 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22997 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22998 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22999 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 23000 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22989 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22990 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22988 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 23001 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22959 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22960 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22961 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22962 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22963 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22964 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22965 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22966 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22967 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22968 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22957 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22958 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22956 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22969 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 3267 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 2997 of file plplotcPYTHON_wrap.c.
| enum callback_type pltr_type |
| PyArrayObject* pltr_xg |
Definition at line 3761 of file plplotcPYTHON_wrap.c.
| PyArrayObject * pltr_yg |
Definition at line 3761 of file plplotcPYTHON_wrap.c.
| PyObject* python_ct = NULL |
Definition at line 4010 of file plplotcPYTHON_wrap.c.
| PyObject* python_f2eval = NULL |
Definition at line 4009 of file plplotcPYTHON_wrap.c.
| PyObject* python_label = NULL |
Definition at line 4012 of file plplotcPYTHON_wrap.c.
| PyObject* python_mapform = NULL |
Definition at line 4011 of file plplotcPYTHON_wrap.c.
| PyObject* python_pltr = NULL |
Definition at line 4008 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 2042 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 23003 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 23023 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 1736 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 3226 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 1382 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 2578 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22971 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 2961 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 3225 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 15317 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 2164 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 3762 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 3763 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 3268 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 3268 of file plplotcPYTHON_wrap.c.