PLplot
5.15.0
|
#include <Python.h>
#include <string.h>
#include <arrayobject.h>
#include "plplot.h"
#include "plplotP.h"
#include <limits.h>
#include <float.h>
#include <math.h>
Go to the source code of this file.
Classes | |
struct | swig_type_info |
struct | swig_cast_info |
struct | swig_module_info |
struct | swig_const_info |
struct | SwigPyClientData |
struct | SwigPyObject |
struct | SwigPyPacked |
struct | swig_globalvar |
struct | swig_varlinkobject |
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 PLINT(* | defined_func) (PLFLT, PLFLT) |
typedef void(* | fill_func) (PLINT, const PLFLT *, const PLFLT *) |
typedef void(* | pltr_func) (PLFLT, PLFLT, PLFLT *, PLFLT *, PLPointer) |
typedef void(* | ct_func) (PLFLT, PLFLT, PLFLT *, PLFLT *, PLPointer) |
typedef void(* | mapform_func) (PLINT, PLFLT *, PLFLT *) |
typedef PLFLT(* | f2eval_func) (PLINT, PLINT, PLPointer) |
typedef void(* | label_func) (PLINT, PLFLT, char *, PLINT, PLPointer) |
typedef struct swig_globalvar | swig_globalvar |
typedef struct swig_varlinkobject | swig_varlinkobject |
Enumerations | |
enum | callback_type { CB_0, CB_1, CB_2, CB_Python } |
Functions | |
SWIGRUNTIME int | SWIG_TypeNameComp (const char *f1, const char *l1, const char *f2, const char *l2) |
SWIGRUNTIME int | SWIG_TypeCmp (const char *nb, const char *tb) |
SWIGRUNTIME int | SWIG_TypeEquiv (const char *nb, const char *tb) |
SWIGRUNTIME swig_cast_info * | SWIG_TypeCheck (const char *c, swig_type_info *ty) |
SWIGRUNTIME swig_cast_info * | SWIG_TypeCheckStruct (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) |
const SWIGRUNTIMEINLINE char * | SWIG_TypeName (const swig_type_info *ty) |
const SWIGRUNTIME 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) |
const SWIGRUNTIME 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) |
const SWIGRUNTIME 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) |
const SWIGRUNTIME char * | SWIG_UnpackDataName (const char *c, void *ptr, size_t sz, const char *name) |
SWIGINTERN char * | SWIG_Python_str_AsChar (PyObject *str) |
SWIGINTERN PyObject * | SWIG_Python_str_FromChar (const char *c) |
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_Python_AppendOutput (PyObject *result, PyObject *obj) |
SWIGINTERN Py_ssize_t | SWIG_Python_UnpackTuple (PyObject *args, const char *name, Py_ssize_t min, Py_ssize_t max, PyObject **objs) |
SWIGRUNTIMEINLINE PyObject * | SWIG_Py_Void (void) |
SWIGRUNTIMEINLINE int | SWIG_Python_CheckImplicit (swig_type_info *ty) |
SWIGRUNTIMEINLINE PyObject * | SWIG_Python_ExceptionType (swig_type_info *desc) |
SWIGRUNTIME 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 (SwigPyObject *v, SwigPyObject *w) |
SWIGRUNTIME PyObject * | SwigPyObject_richcompare (SwigPyObject *v, SwigPyObject *w, int op) |
SWIGRUNTIME PyTypeObject * | SwigPyObject_TypeOnce (void) |
SWIGRUNTIME PyTypeObject * | SwigPyObject_type (void) |
SWIGRUNTIMEINLINE int | SwigPyObject_Check (PyObject *op) |
SWIGRUNTIME PyObject * | SwigPyObject_New (void *ptr, swig_type_info *ty, int own) |
SWIGRUNTIME void | SwigPyObject_dealloc (PyObject *v) |
SWIGRUNTIME PyObject * | SwigPyObject_append (PyObject *v, PyObject *next) |
SWIGRUNTIME PyObject * | SwigPyObject_next (PyObject *v, PyObject *SWIGUNUSEDPARM(args)) |
SWIGINTERN PyObject * | SwigPyObject_disown (PyObject *v, PyObject *SWIGUNUSEDPARM(args)) |
SWIGINTERN PyObject * | SwigPyObject_acquire (PyObject *v, PyObject *SWIGUNUSEDPARM(args)) |
SWIGINTERN PyObject * | SwigPyObject_own (PyObject *v, PyObject *args) |
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 void | SWIG_Python_SetSwigThis (PyObject *inst, PyObject *swig_this) |
SWIGINTERN PyObject * | SWIG_Python_InitShadowInstance (PyObject *args) |
SWIGRUNTIME PyObject * | SWIG_Python_NewPointerObj (PyObject *self, void *ptr, swig_type_info *type, int flags) |
SWIGRUNTIMEINLINE PyObject * | SWIG_Python_NewPackedObj (void *ptr, size_t sz, swig_type_info *type) |
SWIGRUNTIME swig_module_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 PyObject * | SWIG_Python_TypeCache (void) |
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) |
const SWIGRUNTIMEINLINE char * | SwigPyObject_GetDesc (PyObject *self) |
SWIGRUNTIME void | SWIG_Python_TypeError (const char *type, PyObject *obj) |
SWIGRUNTIME void * | SWIG_Python_MustGetPtr (PyObject *obj, swig_type_info *ty, int SWIGUNUSEDPARM(argnum), int flags) |
SWIGINTERN PyMethodDef * | SWIG_PythonGetProxyDoc (const char *name) |
SWIGINTERN PyObject * | SWIG_PyInstanceMethod_New (PyObject *SWIGUNUSEDPARM(self), PyObject *func) |
SWIGINTERN PyObject * | SWIG_PyStaticMethod_New (PyObject *SWIGUNUSEDPARM(self), PyObject *func) |
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_FromCharPtrAndSize (const char *carray, size_t size) |
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 *SWIGUNUSEDPARM(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 *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_pltr2 (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
void | do_pltr_callback (PLFLT x, PLFLT y, PLFLT *tx, PLFLT *ty, PLPointer data) |
PLFLT | do_f2eval_callback (PLINT x, PLINT y, PLPointer data) |
void | do_label_callback (PLINT axis, PLFLT value, char *string, PLINT len, PLPointer data) |
void | do_ct_callback (PLFLT x, PLFLT y, PLFLT *xt, PLFLT *yt, PLPointer data) |
void | do_mapform_callback (PLINT n, PLFLT *x, PLFLT *y) |
pltr_func | marshal_pltr (PyObject *input) |
void | cleanup_pltr (void) |
ct_func | marshal_ct (PyObject *input) |
void | cleanup_ct (void) |
mapform_func | marshal_mapform (PyObject *input) |
void | cleanup_mapform (void) |
PLPointer | marshal_PLPointer (PyObject *input, int isimg) |
void | cleanup_PLPointer (void) |
SWIGINTERN PyObject * | _wrap_PLGraphicsIn_type_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_PLGraphicsIn_type_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_PLGraphicsIn_state_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_PLGraphicsIn_state_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_PLGraphicsIn_keysym_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_PLGraphicsIn_keysym_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_PLGraphicsIn_button_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_PLGraphicsIn_button_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_PLGraphicsIn_subwindow_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_PLGraphicsIn_subwindow_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_PLGraphicsIn_string_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_PLGraphicsIn_string_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_PLGraphicsIn_pX_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_PLGraphicsIn_pX_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_PLGraphicsIn_pY_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_PLGraphicsIn_pY_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_PLGraphicsIn_dX_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_PLGraphicsIn_dX_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_PLGraphicsIn_dY_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_PLGraphicsIn_dY_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_PLGraphicsIn_wX_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_PLGraphicsIn_wX_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_PLGraphicsIn_wY_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_PLGraphicsIn_wY_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_new_PLGraphicsIn (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_delete_PLGraphicsIn (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | PLGraphicsIn_swigregister (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | PLGraphicsIn_swiginit (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plsxwin (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_pl_setcontlabelformat (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_pl_setcontlabelparam (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_pladv (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plarc (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plaxes (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plbin (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plbtime (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plbop (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plbox (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plbox3 (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plcalc_world (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plclear (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plcol0 (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plcol1 (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plconfigtime (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plcont (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plctime (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plcpstrm (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plend (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plend1 (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plenv (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plenv0 (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_pleop (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plerrx (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plerry (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plfamadv (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plfill (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plfill3 (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plgradient (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plflush (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plfont (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plfontld (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plgchr (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plgcol0 (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plgcol0a (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plgcolbg (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plgcolbga (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plgcompression (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plgdev (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plgdidev (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plgdiori (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plgdiplt (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plgfam (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plgfci (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plgfnam (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plgfont (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plglevel (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plgpage (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plgra (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plgriddata (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plgspa (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plgstrm (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plgver (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plgvpd (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plgvpw (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plgxax (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plgyax (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plgzax (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plhist (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plhlsrgb (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plinit (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_pljoin (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_pllab (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_pllegend (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plcolorbar (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_pllightsource (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plline (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plline3 (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_pllsty (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plmesh (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plmeshc (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plmkstrm (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plmtex (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plmtex3 (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plot3d (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plot3dc (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plot3dcl (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plsurf3d (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plsurf3dl (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plparseopts (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plpat (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plpath (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plpoin (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plpoin3 (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plpoly3 (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plprec (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plpsty (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plptex (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plptex3 (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plrandd (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plreplot (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plrgbhls (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plschr (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plscmap0 (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plscmap0a (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plscmap0n (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plscmap1 (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plscmap1a (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plscmap1l (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plscmap1la (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plscmap1n (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plscmap1_range (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plgcmap1_range (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plscol0 (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plscol0a (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plscolbg (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plscolbga (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plscolor (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plscompression (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plsdev (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plsdidev (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plsdimap (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plsdiori (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plsdiplt (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plsdiplz (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plseed (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plsesc (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plsetopt (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plsfam (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plsfci (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plsfnam (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plsfont (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plshades (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plshade (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plslabelfunc (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plsmaj (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plsmem (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plsmema (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plsmin (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plsori (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plspage (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plspal0 (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plspal1 (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plspause (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plsstrm (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plssub (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plssym (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plstar (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plstart (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plstransform (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plstring (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plstring3 (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plstripa (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plstripc (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plstripd (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plstyl (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plsvect (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plsvpa (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plsxax (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plsyax (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plsym (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plszax (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_pltext (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_pltimefmt (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plvasp (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plvect (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plvpas (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plvpor (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plvsta (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plw3d (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plwidth (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plwind (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plxormod (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plmap (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plmapline (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plmapstring (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plmaptex (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plmapfill (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plmeridians (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plimage (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plimagefr (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plClearOpts (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plResetOpts (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plSetUsage (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plOptUsage (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plMinMax2dGrid (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_plGetCursor (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGRUNTIME void | SWIG_InitializeModule (void *clientdata) |
SWIGRUNTIME void | SWIG_PropagateClientData (void) |
SWIGINTERN PyObject * | swig_varlink_repr (swig_varlinkobject *SWIGUNUSEDPARM(v)) |
SWIGINTERN PyObject * | swig_varlink_str (swig_varlinkobject *v) |
SWIGINTERN void | swig_varlink_dealloc (swig_varlinkobject *v) |
SWIGINTERN PyObject * | swig_varlink_getattr (swig_varlinkobject *v, char *n) |
SWIGINTERN int | swig_varlink_setattr (swig_varlinkobject *v, char *n, PyObject *p) |
SWIGINTERN PyTypeObject * | swig_varlink_type (void) |
SWIGINTERN PyObject * | SWIG_Python_newvarlink (void) |
SWIGINTERN void | SWIG_Python_addvarlink (PyObject *p, const char *name, PyObject *(*get_attr)(void), int(*set_attr)(PyObject *p)) |
SWIGINTERN PyObject * | SWIG_globals (void) |
SWIGINTERN void | SWIG_Python_InstallConstants (PyObject *d, swig_const_info constants[]) |
SWIGINTERN void | SWIG_Python_FixMethods (PyMethodDef *methods, swig_const_info *const_table, swig_type_info **types, swig_type_info **types_initial) |
SWIGEXPORT void | SWIG_init (void) |
Variables | |
static PyMethodDef | swigobject_methods [] |
static PyObject * | Swig_This_global = NULL |
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 PyMethodDef | SwigMethods_proxydocs [] |
static swig_type_info | _swigt__p_PLGraphicsIn = {"_p_PLGraphicsIn", "PLGraphicsIn *", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_PLcGrid = {"_p_PLcGrid", "PLcGrid *", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_PLcGrid2 = {"_p_PLcGrid2", "PLcGrid2 *", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_char = {"_p_char", "char *", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_double = {"_p_double", "double *|PLFLT *", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_f_double_double__int = {"_p_f_double_double__int", "defined_func|int (*)(double,double)", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_f_double_double_p_double_p_double_p_void__void = {"_p_f_double_double_p_double_p_double_p_void__void", "ct_func|pltr_func|void (*)(double,double,double *,double *,void *)", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_f_int_double_p_char_int_p_void__void = {"_p_f_int_double_p_char_int_p_void__void", "void (*)(int,double,char *,int,void *)|label_func", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_f_int_p_double_p_double__void = {"_p_f_int_p_double_p_double__void", "mapform_func|void (*)(int,double *,double *)", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_f_int_p_q_const__double_p_q_const__double__void = {"_p_f_int_p_q_const__double_p_q_const__double__void", "void (*)(int,double const *,double const *)|fill_func", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_int = {"_p_int", "PLBOOL *|int *|PLINT *", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_p_char = {"_p_p_char", "char **", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_p_double = {"_p_p_double", "PLFLT **|double **", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_unsigned_int = {"_p_unsigned_int", "unsigned int *|PLUNICODE *", 0, 0, (void*)0, 0} |
static swig_type_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 3497 of file plplotcPYTHON_wrap.c.
#define MY_UNBLOCK_THREADS |
Definition at line 3498 of file plplotcPYTHON_wrap.c.
#define myArray_ContiguousFromObject PyArray_ContiguousFromObject |
Definition at line 3175 of file plplotcPYTHON_wrap.c.
#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION |
Definition at line 2682 of file plplotcPYTHON_wrap.c.
#define NPY_PLFLT NPY_FLOAT32 |
Definition at line 2692 of file plplotcPYTHON_wrap.c.
#define NPY_PLINT NPY_INT32 |
Definition at line 2687 of file plplotcPYTHON_wrap.c.
#define Py_hash_t long |
Definition at line 833 of file plplotcPYTHON_wrap.c.
#define Py_TYPE | ( | op | ) | ((op)->ob_type) |
Definition at line 769 of file plplotcPYTHON_wrap.c.
#define PyDescr_NAME | ( | x | ) | (((PyDescrObject *)(x))->d_name) |
Definition at line 832 of file plplotcPYTHON_wrap.c.
#define PyDescr_TYPE | ( | x | ) | (((PyDescrObject *)(x))->d_type) |
Definition at line 831 of file plplotcPYTHON_wrap.c.
#define PyObject_DEL PyObject_Del |
Definition at line 822 of file plplotcPYTHON_wrap.c.
#define PySequence_Fast_GET_ITEM PySequence_GetItem |
Definition at line 2697 of file plplotcPYTHON_wrap.c.
#define PySequence_Size PySequence_Length |
Definition at line 2699 of file plplotcPYTHON_wrap.c.
#define SWIG_AcquirePtr | ( | ptr, | |
src | |||
) | SWIG_Python_AcquirePtr(ptr, src) |
Definition at line 1070 of file plplotcPYTHON_wrap.c.
#define SWIG_AddCast | ( | r | ) | (r) |
Definition at line 328 of file plplotcPYTHON_wrap.c.
#define SWIG_AddNewMask | ( | r | ) | (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r) |
Definition at line 304 of file plplotcPYTHON_wrap.c.
#define SWIG_AddTmpMask | ( | r | ) | (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r) |
Definition at line 307 of file plplotcPYTHON_wrap.c.
#define SWIG_addvarlink | ( | p, | |
name, | |||
get_attr, | |||
set_attr | |||
) | SWIG_Python_addvarlink(p, name, get_attr, set_attr) |
Definition at line 22497 of file plplotcPYTHON_wrap.c.
#define SWIG_arg_fail | ( | arg | ) | SWIG_Python_ArgFail(arg) |
Definition at line 2445 of file plplotcPYTHON_wrap.c.
#define SWIG_ArgError | ( | r | ) | ((r != SWIG_ERROR) ? r : SWIG_TypeError) |
Definition at line 290 of file plplotcPYTHON_wrap.c.
#define SWIG_as_voidptr | ( | a | ) | (void *)((const void *)(a)) |
Definition at line 2678 of file plplotcPYTHON_wrap.c.
#define SWIG_as_voidptrptr | ( | a | ) | ((void)SWIG_as_voidptr(*a),(void**)(a)) |
Definition at line 2679 of file plplotcPYTHON_wrap.c.
#define SWIG_AttributeError -11 |
Definition at line 742 of file plplotcPYTHON_wrap.c.
#define SWIG_BADOBJ (SWIG_ERROR) |
Definition at line 299 of file plplotcPYTHON_wrap.c.
#define SWIG_BUFFER_SIZE 1024 |
Definition at line 196 of file plplotcPYTHON_wrap.c.
#define SWIG_BUILTIN_INIT (SWIG_BUILTIN_TP_INIT | SWIG_POINTER_OWN) |
Definition at line 1246 of file plplotcPYTHON_wrap.c.
#define SWIG_BUILTIN_TP_INIT (SWIG_POINTER_OWN << 2) |
Definition at line 1245 of file plplotcPYTHON_wrap.c.
#define SWIG_CAST_NEW_MEMORY 0x2 |
Definition at line 201 of file plplotcPYTHON_wrap.c.
#define SWIG_CASTRANKLIMIT (1 << 8) |
Definition at line 293 of file plplotcPYTHON_wrap.c.
#define SWIG_CheckImplicit | ( | ty | ) | SWIG_Python_CheckImplicit(ty) |
Definition at line 1069 of file plplotcPYTHON_wrap.c.
#define SWIG_CheckState | ( | r | ) | (SWIG_IsOK(r) ? 1 : 0) |
Definition at line 329 of file plplotcPYTHON_wrap.c.
#define SWIG_contract_assert | ( | expr, | |
msg | |||
) | if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg); SWIG_fail; } else |
Definition at line 2615 of file plplotcPYTHON_wrap.c.
#define SWIG_ConvertFunctionPtr | ( | obj, | |
pptr, | |||
type | |||
) | SWIG_Python_ConvertFunctionPtr(obj, pptr, type) |
Definition at line 1082 of file plplotcPYTHON_wrap.c.
#define SWIG_ConvertInstance | ( | obj, | |
pptr, | |||
type, | |||
flags | |||
) | SWIG_ConvertPtr(obj, pptr, type, flags) |
Definition at line 1078 of file plplotcPYTHON_wrap.c.
#define SWIG_ConvertMember | ( | obj, | |
ptr, | |||
sz, | |||
ty | |||
) | SWIG_Python_ConvertPacked(obj, ptr, sz, ty) |
Definition at line 1086 of file plplotcPYTHON_wrap.c.
#define SWIG_ConvertPacked | ( | obj, | |
ptr, | |||
sz, | |||
ty | |||
) | SWIG_Python_ConvertPacked(obj, ptr, sz, ty) |
Definition at line 1074 of file plplotcPYTHON_wrap.c.
#define SWIG_ConvertPtr | ( | obj, | |
pptr, | |||
type, | |||
flags | |||
) | SWIG_Python_ConvertPtr(obj, pptr, type, flags) |
Definition at line 1058 of file plplotcPYTHON_wrap.c.
#define SWIG_ConvertPtrAndOwn | ( | obj, | |
pptr, | |||
type, | |||
flags, | |||
own | |||
) | SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, own) |
Definition at line 1059 of file plplotcPYTHON_wrap.c.
#define SWIG_DelNewMask | ( | r | ) | (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r) |
Definition at line 305 of file plplotcPYTHON_wrap.c.
#define SWIG_DelTmpMask | ( | r | ) | (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r) |
Definition at line 308 of file plplotcPYTHON_wrap.c.
#define SWIG_DivisionByZero -6 |
Definition at line 737 of file plplotcPYTHON_wrap.c.
#define SWIG_ERROR (-1) |
Definition at line 288 of file plplotcPYTHON_wrap.c.
#define SWIG_Error | ( | code, | |
msg | |||
) | SWIG_Python_SetErrorMsg(SWIG_ErrorType(code), msg) |
Definition at line 1099 of file plplotcPYTHON_wrap.c.
#define SWIG_ErrorType | ( | code | ) | SWIG_Python_ErrorType(code) |
Definition at line 1098 of file plplotcPYTHON_wrap.c.
#define SWIG_exception_fail | ( | code, | |
msg | |||
) | do { SWIG_Error(code, msg); SWIG_fail; } while(0) |
Definition at line 2613 of file plplotcPYTHON_wrap.c.
#define SWIG_fail goto fail |
Definition at line 1100 of file plplotcPYTHON_wrap.c.
#define SWIG_From_double PyFloat_FromDouble |
Definition at line 2752 of file plplotcPYTHON_wrap.c.
#define SWIG_GetModule | ( | clientdata | ) | SWIG_Python_GetModule(clientdata) |
Definition at line 1092 of file plplotcPYTHON_wrap.c.
#define SWIG_IndexError -4 |
Definition at line 735 of file plplotcPYTHON_wrap.c.
#define SWIG_init init_plplotc |
Definition at line 2669 of file plplotcPYTHON_wrap.c.
#define SWIG_InstallConstants | ( | d, | |
constants | |||
) | SWIG_Python_InstallConstants(d, constants) |
Definition at line 22498 of file plplotcPYTHON_wrap.c.
#define SWIG_InternalNewPointerObj | ( | ptr, | |
type, | |||
flags | |||
) | SWIG_Python_NewPointerObj(NULL, ptr, type, flags) |
Definition at line 1067 of file plplotcPYTHON_wrap.c.
#define SWIG_IOError -2 |
Definition at line 733 of file plplotcPYTHON_wrap.c.
#define SWIG_IsNewObj | ( | r | ) | (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK)) |
Definition at line 306 of file plplotcPYTHON_wrap.c.
#define SWIG_IsOK | ( | r | ) | (r >= 0) |
Definition at line 289 of file plplotcPYTHON_wrap.c.
#define SWIG_IsTmpObj | ( | r | ) | (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK)) |
Definition at line 309 of file plplotcPYTHON_wrap.c.
#define SWIG_MangledTypeQuery | ( | name | ) | SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name) |
Definition at line 2653 of file plplotcPYTHON_wrap.c.
#define SWIG_MemoryError -12 |
Definition at line 743 of file plplotcPYTHON_wrap.c.
#define SWIG_MustGetPtr | ( | p, | |
type, | |||
argnum, | |||
flags | |||
) | SWIG_Python_MustGetPtr(p, type, argnum, flags) |
Definition at line 2446 of file plplotcPYTHON_wrap.c.
#define SWIG_name "_plplotc" |
Definition at line 2672 of file plplotcPYTHON_wrap.c.
#define SWIG_NewClientData | ( | obj | ) | SwigPyClientData_New(obj) |
Definition at line 1094 of file plplotcPYTHON_wrap.c.
#define SWIG_NewFunctionPtrObj | ( | ptr, | |
type | |||
) | SWIG_Python_NewPointerObj(NULL, ptr, type, 0) |
Definition at line 1083 of file plplotcPYTHON_wrap.c.
#define SWIG_NewInstanceObj | ( | ptr, | |
type, | |||
flags | |||
) | SWIG_NewPointerObj(ptr, type, flags) |
Definition at line 1079 of file plplotcPYTHON_wrap.c.
#define SWIG_NewMemberObj | ( | ptr, | |
sz, | |||
type | |||
) | SWIG_Python_NewPackedObj(ptr, sz, type) |
Definition at line 1087 of file plplotcPYTHON_wrap.c.
#define SWIG_NEWOBJ (SWIG_OK | SWIG_NEWOBJMASK) |
Definition at line 301 of file plplotcPYTHON_wrap.c.
#define SWIG_NEWOBJMASK (SWIG_CASTRANKLIMIT << 1) |
Definition at line 295 of file plplotcPYTHON_wrap.c.
#define SWIG_NewPackedObj | ( | ptr, | |
sz, | |||
type | |||
) | SWIG_Python_NewPackedObj(ptr, sz, type) |
Definition at line 1075 of file plplotcPYTHON_wrap.c.
#define SWIG_NewPointerObj | ( | ptr, | |
type, | |||
flags | |||
) | SWIG_Python_NewPointerObj(NULL, ptr, type, flags) |
Definition at line 1064 of file plplotcPYTHON_wrap.c.
#define SWIG_newvarlink | ( | ) | SWIG_Python_newvarlink() |
Definition at line 22496 of file plplotcPYTHON_wrap.c.
#define SWIG_NullReferenceError -13 |
Definition at line 744 of file plplotcPYTHON_wrap.c.
#define SWIG_OK (0) |
Definition at line 287 of file plplotcPYTHON_wrap.c.
#define SWIG_OLDOBJ (SWIG_OK) |
Definition at line 300 of file plplotcPYTHON_wrap.c.
#define SWIG_OverflowError -7 |
Definition at line 738 of file plplotcPYTHON_wrap.c.
#define swig_owntype int |
Definition at line 1071 of file plplotcPYTHON_wrap.c.
#define SWIG_POINTER_DISOWN 0x1 |
Definition at line 200 of file plplotcPYTHON_wrap.c.
#define SWIG_POINTER_EXCEPTION 0 |
Definition at line 2444 of file plplotcPYTHON_wrap.c.
#define SWIG_POINTER_IMPLICIT_CONV (SWIG_POINTER_DISOWN << 1) |
Definition at line 1243 of file plplotcPYTHON_wrap.c.
#define SWIG_POINTER_NEW (SWIG_POINTER_NOSHADOW | SWIG_POINTER_OWN) |
Definition at line 1241 of file plplotcPYTHON_wrap.c.
#define SWIG_POINTER_NO_NULL 0x4 |
Definition at line 202 of file plplotcPYTHON_wrap.c.
#define SWIG_POINTER_NOSHADOW (SWIG_POINTER_OWN << 1) |
Definition at line 1240 of file plplotcPYTHON_wrap.c.
#define SWIG_POINTER_OWN 0x1 |
Definition at line 205 of file plplotcPYTHON_wrap.c.
#define SWIG_PY_BINARY 5 |
Definition at line 1020 of file plplotcPYTHON_wrap.c.
#define SWIG_PY_POINTER 4 |
Definition at line 1019 of file plplotcPYTHON_wrap.c.
#define SWIG_Python_CallFunctor | ( | functor, | |
obj | |||
) | PyObject_CallFunctionObjArgs(functor, obj, NULL); |
Definition at line 1223 of file plplotcPYTHON_wrap.c.
#define SWIG_Python_ConvertPtr | ( | obj, | |
pptr, | |||
type, | |||
flags | |||
) | SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, 0) |
Definition at line 1057 of file plplotcPYTHON_wrap.c.
#define SWIG_PYTHON_DIRECTOR_NO_VTABLE |
Definition at line 16 of file plplotcPYTHON_wrap.c.
#define SWIG_PYTHON_INITIALIZE_THREADS |
Definition at line 999 of file plplotcPYTHON_wrap.c.
#define SWIG_Python_Raise | ( | obj, | |
type, | |||
desc | |||
) | SWIG_Python_SetErrorObj(SWIG_Python_ExceptionType(desc), obj) |
Definition at line 1122 of file plplotcPYTHON_wrap.c.
#define SWIG_Python_str_DelForPy3 | ( | x | ) |
Definition at line 807 of file plplotcPYTHON_wrap.c.
#define SWIG_Python_str_FromFormat PyString_FromFormat |
Definition at line 777 of file plplotcPYTHON_wrap.c.
#define SWIG_PYTHON_THREAD_BEGIN_ALLOW |
Definition at line 1002 of file plplotcPYTHON_wrap.c.
#define SWIG_PYTHON_THREAD_BEGIN_BLOCK |
Definition at line 1000 of file plplotcPYTHON_wrap.c.
#define SWIG_PYTHON_THREAD_END_ALLOW |
Definition at line 1003 of file plplotcPYTHON_wrap.c.
#define SWIG_PYTHON_THREAD_END_BLOCK |
Definition at line 1001 of file plplotcPYTHON_wrap.c.
#define SWIG_RUNTIME_VERSION "4" |
Definition at line 166 of file plplotcPYTHON_wrap.c.
#define SWIG_RuntimeError -3 |
Definition at line 734 of file plplotcPYTHON_wrap.c.
#define SWIG_SetErrorMsg SWIG_Python_SetErrorMsg |
Definition at line 1097 of file plplotcPYTHON_wrap.c.
#define SWIG_SetErrorObj SWIG_Python_SetErrorObj |
Definition at line 1096 of file plplotcPYTHON_wrap.c.
#define SWIG_SetModule | ( | clientdata, | |
pointer | |||
) | SWIG_Python_SetModule(pointer) |
Definition at line 1093 of file plplotcPYTHON_wrap.c.
#define SWIG_STATIC_POINTER | ( | var | ) | var = 0; if (!var) var |
Definition at line 1232 of file plplotcPYTHON_wrap.c.
#define SWIG_SyntaxError -8 |
Definition at line 739 of file plplotcPYTHON_wrap.c.
#define SWIG_SystemError -10 |
Definition at line 741 of file plplotcPYTHON_wrap.c.
#define SWIG_TMPOBJ (SWIG_OK | SWIG_TMPOBJMASK) |
Definition at line 302 of file plplotcPYTHON_wrap.c.
#define SWIG_TMPOBJMASK (SWIG_NEWOBJMASK << 1) |
Definition at line 297 of file plplotcPYTHON_wrap.c.
#define SWIG_TYPE_TABLE_NAME |
Definition at line 174 of file plplotcPYTHON_wrap.c.
#define SWIG_TypeError -5 |
Definition at line 736 of file plplotcPYTHON_wrap.c.
#define SWIG_TypeQuery SWIG_Python_TypeQuery |
Definition at line 2660 of file plplotcPYTHON_wrap.c.
#define SWIG_TypeQuery | ( | name | ) | SWIG_TypeQueryModule(&swig_module, &swig_module, name) |
Definition at line 2660 of file plplotcPYTHON_wrap.c.
#define SWIG_UnknownError -1 |
Definition at line 732 of file plplotcPYTHON_wrap.c.
#define SWIG_ValueError -9 |
Definition at line 740 of file plplotcPYTHON_wrap.c.
#define SWIG_VERSION SWIGVERSION |
Definition at line 2675 of file plplotcPYTHON_wrap.c.
#define SWIGEXPORT |
Definition at line 104 of file plplotcPYTHON_wrap.c.
#define SWIGINLINE |
Definition at line 41 of file plplotcPYTHON_wrap.c.
#define SWIGINTERN static SWIGUNUSED |
Definition at line 76 of file plplotcPYTHON_wrap.c.
#define SWIGINTERNINLINE SWIGINTERN SWIGINLINE |
Definition at line 81 of file plplotcPYTHON_wrap.c.
#define SWIGPY_CAPSULE_NAME ("swig_runtime_data" SWIG_RUNTIME_VERSION ".type_pointer_capsule" SWIG_TYPE_TABLE_NAME) |
Definition at line 828 of file plplotcPYTHON_wrap.c.
#define SWIGPY_USE_CAPSULE |
Definition at line 827 of file plplotcPYTHON_wrap.c.
#define SWIGPYTHON |
Definition at line 13 of file plplotcPYTHON_wrap.c.
#define SWIGRUNTIME SWIGINTERN |
Definition at line 187 of file plplotcPYTHON_wrap.c.
#define SWIGRUNTIMEINLINE SWIGRUNTIME SWIGINLINE |
Definition at line 191 of file plplotcPYTHON_wrap.c.
#define SWIGSTDCALL |
Definition at line 114 of file plplotcPYTHON_wrap.c.
#define SWIGTEMPLATEDISAMBIGUATOR |
Definition at line 32 of file plplotcPYTHON_wrap.c.
#define SWIGTYPE_p_char swig_types[3] |
Definition at line 2639 of file plplotcPYTHON_wrap.c.
#define SWIGTYPE_p_double swig_types[4] |
Definition at line 2640 of file plplotcPYTHON_wrap.c.
#define SWIGTYPE_p_f_double_double__int swig_types[5] |
Definition at line 2641 of file plplotcPYTHON_wrap.c.
#define SWIGTYPE_p_f_double_double_p_double_p_double_p_void__void swig_types[6] |
Definition at line 2642 of file plplotcPYTHON_wrap.c.
#define SWIGTYPE_p_f_int_double_p_char_int_p_void__void swig_types[7] |
Definition at line 2643 of file plplotcPYTHON_wrap.c.
#define SWIGTYPE_p_f_int_p_double_p_double__void swig_types[8] |
Definition at line 2644 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 2645 of file plplotcPYTHON_wrap.c.
#define SWIGTYPE_p_int swig_types[10] |
Definition at line 2646 of file plplotcPYTHON_wrap.c.
#define SWIGTYPE_p_p_char swig_types[11] |
Definition at line 2647 of file plplotcPYTHON_wrap.c.
#define SWIGTYPE_p_p_double swig_types[12] |
Definition at line 2648 of file plplotcPYTHON_wrap.c.
#define SWIGTYPE_p_PLcGrid swig_types[1] |
Definition at line 2637 of file plplotcPYTHON_wrap.c.
#define SWIGTYPE_p_PLcGrid2 swig_types[2] |
Definition at line 2638 of file plplotcPYTHON_wrap.c.
#define SWIGTYPE_p_PLGraphicsIn swig_types[0] |
Definition at line 2636 of file plplotcPYTHON_wrap.c.
#define SWIGTYPE_p_unsigned_int swig_types[13] |
Definition at line 2649 of file plplotcPYTHON_wrap.c.
#define SWIGUNUSED |
Definition at line 56 of file plplotcPYTHON_wrap.c.
#define SWIGUNUSEDPARM | ( | p | ) | p SWIGUNUSED |
Definition at line 70 of file plplotcPYTHON_wrap.c.
#define SWIGVERSION 0x040001 |
Definition at line 2674 of file plplotcPYTHON_wrap.c.
#define t_output_helper SWIG_Python_AppendOutput |
Definition at line 3130 of file plplotcPYTHON_wrap.c.
Definition at line 2758 of file plplotcPYTHON_wrap.c.
Definition at line 2755 of file plplotcPYTHON_wrap.c.
Definition at line 2760 of file plplotcPYTHON_wrap.c.
Definition at line 2756 of file plplotcPYTHON_wrap.c.
Definition at line 2761 of file plplotcPYTHON_wrap.c.
Definition at line 2759 of file plplotcPYTHON_wrap.c.
Definition at line 2757 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 339 of file plplotcPYTHON_wrap.c.
typedef struct swig_type_info*(* swig_dycast_func) (void **) |
Definition at line 340 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 3475 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_delete_PLGraphicsIn | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 4539 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_new_PLGraphicsIn | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 4526 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_pl_setcontlabelformat | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 4594 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_pl_setcontlabelparam | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 4623 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_pladv | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 4668 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plarc | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 4690 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plaxes | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 4767 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plbin | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 4850 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plbop | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 4988 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plbox | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 5000 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plbox3 | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 5067 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plbtime | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 4906 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plcalc_world | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 5194 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plclear | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 5253 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plClearOpts | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 14389 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plcol0 | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 5265 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plcol1 | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 5287 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plcolorbar | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 7937 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plconfigtime | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 5309 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plcont | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 5410 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plcpstrm | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 5615 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plctime | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 5544 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plend | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 5644 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plend1 | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 5656 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plenv | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 5668 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plenv0 | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 5729 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_pleop | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 5790 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plerrx | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 5802 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plerry | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 5869 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plfamadv | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 5936 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plfill | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 5948 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plfill3 | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 5996 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plflush | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 6119 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plfont | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 6131 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plfontld | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 6153 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plgchr | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 6175 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plgcmap1_range | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 10643 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plgcol0 | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 6207 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plgcol0a | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 6259 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plgcolbg | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 6321 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plgcolbga | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 6363 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plgcompression | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 6415 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plgdev | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 6437 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plgdidev | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 6458 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plgdiori | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 6510 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plgdiplt | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 6532 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plGetCursor | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 14518 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plgfam | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 6584 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plgfci | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 6626 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plgfnam | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 6648 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plgfont | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 6669 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plglevel | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 6711 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plgpage | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 6733 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plgra | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 6805 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plgradient | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 6063 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_PLGraphicsIn_button_get | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 4080 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_PLGraphicsIn_button_set | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 4051 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_PLGraphicsIn_dX_get | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 4347 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_PLGraphicsIn_dX_set | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 4318 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_PLGraphicsIn_dY_get | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 4399 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_PLGraphicsIn_dY_set | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 4370 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_PLGraphicsIn_keysym_get | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 4028 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_PLGraphicsIn_keysym_set | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 3999 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_PLGraphicsIn_pX_get | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 4243 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_PLGraphicsIn_pX_set | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 4214 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_PLGraphicsIn_pY_get | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 4295 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_PLGraphicsIn_pY_set | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 4266 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_PLGraphicsIn_state_get | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 3976 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_PLGraphicsIn_state_set | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 3947 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_PLGraphicsIn_string_get | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 4185 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_PLGraphicsIn_string_set | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 4155 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_PLGraphicsIn_subwindow_get | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 4132 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_PLGraphicsIn_subwindow_set | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 4103 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_PLGraphicsIn_type_get | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 3924 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_PLGraphicsIn_type_set | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 3895 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_PLGraphicsIn_wX_get | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 4451 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_PLGraphicsIn_wX_set | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 4422 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_PLGraphicsIn_wY_get | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 4503 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_PLGraphicsIn_wY_set | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 4474 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plgriddata | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 6817 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plgspa | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 6955 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plgstrm | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 7007 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plgver | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 7029 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plgvpd | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 7050 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plgvpw | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 7102 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plgxax | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 7154 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plgyax | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 7186 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plgzax | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 7218 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plhist | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 7250 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plhlsrgb | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 7311 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plimage | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 14122 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plimagefr | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 14239 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plinit | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 7378 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_pljoin | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 7390 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_pllab | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 7435 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_pllegend | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 7481 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_pllightsource | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 8234 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plline | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 8271 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plline3 | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 8319 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_pllsty | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 8386 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plmap | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 13517 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plmapfill | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 13935 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plmapline | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 13596 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plmapstring | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 13699 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plmaptex | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 13813 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plmeridians | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 14038 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plmesh | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 8408 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plmeshc | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 8488 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plMinMax2dGrid | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 14460 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plmkstrm | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 8584 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plmtex | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 8606 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plmtex3 | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 8665 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plOptUsage | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 14448 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plot3d | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 8724 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plot3dc | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 8812 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plot3dcl | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 8908 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plparseopts | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 9282 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plpat | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 9349 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plpath | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 9397 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plpoin | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 9450 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plpoin3 | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 9506 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plpoly3 | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 9581 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plprec | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 9675 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plpsty | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 9704 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plptex | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 9726 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plptex3 | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 9790 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plrandd | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 9894 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plreplot | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 9907 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plResetOpts | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 14401 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plrgbhls | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 9919 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plschr | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 9986 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plscmap0 | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 10015 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plscmap0a | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 10083 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plscmap0n | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 10170 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plscmap1 | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 10192 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plscmap1_range | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 10614 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plscmap1a | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 10260 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plscmap1l | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 10347 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plscmap1la | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 10460 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plscmap1n | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 10592 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plscol0 | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 10675 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plscol0a | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 10720 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plscolbg | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 10773 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plscolbga | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 10810 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plscolor | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 10855 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plscompression | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 10877 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plsdev | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 10899 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plsdidev | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 10924 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plsdimap | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 10969 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plsdiori | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 11030 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plsdiplt | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 11052 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plsdiplz | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 11097 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plseed | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 11142 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plsesc | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 11164 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plsetopt | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 11186 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plSetUsage | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 14413 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plsfam | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 11222 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plsfci | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 11259 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plsfnam | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 11281 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plsfont | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 11306 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plshade | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 11517 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plshades | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 11343 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plslabelfunc | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 11723 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plsmaj | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 11769 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plsmem | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 11798 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plsmema | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 11840 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plsmin | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 11882 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plsori | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 11911 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plspage | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 11933 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plspal0 | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 11994 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plspal1 | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 12019 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plspause | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 12051 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plsstrm | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 12073 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plssub | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 12095 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plssym | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 12124 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plstar | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 12153 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plstart | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 12182 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plstransform | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 12222 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plstring | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 12268 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plstring3 | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 12327 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plstripa | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 12405 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plstripc | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 12450 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plstripd | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 12696 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plstyl | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 12718 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plsurf3d | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 9047 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plsurf3dl | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 9143 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plsvect | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 12766 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plsvpa | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 12839 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plsxax | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 12884 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plsxwin | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 4572 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plsyax | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 12913 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plsym | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 12942 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plszax | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 12998 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_pltext | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 13027 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_pltimefmt | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 13039 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_pltr0 | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 3177 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_pltr1 | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 3348 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_pltr2 | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 3409 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plvasp | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 13064 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plvect | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 13086 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plvpas | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 13207 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plvpor | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 13260 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plvsta | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 13305 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plw3d | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 13317 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plwidth | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 13418 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plwind | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 13440 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* _wrap_plxormod | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 13485 of file plplotcPYTHON_wrap.c.
void cleanup_ct | ( | void | ) |
Definition at line 3825 of file plplotcPYTHON_wrap.c.
void cleanup_mapform | ( | void | ) |
Definition at line 3840 of file plplotcPYTHON_wrap.c.
void cleanup_PLcGrid1 | ( | void | ) |
Definition at line 3280 of file plplotcPYTHON_wrap.c.
void cleanup_PLcGrid2 | ( | void | ) |
Definition at line 3339 of file plplotcPYTHON_wrap.c.
void cleanup_PLPointer | ( | void | ) |
Definition at line 3871 of file plplotcPYTHON_wrap.c.
void cleanup_pltr | ( | void | ) |
Definition at line 3810 of file plplotcPYTHON_wrap.c.
Definition at line 3676 of file plplotcPYTHON_wrap.c.
Definition at line 3582 of file plplotcPYTHON_wrap.c.
Definition at line 3619 of file plplotcPYTHON_wrap.c.
Definition at line 3717 of file plplotcPYTHON_wrap.c.
Definition at line 3519 of file plplotcPYTHON_wrap.c.
ct_func marshal_ct | ( | PyObject * | input | ) |
Definition at line 3817 of file plplotcPYTHON_wrap.c.
mapform_func marshal_mapform | ( | PyObject * | input | ) |
Definition at line 3832 of file plplotcPYTHON_wrap.c.
PLcGrid * marshal_PLcGrid1 | ( | PyObject * | input, |
int | isimg | ||
) |
Definition at line 3240 of file plplotcPYTHON_wrap.c.
PLcGrid2 * marshal_PLcGrid2 | ( | PyObject * | input, |
int | isimg | ||
) |
Definition at line 3287 of file plplotcPYTHON_wrap.c.
PLPointer marshal_PLPointer | ( | PyObject * | input, |
int | isimg | ||
) |
Definition at line 3846 of file plplotcPYTHON_wrap.c.
pltr_func marshal_pltr | ( | PyObject * | input | ) |
Definition at line 3758 of file plplotcPYTHON_wrap.c.
PyArrayObject* myIntArray_ContiguousFromObject | ( | PyObject * | in, |
int | PL_UNUSEDtype, | ||
int | mindims, | ||
int | maxdims | ||
) |
Definition at line 3158 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 4568 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* PLGraphicsIn_swigregister | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | args | ||
) |
Definition at line 4561 of file plplotcPYTHON_wrap.c.
SWIGINTERN int SWIG_AsCharArray | ( | PyObject * | obj, |
char * | val, | ||
size_t | size | ||
) |
Definition at line 3068 of file plplotcPYTHON_wrap.c.
SWIGINTERN int SWIG_AsCharPtrAndSize | ( | PyObject * | obj, |
char ** | cptr, | ||
size_t * | psize, | ||
int * | alloc | ||
) |
Definition at line 2961 of file plplotcPYTHON_wrap.c.
SWIGINTERN int SWIG_AsVal_char | ( | PyObject * | obj, |
char * | val | ||
) |
Definition at line 3134 of file plplotcPYTHON_wrap.c.
SWIGINTERN int SWIG_AsVal_double | ( | PyObject * | obj, |
double * | val | ||
) |
Definition at line 2707 of file plplotcPYTHON_wrap.c.
SWIGINTERN int SWIG_AsVal_int | ( | PyObject * | obj, |
int * | val | ||
) |
Definition at line 2861 of file plplotcPYTHON_wrap.c.
SWIGINTERN int SWIG_AsVal_long | ( | PyObject * | obj, |
long * | val | ||
) |
Definition at line 2818 of file plplotcPYTHON_wrap.c.
SWIGINTERN int SWIG_AsVal_unsigned_SS_int | ( | PyObject * | obj, |
unsigned int * | val | ||
) |
Definition at line 2925 of file plplotcPYTHON_wrap.c.
SWIGINTERN int SWIG_AsVal_unsigned_SS_long | ( | PyObject * | obj, |
unsigned long * | val | ||
) |
Definition at line 2877 of file plplotcPYTHON_wrap.c.
SWIGINTERNINLINE int SWIG_CanCastAsInteger | ( | double * | d, |
double | min, | ||
double | max | ||
) |
Definition at line 2788 of file plplotcPYTHON_wrap.c.
SWIGINTERNINLINE PyObject* SWIG_From_int | ( | int | value | ) |
Definition at line 2765 of file plplotcPYTHON_wrap.c.
SWIGINTERNINLINE PyObject* SWIG_From_unsigned_SS_int | ( | unsigned int | value | ) |
Definition at line 2941 of file plplotcPYTHON_wrap.c.
SWIGINTERNINLINE PyObject* SWIG_FromCharPtrAndSize | ( | const char * | carray, |
size_t | size | ||
) |
Definition at line 3093 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* SWIG_globals | ( | void | ) |
Definition at line 22695 of file plplotcPYTHON_wrap.c.
SWIGEXPORT void SWIG_init | ( | void | ) |
Definition at line 22855 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME void SWIG_InitializeModule | ( | void * | clientdata | ) |
Definition at line 22312 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 558 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME char* SWIG_PackData | ( | char * | c, |
void * | ptr, | ||
size_t | sz | ||
) |
Definition at line 632 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 700 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME char* SWIG_PackVoidPtr | ( | char * | buff, |
void * | ptr, | ||
const char * | name, | ||
size_t | bsz | ||
) |
Definition at line 676 of file plplotcPYTHON_wrap.c.
SWIGINTERN swig_type_info* SWIG_pchar_descriptor | ( | void | ) |
Definition at line 2948 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME void SWIG_PropagateClientData | ( | void | ) |
Definition at line 22459 of file plplotcPYTHON_wrap.c.
SWIGRUNTIMEINLINE PyObject* SWIG_Py_Void | ( | void | ) |
Definition at line 1255 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject * SWIG_PyInstanceMethod_New | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | func | ||
) |
Definition at line 22808 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject * SWIG_PyStaticMethod_New | ( | PyObject * | SWIGUNUSEDPARMself, |
PyObject * | func | ||
) |
Definition at line 22827 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME int SWIG_Python_AcquirePtr | ( | PyObject * | obj, |
int | own | ||
) |
Definition at line 2032 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME int SWIG_Python_AddErrMesg | ( | const char * | mesg, |
int | infront | ||
) |
Definition at line 2449 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME void SWIG_Python_AddErrorMsg | ( | const char * | mesg | ) |
Definition at line 885 of file plplotcPYTHON_wrap.c.
SWIGINTERN void SWIG_Python_addvarlink | ( | PyObject * | p, |
const char * | name, | ||
PyObject *(*)(void) | get_attr, | ||
int(*)(PyObject *p) | set_attr | ||
) |
Definition at line 22678 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* SWIG_Python_AppendOutput | ( | PyObject * | result, |
PyObject * | obj | ||
) |
Definition at line 1156 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME int SWIG_Python_ArgFail | ( | int | argnum | ) |
Definition at line 2477 of file plplotcPYTHON_wrap.c.
SWIGRUNTIMEINLINE int SWIG_Python_CheckImplicit | ( | swig_type_info * | ty | ) |
Definition at line 1275 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME int SWIG_Python_ConvertFunctionPtr | ( | PyObject * | obj, |
void ** | ptr, | ||
swig_type_info * | ty | ||
) |
Definition at line 2152 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME int SWIG_Python_ConvertPacked | ( | PyObject * | obj, |
void * | ptr, | ||
size_t | sz, | ||
swig_type_info * | ty | ||
) |
Definition at line 2181 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 2047 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME void SWIG_Python_DestroyModule | ( | PyObject * | obj | ) |
Definition at line 2379 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME PyObject* SWIG_Python_ErrorType | ( | int | code | ) |
Definition at line 841 of file plplotcPYTHON_wrap.c.
SWIGRUNTIMEINLINE PyObject* SWIG_Python_ExceptionType | ( | swig_type_info * | desc | ) |
Definition at line 1285 of file plplotcPYTHON_wrap.c.
SWIGINTERN void SWIG_Python_FixMethods | ( | PyMethodDef * | methods, |
swig_const_info * | const_table, | ||
swig_type_info ** | types, | ||
swig_type_info ** | types_initial | ||
) |
Definition at line 22736 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME swig_module_info* SWIG_Python_GetModule | ( | void * | SWIGUNUSEDPARMclientdata | ) |
Definition at line 2361 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME SwigPyObject* SWIG_Python_GetSwigThis | ( | PyObject * | pyobj | ) |
Definition at line 1966 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* SWIG_Python_InitShadowInstance | ( | PyObject * | args | ) |
Definition at line 2276 of file plplotcPYTHON_wrap.c.
SWIGINTERN void SWIG_Python_InstallConstants | ( | PyObject * | d, |
swig_const_info | constants[] | ||
) |
Definition at line 22709 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME void* SWIG_Python_MustGetPtr | ( | PyObject * | obj, |
swig_type_info * | ty, | ||
int | SWIGUNUSEDPARMargnum, | ||
int | flags | ||
) |
Definition at line 2537 of file plplotcPYTHON_wrap.c.
SWIGRUNTIMEINLINE PyObject* SWIG_Python_NewPackedObj | ( | void * | ptr, |
size_t | sz, | ||
swig_type_info * | type | ||
) |
Definition at line 2348 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME PyObject* SWIG_Python_NewPointerObj | ( | PyObject * | self, |
void * | ptr, | ||
swig_type_info * | type, | ||
int | flags | ||
) |
Definition at line 2294 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME PyObject* SWIG_Python_NewShadowInstance | ( | SwigPyClientData * | data, |
PyObject * | swig_this | ||
) |
Definition at line 2204 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* SWIG_Python_newvarlink | ( | void | ) |
Definition at line 22669 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME void SWIG_Python_RaiseOrModifyTypeError | ( | const char * | message | ) |
Definition at line 921 of file plplotcPYTHON_wrap.c.
SWIGINTERN void SWIG_Python_SetConstant | ( | PyObject * | d, |
const char * | name, | ||
PyObject * | obj | ||
) |
Definition at line 1146 of file plplotcPYTHON_wrap.c.
SWIGINTERN void SWIG_Python_SetErrorMsg | ( | PyObject * | errtype, |
const char * | msg | ||
) |
Definition at line 1116 of file plplotcPYTHON_wrap.c.
SWIGINTERN void SWIG_Python_SetErrorObj | ( | PyObject * | errtype, |
PyObject * | obj | ||
) |
Definition at line 1108 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME void SWIG_Python_SetModule | ( | swig_module_info * | swig_module | ) |
Definition at line 2396 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME void SWIG_Python_SetSwigThis | ( | PyObject * | inst, |
PyObject * | swig_this | ||
) |
Definition at line 2254 of file plplotcPYTHON_wrap.c.
SWIGINTERN char* SWIG_Python_str_AsChar | ( | PyObject * | str | ) |
Definition at line 785 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* SWIG_Python_str_FromChar | ( | const char * | c | ) |
Definition at line 812 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME PyObject* SWIG_Python_TypeCache | ( | void | ) |
Definition at line 2414 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME void SWIG_Python_TypeError | ( | const char * | type, |
PyObject * | obj | ||
) |
Definition at line 2498 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME int SWIG_Python_TypeErrorOccurred | ( | PyObject * | obj | ) |
Definition at line 911 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME swig_type_info* SWIG_Python_TypeQuery | ( | const char * | type | ) |
Definition at line 2420 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 1177 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyMethodDef * SWIG_PythonGetProxyDoc | ( | const char * | name | ) |
Definition at line 22788 of file plplotcPYTHON_wrap.c.
SWIGINTERN size_t SWIG_strnlen | ( | const char * | s, |
size_t | maxlen | ||
) |
Definition at line 3118 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME PyObject* SWIG_This | ( | void | ) |
Definition at line 1951 of file plplotcPYTHON_wrap.c.
SWIGRUNTIMEINLINE void* SWIG_TypeCast | ( | swig_cast_info * | ty, |
void * | ptr, | ||
int * | newmemory | ||
) |
Definition at line 476 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME swig_cast_info* SWIG_TypeCheck | ( | const char * | c, |
swig_type_info * | ty | ||
) |
Definition at line 422 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME swig_cast_info* SWIG_TypeCheckStruct | ( | swig_type_info * | from, |
swig_type_info * | ty | ||
) |
Definition at line 449 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME void SWIG_TypeClientData | ( | swig_type_info * | ti, |
void * | clientdata | ||
) |
Definition at line 528 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME int SWIG_TypeCmp | ( | const char * | nb, |
const char * | tb | ||
) |
Definition at line 395 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME swig_type_info* SWIG_TypeDynamicCast | ( | swig_type_info * | ty, |
void ** | ptr | ||
) |
Definition at line 484 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME int SWIG_TypeEquiv | ( | const char * | nb, |
const char * | tb | ||
) |
Definition at line 414 of file plplotcPYTHON_wrap.c.
const SWIGRUNTIMEINLINE char* SWIG_TypeName | ( | const swig_type_info * | ty | ) |
Definition at line 498 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME int SWIG_TypeNameComp | ( | const char * | f1, |
const char * | l1, | ||
const char * | f2, | ||
const char * | l2 | ||
) |
Definition at line 380 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME void SWIG_TypeNewClientData | ( | swig_type_info * | ti, |
void * | clientdata | ||
) |
Definition at line 544 of file plplotcPYTHON_wrap.c.
const SWIGRUNTIME char* SWIG_TypePrettyName | ( | const swig_type_info * | type | ) |
Definition at line 507 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 603 of file plplotcPYTHON_wrap.c.
const SWIGRUNTIME char* SWIG_UnpackData | ( | const char * | c, |
void * | ptr, | ||
size_t | sz | ||
) |
Definition at line 648 of file plplotcPYTHON_wrap.c.
const SWIGRUNTIME char* SWIG_UnpackDataName | ( | const char * | c, |
void * | ptr, | ||
size_t | sz, | ||
const char * | name | ||
) |
Definition at line 715 of file plplotcPYTHON_wrap.c.
const SWIGRUNTIME char* SWIG_UnpackVoidPtr | ( | const char * | c, |
void ** | ptr, | ||
const char * | name | ||
) |
Definition at line 687 of file plplotcPYTHON_wrap.c.
SWIGINTERN void swig_varlink_dealloc | ( | swig_varlinkobject * | v | ) |
Definition at line 22564 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* swig_varlink_getattr | ( | swig_varlinkobject * | v, |
char * | n | ||
) |
Definition at line 22575 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* swig_varlink_repr | ( | swig_varlinkobject * | SWIGUNUSEDPARMv | ) |
Definition at line 22517 of file plplotcPYTHON_wrap.c.
SWIGINTERN int swig_varlink_setattr | ( | swig_varlinkobject * | v, |
char * | n, | ||
PyObject * | p | ||
) |
Definition at line 22592 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* swig_varlink_str | ( | swig_varlinkobject * | v | ) |
Definition at line 22526 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyTypeObject* swig_varlink_type | ( | void | ) |
Definition at line 22609 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME void SwigPyClientData_Del | ( | SwigPyClientData * | data | ) |
Definition at line 1339 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME SwigPyClientData* SwigPyClientData_New | ( | PyObject * | obj | ) |
Definition at line 1293 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* SwigPyObject_acquire | ( | PyObject * | v, |
PyObject * | SWIGUNUSEDPARMargs | ||
) |
Definition at line 1586 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME PyObject* SwigPyObject_append | ( | PyObject * | v, |
PyObject * | next | ||
) |
Definition at line 1553 of file plplotcPYTHON_wrap.c.
SWIGRUNTIMEINLINE int SwigPyObject_Check | ( | PyObject * | op | ) |
Definition at line 1486 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME int SwigPyObject_compare | ( | SwigPyObject * | v, |
SwigPyObject * | w | ||
) |
Definition at line 1443 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME void SwigPyObject_dealloc | ( | PyObject * | v | ) |
Definition at line 1502 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* SwigPyObject_disown | ( | PyObject * | v, |
PyObject * | SWIGUNUSEDPARMargs | ||
) |
Definition at line 1578 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME PyObject* SwigPyObject_format | ( | const char * | fmt, |
SwigPyObject * | v | ||
) |
Definition at line 1382 of file plplotcPYTHON_wrap.c.
const SWIGRUNTIMEINLINE char* SwigPyObject_GetDesc | ( | PyObject * | self | ) |
Definition at line 2490 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME PyObject* SwigPyObject_hex | ( | SwigPyObject * | v | ) |
Definition at line 1410 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME PyObject* SwigPyObject_long | ( | SwigPyObject * | v | ) |
Definition at line 1376 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME PyObject * SwigPyObject_New | ( | void * | ptr, |
swig_type_info * | ty, | ||
int | own | ||
) |
Definition at line 1752 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME PyObject* SwigPyObject_next | ( | PyObject * | v, |
PyObject * | SWIGUNUSEDPARMargs | ||
) |
Definition at line 1566 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME PyObject* SwigPyObject_oct | ( | SwigPyObject * | v | ) |
Definition at line 1404 of file plplotcPYTHON_wrap.c.
SWIGINTERN PyObject* SwigPyObject_own | ( | PyObject * | v, |
PyObject * | args | ||
) |
Definition at line 1594 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME PyObject* SwigPyObject_repr | ( | SwigPyObject * | v | ) |
Definition at line 1416 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME PyObject* SwigPyObject_repr2 | ( | PyObject * | v, |
PyObject * | SWIGUNUSEDPARMargs | ||
) |
Definition at line 1437 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME PyObject* SwigPyObject_richcompare | ( | SwigPyObject * | v, |
SwigPyObject * | w, | ||
int | op | ||
) |
Definition at line 1452 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME PyTypeObject* SwigPyObject_type | ( | void | ) |
Definition at line 1479 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME PyTypeObject * SwigPyObject_TypeOnce | ( | void | ) |
Definition at line 1625 of file plplotcPYTHON_wrap.c.
SWIGRUNTIMEINLINE int SwigPyPacked_Check | ( | PyObject * | op | ) |
Definition at line 1815 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME int SwigPyPacked_compare | ( | SwigPyPacked * | v, |
SwigPyPacked * | w | ||
) |
Definition at line 1798 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME void SwigPyPacked_dealloc | ( | PyObject * | v | ) |
Definition at line 1821 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME PyObject* SwigPyPacked_New | ( | void * | ptr, |
size_t | size, | ||
swig_type_info * | ty | ||
) |
Definition at line 1913 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME PyObject* SwigPyPacked_repr | ( | SwigPyPacked * | v | ) |
Definition at line 1776 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME PyObject* SwigPyPacked_str | ( | SwigPyPacked * | v | ) |
Definition at line 1787 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME PyTypeObject* SwigPyPacked_type | ( | void | ) |
Definition at line 1809 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME PyTypeObject * SwigPyPacked_TypeOnce | ( | void | ) |
Definition at line 1831 of file plplotcPYTHON_wrap.c.
SWIGRUNTIME swig_type_info* SwigPyPacked_UnpackData | ( | PyObject * | obj, |
void * | ptr, | ||
size_t | size | ||
) |
Definition at line 1932 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22220 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22221 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22222 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22223 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22224 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22225 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22226 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22227 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22228 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22229 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22218 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22219 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22217 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22230 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22188 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22189 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22190 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22191 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22192 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22193 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22194 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22195 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22196 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22197 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22186 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22187 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22185 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22198 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 2702 of file plplotcPYTHON_wrap.c.
enum callback_type pltr_type |
PyArrayObject* pltr_xg |
Definition at line 3231 of file plplotcPYTHON_wrap.c.
PyArrayObject * pltr_yg |
Definition at line 3231 of file plplotcPYTHON_wrap.c.
PyObject* python_ct = NULL |
Definition at line 3478 of file plplotcPYTHON_wrap.c.
PyObject* python_f2eval = NULL |
Definition at line 3477 of file plplotcPYTHON_wrap.c.
PyObject* python_label = NULL |
Definition at line 3480 of file plplotcPYTHON_wrap.c.
PyObject* python_mapform = NULL |
Definition at line 3479 of file plplotcPYTHON_wrap.c.
PyObject* python_pltr = NULL |
Definition at line 3476 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22232 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22252 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 2651 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 1948 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22200 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 2650 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 14541 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 22178 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 1614 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 3232 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 3233 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 2703 of file plplotcPYTHON_wrap.c.
|
static |
Definition at line 2703 of file plplotcPYTHON_wrap.c.