PLplot 5.15.0
|
#include <cstdlib>
#include <climits>
#include <iostream>
#include <exception>
#include <functional>
#include <complex>
#include <string>
#include <vector>
#include <map>
#include <octave/oct.h>
#include <octave/version.h>
#include <octave/ov.h>
#include <octave/CmplxLU.h>
#include <octave/Cell.h>
#include <octave/dynamic-ld.h>
#include <octave/oct-env.h>
#include <octave/oct-map.h>
#include <octave/ov-scalar.h>
#include <octave/ov-fcn-handle.h>
#include <octave/parse.h>
#include <octave/toplev.h>
#include <octave/unwind-prot.h>
#include <string.h>
#include <stdexcept>
#include "plplotP.h"
#include <limits.h>
Go to the source code of this file.
Classes | |
struct | swig_type_info |
struct | swig_cast_info |
struct | swig_module_info |
struct | swig_octave_member |
struct | swig_octave_class |
class | octave_swig_type |
struct | octave_swig_type::cpp_ptr |
class | octave_swig_ref |
class | octave_swig_packed |
struct | octave_value_ref |
Namespaces | |
namespace | Swig |
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 octave_value_list(* | octave_func) (const octave_value_list &, int) |
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) |
using | zg = plgriddata(x, y, z, xg, yg, type, data)\n\ \n\ \n\ This function is used in example 21.\n\ \n\ \n\ \n\ SYNOPSIS:\n\ \n\ plgriddata(x, y, z, npts, xg, nptsx, yg, nptsy, zg, type, data)\n\ \n\ ARGUMENTS:\n\ \n\ x(PLFLT_VECTOR, input) :The input x vector.\n\ \n\ y(PLFLT_VECTOR, input) :The input y vector.\n\ \n\ z(PLFLT_VECTOR, input) :The input z vector. Each triple x[i],\n\ y[i], z[i] represents one data sample coordinate.\n\ \n\ npts(PLINT, input) :The number of data samples in the x, y and z\n\ vectors.\n\ \n\ xg(PLFLT_VECTOR, input) :A vector that specifies the grid spacing\n\ in the x direction. Usually xg has nptsx equally spaced values\n\ from the minimum to the maximum values of the x input vector.\n\ \n\ nptsx(PLINT, input) :The number of points in the xg vector.\n\ \n\ yg(PLFLT_VECTOR, input) :A vector that specifies the grid spacing\n\ in the y direction. Similar to the xg parameter.\n\ \n\ nptsy(PLINT, input) :The number of points in the yg vector.\n\ \n\ zg(PLFLT_NC_MATRIX, output) :The matrix of interpolated results\n\ where data lies in the grid specified by xg and yg. Therefore the\n\ zg matrix must be dimensioned\n\ nptsx by\n\ nptsy.\n\ \n\ type(PLINT, input) :The type of grid interpolation algorithm to\n\ use, which can be:GRID_CSA:Bivariate Cubic Spline approximation\n\ GRID_DTLI:Delaunay Triangulation Linear Interpolation\n\ GRID_NNI:Natural Neighbors Interpolation\n\ GRID_NNIDW:Nearest Neighbors Inverse Distance Weighted\n\ GRID_NNLI:Nearest Neighbors Linear Interpolation\n\ GRID_NNAIDW:Nearest Neighbors Around Inverse Distance\n\ Weighted\n\ For details of the algorithms read the source file plgridd.c.\n\ \n\ data(PLFLT, input) :Some gridding algorithms require extra data,\n\ which can be specified through this argument. Currently, for\n\ algorithm:GRID_NNIDW, data specifies the number of neighbors to\n\ use, the lower the value, the noisier(more local) the\n\ approximation is.\n\ GRID_NNLI, data specifies what a thin triangle is, in the\n\ range[1. .. 2.]. High values enable the usage of very thin\n\ triangles for interpolation, possibly resulting in error in\n\ the approximation.\n\ GRID_NNI, only weights greater than data will be accepted. If\n\ 0, all weights will be accepted.\n\ " |
Variables | |
static swig_type_info * | swig_types [10] |
static swig_module_info | swig_module = {swig_types, 9, 0, 0, 0, 0} |
static PLINT | Alen = 0 |
static PLINT | Xlen = 0 |
static PLINT | Ylen = 0 |
octave_function * | fcnMapForm |
std::string | nameMapForm |
octave_function * | fcnLabelFunc |
std::string | nameLabelFunc |
octave_function * | fcnCoordTrans |
std::string | nameCoordTrans |
static const char * | _wrap_plsdimap_texinfo |
static const char * | _wrap_plspal0_texinfo |
static const char * | _wrap_plspal1_texinfo |
static const char * | _wrap_plline3_texinfo |
static const char * | _wrap_plmeshc_texinfo |
static const char * | _wrap_plpath_texinfo |
static const char * | _wrap_plptex_texinfo |
static const char * | _wrap_plsfam_texinfo |
static const char * | _wrap_plsyax_texinfo |
static const char * | _wrap_plgzax_texinfo |
static const char * | _wrap_pl_setcontlabelformat_texinfo |
static const char * | _wrap_plwidth_texinfo |
static const char * | _wrap_plgdiplt_texinfo |
static const char * | _wrap_plscmap1_range_texinfo |
static const char * | _wrap_plvsta_texinfo |
static const char * | _wrap_plfontld_texinfo |
static const char * | _wrap_plerrx_texinfo |
static const char * | _wrap_plsurf3d_texinfo |
static const char * | _wrap_plgver_texinfo |
static const char * | _wrap_plend1_texinfo |
static const char * | _wrap_plerry_texinfo |
static const char * | _wrap_plseed_texinfo |
static const char * | _wrap_plvpor_texinfo |
static const char * | _wrap_plmesh_texinfo |
static const char * | _wrap_plgcmap1_range_texinfo |
static const char * | _wrap_plsvect_texinfo |
static const char * | _wrap_plfill_texinfo |
static const char * | _wrap_plhlsrgb_texinfo |
static const char * | _wrap_pltimefmt_texinfo |
static const char * | _wrap_plgspa_texinfo |
static const char * | _wrap_plcalc_world_texinfo |
static const char * | _wrap_plgfnam_texinfo |
static const char * | _wrap_plvect_texinfo |
static const char * | _wrap_plsym_texinfo |
static const char * | _wrap_plgvpd_texinfo |
static const char * | _wrap_plgpage_texinfo |
static const char * | _wrap_plstring3_texinfo |
static const char * | _wrap_plshades_texinfo |
static const char * | _wrap_plsfnam_texinfo |
static const char * | _wrap_plcont_texinfo |
static const char * | _wrap_plsdiplt_texinfo |
static const char * | _wrap_plptex3_texinfo |
static const char * | _wrap_plmap_texinfo |
static const char * | _wrap_plvpas_texinfo |
static const char * | _wrap_plspause_texinfo |
static const char * | _wrap_plot3d_texinfo |
static const char * | _wrap_plcpstrm_texinfo |
static const char * | _wrap_plspage_texinfo |
static const char * | _wrap_plgcol0a_texinfo |
static const char * | _wrap_plgcol0_texinfo |
static const char * | _wrap_plsdiplz_texinfo |
static const char * | _wrap_plmapfill_texinfo |
static const char * | _wrap_plline_texinfo |
static const char * | _wrap_plgvpw_texinfo |
static const char * | _wrap_plpat_texinfo |
static const char * | _wrap_plsxax_texinfo |
static const char * | _wrap_plgfam_texinfo |
static const char * | _wrap_plgyax_texinfo |
static const char * | _wrap_plpoin_texinfo |
static const char * | _wrap_plmapstring_texinfo |
static const char * | _wrap_plpsty_texinfo |
static const char * | _wrap_plscol0_texinfo |
static const char * | _wrap_plscolor_texinfo |
static const char * | _wrap_plend_texinfo |
static const char * | _wrap_plbin_texinfo |
static const char * | _wrap_plimagefr_texinfo |
static const char * | _wrap_pllightsource_texinfo |
static const char * | _wrap_plot3dcl_texinfo |
static const char * | _wrap_plmkstrm_texinfo |
static const char * | _wrap_plsfci_texinfo |
static const char * | _wrap_plinit_texinfo |
static const char * | _wrap_plstyl_texinfo |
static const char * | _wrap_plsmin_texinfo |
static const char * | _wrap_plbox3_texinfo |
static const char * | _wrap_plschr_texinfo |
static const char * | _wrap_plctime_texinfo |
static const char * | _wrap_plcol0_texinfo |
static const char * | _wrap_plcol1_texinfo |
static const char * | _wrap_plgcolbg_texinfo |
static const char * | _wrap_plarc_texinfo |
static const char * | _wrap_plparseopts_texinfo |
static const char * | _wrap_plgdidev_texinfo |
static const char * | _wrap_plslabelfunc_texinfo |
static const char * | _wrap_plglevel_texinfo |
static const char * | _wrap_pllsty_texinfo |
static const char * | _wrap_plenv_texinfo |
static const char * | _wrap_plstart_texinfo |
static const char * | _wrap_plstring_texinfo |
static const char * | _wrap_plmtex3_texinfo |
static const char * | _wrap_plgdiori_texinfo |
static const char * | _wrap_pllab_texinfo |
static const char * | _wrap_pltext_texinfo |
static const char * | _wrap_plmapline_texinfo |
static const char * | _wrap_plprec_texinfo |
static const char * | _wrap_pljoin_texinfo |
static const char * | _wrap_plsdev_texinfo |
static const char * | _wrap_plscol0a_texinfo |
static const char * | _wrap_plfill3_texinfo |
static const char * | _wrap_plwind_texinfo |
static const char * | _wrap_plmaptex_texinfo |
static const char * | _wrap_plgra_texinfo |
static const char * | _wrap_pl_setcontlabelparam_texinfo |
static const char * | _wrap_plgfont_texinfo |
static const char * | _wrap_plhist_texinfo |
static const char * | _wrap_plgcolbga_texinfo |
static const char * | _wrap_plsori_texinfo |
static const char * | _wrap_plmeridians_texinfo |
static const char * | _wrap_plclear_texinfo |
static const char * | _wrap_plstar_texinfo |
static const char * | _wrap_plmtex_texinfo |
static const char * | _wrap_plscolbga_texinfo |
static const char * | _wrap_plreplot_texinfo |
static const char * | _wrap_plpoin3_texinfo |
static const char * | _wrap_plsfont_texinfo |
static const char * | _wrap_plaxes_texinfo |
static const char * | _wrap_plbop_texinfo |
static const char * | _wrap_plscmap0a_texinfo |
static const char * | _wrap_plscmap1la_texinfo |
static const char * | _wrap_plxormod_texinfo |
static const char * | _wrap_pleop_texinfo |
static const char * | _wrap_plbox_texinfo |
static const char * | _wrap_plgxax_texinfo |
static const char * | _wrap_plfont_texinfo |
static const char * | _wrap_pllegend_texinfo |
static const char * | _wrap_plscolbg_texinfo |
static const char * | _wrap_plsdidev_texinfo |
static const char * | _wrap_plvasp_texinfo |
static const char * | _wrap_plw3d_texinfo |
static const char * | _wrap_plGetCursor_texinfo |
static const char * | _wrap_plscmap0n_texinfo |
static const char * | _wrap_plszax_texinfo |
static const char * | _wrap_plgfci_texinfo |
static const char * | _wrap_plenv0_texinfo |
static const char * | _wrap_plssym_texinfo |
static const char * | _wrap_plsdiori_texinfo |
static const char * | _wrap_pladv_texinfo |
static const char * | _wrap_plscmap0_texinfo |
static const char * | _wrap_plgchr_texinfo |
static const char * | _wrap_plscmap1_texinfo |
static const char * | _wrap_plSetOpt_texinfo |
static const char * | _wrap_plgradient_texinfo |
static const char * | _wrap_plsmaj_texinfo |
static const char * | _wrap_plstransform_texinfo |
static const char * | _wrap_plconfigtime_texinfo |
static const char * | _wrap_plflush_texinfo |
static const char * | _wrap_plsurf3dl_texinfo |
static const char * | _wrap_plscmap1a_texinfo |
static const char * | _wrap_plbtime_texinfo |
static const char * | _wrap_plrgbhls_texinfo |
static const char * | _wrap_plgdev_texinfo |
static const char * | _wrap_plssub_texinfo |
static const char * | _wrap_plgstrm_texinfo |
static const char * | _wrap_plrandd_texinfo |
static const char * | _wrap_plstripa_texinfo |
static const char * | _wrap_plscompression_texinfo |
static const char * | _wrap_plsvpa_texinfo |
static const char * | _wrap_plpoly3_texinfo |
static const char * | _wrap_plot3dc_texinfo |
static const char * | _wrap_plstripc_texinfo |
static const char * | _wrap_plstripd_texinfo |
static const char * | _wrap_plscmap1l_texinfo |
static const char * | _wrap_plshade_texinfo |
static const char * | _wrap_plscmap1n_texinfo |
static const char * | _wrap_plfamadv_texinfo |
static const char * | _wrap_plsesc_texinfo |
static const char shade or gradient plots n n | DESCRIPTION |
static const char shade or gradient plots n n | shade |
static const char shade or gradient plots n n or n gradient plots(See pllegend for similar functionality for creating\n\ legends with discrete elements). The arguments of plcolorbar provide\n\ control over the location and size of the color bar as well as the\n\ location and characteristics of the elements(most of which are\n\ optional) within that color bar. The resulting color bar is clipped\n\ at the boundaries of the current subpage.(N.B. the adopted coordinate\n\ system used for some of the parameters is defined in the documentation\n\ of the position parameter.)\n\ \n\ Redacted form reads the desired grid location from the input vectors n xg[nptsx] and | yg [nptsy] |
static swig_octave_member | swig_PLGraphicsIn_members [] |
static const char * | swig_PLGraphicsIn_base_names [] = {0} |
static const swig_type_info * | swig_PLGraphicsIn_base [] = {0} |
static swig_octave_class | _wrap_class_PLGraphicsIn = {"PLGraphicsIn", &SWIGTYPE_p_PLGraphicsIn,0,_wrap_new_PLGraphicsIn,0,_wrap_delete_PLGraphicsIn,swig_PLGraphicsIn_members,swig_PLGraphicsIn_base_names,swig_PLGraphicsIn_base } |
static const struct swig_octave_member | swig_globals [] |
static swig_type_info | _swigt__p_PLGraphicsIn = {"_p_PLGraphicsIn", "PLGraphicsIn *", 0, 0, (void*)&_wrap_class_PLGraphicsIn, 0} |
static swig_type_info | _swigt__p_char = {"_p_char", "char *", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_double = {"_p_double", "PLFLT *|double *", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_f_double_double_p_double_p_double_p_void__void = {"_p_f_double_double_p_double_p_double_p_void__void", "ct_func|void (*)(double,double,double *,double *,void *)", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_f_int_double_p_char_int_p_void__void = {"_p_f_int_double_p_char_int_p_void__void", "label_func|void (*)(int,double,char *,int,void *)", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_f_int_p_double_p_double__void = {"_p_f_int_p_double_p_double__void", "mapform_func|void (*)(int,double *,double *)", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_int = {"_p_int", "PLBOOL *|PLINT *|int *", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_p_char = {"_p_p_char", "char **", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_unsigned_int = {"_p_unsigned_int", "PLUNICODE *|unsigned int *", 0, 0, (void*)0, 0} |
static swig_type_info * | swig_type_initial [] |
static swig_cast_info | _swigc__p_PLGraphicsIn [] = { {&_swigt__p_PLGraphicsIn, 0, 0, 0},{0, 0, 0, 0}} |
static swig_cast_info | _swigc__p_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_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_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_unsigned_int [] = { {&_swigt__p_unsigned_int, 0, 0, 0},{0, 0, 0, 0}} |
static swig_cast_info * | swig_cast_initial [] |
static const char *const | subclass_usage |
static const char *const | swig_type_usage |
static const char *const | swig_typequery_usage |
static const char *const | swig_this_usage |
static const char *const | swig_octave_prereq_usage |
static const char *const | swig_exit_usage |
static const char *const | SWIG_name_usage |
#define ComplexLU __ignore |
Definition at line 191 of file plplot_octaveOCTAVE_wrap.cxx.
#define f2c | ( | f, | |
ff, | |||
nx, | |||
ny | |||
) |
Definition at line 3092 of file plplot_octaveOCTAVE_wrap.cxx.
#define Octave_Error_Occurred | ( | ) | 0 |
Definition at line 950 of file plplot_octaveOCTAVE_wrap.cxx.
#define OCTAVE_MAJOR_VERSION 3 |
Definition at line 204 of file plplot_octaveOCTAVE_wrap.cxx.
#define OCTAVE_MINOR_VERSION 2 |
Definition at line 205 of file plplot_octaveOCTAVE_wrap.cxx.
#define OCTAVE_PATCH_VERSION 0 |
Definition at line 206 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_AddCast | ( | r | ) | (r) |
Definition at line 452 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_AddNewMask | ( | r | ) | (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r) |
Definition at line 428 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_AddTmpMask | ( | r | ) | (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r) |
Definition at line 431 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_arg_fail | ( | arg | ) | 0 |
Definition at line 958 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_ArgError | ( | r | ) | ((r != SWIG_ERROR) ? r : SWIG_TypeError) |
Definition at line 414 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_as_voidptr | ( | a | ) | const_cast< void * >(static_cast< const void * >(a)) |
Definition at line 2624 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_as_voidptrptr | ( | a | ) | ((void)SWIG_as_voidptr(*a),reinterpret_cast< void** >(a)) |
Definition at line 2625 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_AttributeError -11 |
Definition at line 866 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_BADOBJ (SWIG_ERROR) |
Definition at line 423 of file plplot_octaveOCTAVE_wrap.cxx.
#define swig_binary_op | ( | name | ) |
Definition at line 2311 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_BUFFER_SIZE 1024 |
Definition at line 312 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_CAST_NEW_MEMORY 0x2 |
Definition at line 317 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_CASTRANKLIMIT (1 << 8) |
Definition at line 417 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_CheckState | ( | r | ) | (SWIG_IsOK(r) ? 1 : 0) |
Definition at line 453 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_contract_assert | ( | expr, | |
msg | |||
) | do { if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg); SWIG_fail; } } while (0) |
Definition at line 2553 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_ConvertFunctionPtr | ( | obj, | |
pptr, | |||
type | |||
) | SWIG_ConvertPtr(obj, pptr, type, 0) |
Definition at line 940 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_ConvertMember | ( | obj, | |
ptr, | |||
sz, | |||
ty | |||
) | SWIG_Octave_ConvertPacked(obj, ptr, sz, ty) |
Definition at line 943 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_ConvertPacked | ( | obj, | |
ptr, | |||
sz, | |||
ty | |||
) | SWIG_Octave_ConvertPacked(obj, ptr, sz, ty) |
Definition at line 937 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_ConvertPtr | ( | obj, | |
pptr, | |||
type, | |||
flags | |||
) | SWIG_Octave_ConvertPtr(obj, pptr, type, flags) |
Definition at line 933 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_ConvertPtr | ( | obj, | |
pptr, | |||
type, | |||
flags | |||
) | SWIG_Octave_ConvertPtr(obj, pptr, type, flags) |
Definition at line 933 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_ConvertPtrAndOwn | ( | obj, | |
pptr, | |||
type, | |||
flags, | |||
own | |||
) | SWIG_Octave_ConvertPtrAndOwn(obj, pptr, type, flags, own) |
Definition at line 932 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_DEFUN | ( | cname, | |
wname, | |||
doc | |||
) | DEFUNX_DLD(#cname, wname, G ## cname, args, nargout, doc) |
Definition at line 874 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_DelNewMask | ( | r | ) | (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r) |
Definition at line 429 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_DelTmpMask | ( | r | ) | (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r) |
Definition at line 432 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_DivisionByZero -6 |
Definition at line 861 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_ERROR (-1) |
Definition at line 407 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_ERROR_RELEASE_NOT_OWNED (-200) |
Definition at line 411 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_exception_fail | ( | code, | |
msg | |||
) | do { SWIG_Error(code, msg); SWIG_fail; } while(0) |
Definition at line 2551 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_fail goto fail |
Definition at line 928 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_GetModule | ( | clientdata | ) | SWIG_Octave_GetModule(clientdata) |
Definition at line 946 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_global_name "cvar" |
Definition at line 15 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_IndexError -4 |
Definition at line 859 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_INIT_CLIENT_DATA_TYPE void * |
Definition at line 27042 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_IOError -2 |
Definition at line 857 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_IsNewObj | ( | r | ) | (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK)) |
Definition at line 430 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_IsOK | ( | r | ) | (r >= 0) |
Definition at line 413 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_IsTmpObj | ( | r | ) | (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK)) |
Definition at line 433 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_MangledTypeQuery | ( | name | ) | SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name) |
Definition at line 2571 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_MemoryError -12 |
Definition at line 867 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_MODULE_CLIENTDATA_TYPE void* |
Definition at line 948 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_name plplot_octave |
Definition at line 13 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_name_d "plplot_octave" |
Definition at line 12 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_NewFunctionPtrObj | ( | ptr, | |
type | |||
) | SWIG_NewPointerObj(ptr, type, 0) |
Definition at line 941 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_NewMemberObj | ( | ptr, | |
sz, | |||
type | |||
) | SWIG_Octave_NewPackedObj(ptr, sz, type) |
Definition at line 944 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_NEWOBJ (SWIG_OK | SWIG_NEWOBJMASK) |
Definition at line 425 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_NEWOBJMASK (SWIG_CASTRANKLIMIT << 1) |
Definition at line 419 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_NewPackedObj | ( | ptr, | |
sz, | |||
type | |||
) | SWIG_Octave_NewPackedObj(ptr, sz, type) |
Definition at line 938 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_NewPointerObj | ( | ptr, | |
type, | |||
flags | |||
) | SWIG_Octave_NewPointerObj(ptr, type, flags) |
Definition at line 934 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_NullReferenceError -13 |
Definition at line 868 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_Octave_AddErrorMsg | ( | msg | ) | {;} |
Definition at line 951 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_OCTAVE_BOUND_FUNC | ( | func, | |
args | |||
) | octave_value(func) |
Definition at line 1083 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_Octave_ConvertPtr | ( | obj, | |
pptr, | |||
type, | |||
flags | |||
) | SWIG_Octave_ConvertPtrAndOwn(obj, pptr, type, flags, 0) |
Definition at line 930 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_OCTAVE_OCTHEADERS_HPP |
Definition at line 154 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_OCTAVE_PREREQ | ( | major, | |
minor, | |||
patch | |||
) | ( (OCTAVE_MAJOR_VERSION<<16) + (OCTAVE_MINOR_VERSION<<8) + (OCTAVE_PATCH_VERSION + 0) >= ((major)<<16) + ((minor)<<8) + (patch) ) |
Definition at line 173 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_OK (0) |
Definition at line 405 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_OLDOBJ (SWIG_OK) |
Definition at line 424 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_op_prefix "op_" |
Definition at line 16 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_OverflowError -7 |
Definition at line 862 of file plplot_octaveOCTAVE_wrap.cxx.
#define swig_owntype int |
Definition at line 935 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_POINTER_CLEAR 0x8 |
Definition at line 319 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_POINTER_DISOWN 0x1 |
Definition at line 316 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_POINTER_EXCEPTION 0 |
Definition at line 957 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_POINTER_NO_NULL 0x4 |
Definition at line 318 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_POINTER_OWN 0x1 |
Definition at line 323 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_POINTER_RELEASE (SWIG_POINTER_CLEAR | SWIG_POINTER_DISOWN) |
Definition at line 320 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_RUNTIME_VERSION "4" |
Definition at line 282 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_RuntimeError -3 |
Definition at line 858 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_SetModule | ( | clientdata, | |
pointer | |||
) | SWIG_Octave_SetModule(clientdata,pointer); |
Definition at line 947 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_SyntaxError -8 |
Definition at line 863 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_SystemError -10 |
Definition at line 865 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_TMPOBJ (SWIG_OK | SWIG_TMPOBJMASK) |
Definition at line 426 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_TMPOBJMASK (SWIG_NEWOBJMASK << 1) |
Definition at line 421 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_TYPE_TABLE_NAME |
Definition at line 290 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_TypeError -5 |
Definition at line 860 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_TypeQuery | ( | name | ) | SWIG_TypeQueryModule(&swig_module, &swig_module, name) |
Definition at line 2570 of file plplot_octaveOCTAVE_wrap.cxx.
#define swig_unary_op | ( | name | ) |
Definition at line 2307 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_UnknownError -1 |
Definition at line 856 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_ValueError -9 |
Definition at line 864 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIG_VERSION 0x040101 |
Definition at line 10 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIGEXPORT |
Definition at line 104 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIGINLINE |
Definition at line 41 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIGINTERN static SWIGUNUSED |
Definition at line 76 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIGINTERNINLINE SWIGINTERN SWIGINLINE |
Definition at line 81 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIGOCTAVE |
Definition at line 11 of file plplot_octaveOCTAVE_wrap.cxx.
#define swigreg_binary_op | ( | name | ) |
Definition at line 2329 of file plplot_octaveOCTAVE_wrap.cxx.
#define swigreg_unary_op | ( | name | ) |
Definition at line 2320 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIGRUNTIME SWIGINTERN |
Definition at line 303 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIGRUNTIMEINLINE SWIGRUNTIME SWIGINLINE |
Definition at line 307 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIGSTDCALL |
Definition at line 114 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIGTEMPLATEDISAMBIGUATOR |
Definition at line 32 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIGTYPE_p_char swig_types[1] |
Definition at line 2560 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIGTYPE_p_double swig_types[2] |
Definition at line 2561 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIGTYPE_p_f_double_double_p_double_p_double_p_void__void swig_types[3] |
Definition at line 2562 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIGTYPE_p_f_int_double_p_char_int_p_void__void swig_types[4] |
Definition at line 2563 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIGTYPE_p_f_int_p_double_p_double__void swig_types[5] |
Definition at line 2564 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIGTYPE_p_int swig_types[6] |
Definition at line 2565 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIGTYPE_p_p_char swig_types[7] |
Definition at line 2566 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIGTYPE_p_PLGraphicsIn swig_types[0] |
Definition at line 2559 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIGTYPE_p_unsigned_int swig_types[8] |
Definition at line 2567 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIGUNUSED |
Definition at line 56 of file plplot_octaveOCTAVE_wrap.cxx.
#define SWIGUNUSEDPARM | ( | p | ) | p SWIGUNUSED |
Definition at line 70 of file plplot_octaveOCTAVE_wrap.cxx.
Definition at line 2773 of file plplot_octaveOCTAVE_wrap.cxx.
Definition at line 2770 of file plplot_octaveOCTAVE_wrap.cxx.
Definition at line 2775 of file plplot_octaveOCTAVE_wrap.cxx.
Definition at line 2771 of file plplot_octaveOCTAVE_wrap.cxx.
Definition at line 2776 of file plplot_octaveOCTAVE_wrap.cxx.
Definition at line 2774 of file plplot_octaveOCTAVE_wrap.cxx.
typedef octave_value_list(* octave_func) (const octave_value_list &, int) |
Definition at line 962 of file plplot_octaveOCTAVE_wrap.cxx.
Definition at line 2772 of file plplot_octaveOCTAVE_wrap.cxx.
typedef struct swig_cast_info swig_cast_info |
typedef void *(* swig_converter_func) (void *, int *) |
Definition at line 463 of file plplot_octaveOCTAVE_wrap.cxx.
typedef struct swig_type_info *(* swig_dycast_func) (void **) |
Definition at line 463 of file plplot_octaveOCTAVE_wrap.cxx.
typedef struct swig_module_info swig_module_info |
typedef struct swig_type_info swig_type_info |
using zg = plgriddata(x, y, z, xg, yg, type, data)\n\ \n\ \n\ This function is used in example 21.\n\ \n\ \n\ \n\ SYNOPSIS:\n\ \n\ plgriddata(x, y, z, npts, xg, nptsx, yg, nptsy, zg, type, data)\n\ \n\ ARGUMENTS:\n\ \n\ x (PLFLT_VECTOR, input) : The input x vector.\n\ \n\ y (PLFLT_VECTOR, input) : The input y vector.\n\ \n\ z (PLFLT_VECTOR, input) : The input z vector. Each triple x[i],\n\ y[i], z[i] represents one data sample coordinate.\n\ \n\ npts (PLINT, input) : The number of data samples in the x, y and z\n\ vectors.\n\ \n\ xg (PLFLT_VECTOR, input) : A vector that specifies the grid spacing\n\ in the x direction. Usually xg has nptsx equally spaced values\n\ from the minimum to the maximum values of the x input vector.\n\ \n\ nptsx (PLINT, input) : The number of points in the xg vector.\n\ \n\ yg (PLFLT_VECTOR, input) : A vector that specifies the grid spacing\n\ in the y direction. Similar to the xg parameter.\n\ \n\ nptsy (PLINT, input) : The number of points in the yg vector.\n\ \n\ zg (PLFLT_NC_MATRIX, output) : The matrix of interpolated results\n\ where data lies in the grid specified by xg and yg. Therefore the\n\ zg matrix must be dimensioned\n\ nptsx by\n\ nptsy.\n\ \n\ type (PLINT, input) : The type of grid interpolation algorithm to\n\ use, which can be: GRID_CSA: Bivariate Cubic Spline approximation\n\ GRID_DTLI: Delaunay Triangulation Linear Interpolation\n\ GRID_NNI: Natural Neighbors Interpolation\n\ GRID_NNIDW: Nearest Neighbors Inverse Distance Weighted\n\ GRID_NNLI: Nearest Neighbors Linear Interpolation\n\ GRID_NNAIDW: Nearest Neighbors Around Inverse Distance\n\ Weighted\n\ For details of the algorithms read the source file plgridd.c.\n\ \n\ data (PLFLT, input) : Some gridding algorithms require extra data,\n\ which can be specified through this argument. Currently, for\n\ algorithm: GRID_NNIDW, data specifies the number of neighbors to\n\ use, the lower the value, the noisier (more local) the\n\ approximation is.\n\ GRID_NNLI, data specifies what a thin triangle is, in the\n\ range [1. .. 2.]. High values enable the usage of very thin\n\ triangles for interpolation, possibly resulting in error in\n\ the approximation.\n\ GRID_NNI, only weights greater than data will be accepted. If\n\ 0, all weights will be accepted.\n\ " |
Definition at line 10866 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 2677 of file plplot_octaveOCTAVE_wrap.cxx.
template void _cvt_double_to | ( | float * | , |
double * | , | ||
unsigned | |||
) |
|
inlinestatic |
Definition at line 2729 of file plplot_octaveOCTAVE_wrap.cxx.
template void _cvt_double_to | ( | int * | , |
double * | , | ||
unsigned | |||
) |
template void _cvt_double_to | ( | long * | , |
double * | , | ||
unsigned | |||
) |
template void _cvt_double_to | ( | short * | , |
double * | , | ||
unsigned | |||
) |
template void _cvt_double_to | ( | unsigned * | , |
double * | , | ||
unsigned | |||
) |
template void _cvt_double_to | ( | unsigned long * | , |
double * | , | ||
unsigned | |||
) |
template void _cvt_double_to | ( | unsigned short * | , |
double * | , | ||
unsigned | |||
) |
template void _cvt_to_double | ( | float * | , |
double * | , | ||
unsigned | |||
) |
|
inlinestatic |
Definition at line 2753 of file plplot_octaveOCTAVE_wrap.cxx.
template void _cvt_to_double | ( | int * | , |
double * | , | ||
unsigned | |||
) |
template void _cvt_to_double | ( | long * | , |
double * | , | ||
unsigned | |||
) |
template void _cvt_to_double | ( | short * | , |
double * | , | ||
unsigned | |||
) |
template void _cvt_to_double | ( | unsigned * | , |
double * | , | ||
unsigned | |||
) |
template void _cvt_to_double | ( | unsigned long * | , |
double * | , | ||
unsigned | |||
) |
template void _cvt_to_double | ( | unsigned short * | , |
double * | , | ||
unsigned | |||
) |
|
inlinestatic |
Definition at line 2706 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 2689 of file plplot_octaveOCTAVE_wrap.cxx.
Definition at line 2868 of file plplot_octaveOCTAVE_wrap.cxx.
DEFINE_OCTAVE_ALLOCATOR | ( | octave_swig_packed | ) |
DEFINE_OCTAVE_ALLOCATOR | ( | octave_swig_ref | ) |
DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA | ( | octave_swig_packed | , |
"swig_packed" | , | ||
"swig_packed" | |||
) |
DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA | ( | octave_swig_ref | , |
"swig_ref" | , | ||
"swig_ref" | |||
) |
DEFUN_DLD | ( | subclass | , |
args | , | ||
nargout | , | ||
subclass_usage | |||
) |
Definition at line 27326 of file plplot_octaveOCTAVE_wrap.cxx.
DEFUN_DLD | ( | swig_exit | , |
args | , | ||
nargout | , | ||
swig_exit_usage | |||
) |
Definition at line 27432 of file plplot_octaveOCTAVE_wrap.cxx.
DEFUN_DLD | ( | SWIG_name | , |
args | , | ||
nargout | , | ||
SWIG_name_usage | |||
) |
Definition at line 27450 of file plplot_octaveOCTAVE_wrap.cxx.
DEFUN_DLD | ( | swig_octave_prereq | , |
args | , | ||
nargout | , | ||
swig_octave_prereq_usage | |||
) |
Definition at line 27415 of file plplot_octaveOCTAVE_wrap.cxx.
DEFUN_DLD | ( | swig_this | , |
args | , | ||
nargout | , | ||
swig_this_usage | |||
) |
Definition at line 27395 of file plplot_octaveOCTAVE_wrap.cxx.
DEFUN_DLD | ( | swig_type | , |
args | , | ||
nargout | , | ||
swig_type_usage | |||
) |
Definition at line 27359 of file plplot_octaveOCTAVE_wrap.cxx.
DEFUN_DLD | ( | swig_typequery | , |
args | , | ||
nargout | , | ||
swig_typequery_usage | |||
) |
Definition at line 27378 of file plplot_octaveOCTAVE_wrap.cxx.
Definition at line 2834 of file plplot_octaveOCTAVE_wrap.cxx.
Definition at line 2784 of file plplot_octaveOCTAVE_wrap.cxx.
|
inline |
Definition at line 2659 of file plplot_octaveOCTAVE_wrap.cxx.
|
inline |
Definition at line 2663 of file plplot_octaveOCTAVE_wrap.cxx.
void my_plcolorbar | ( | PLFLT * | p_colorbar_width, |
PLFLT * | p_colorbar_height, | ||
PLINT | opt, | ||
PLINT | position, | ||
PLFLT | x, | ||
PLFLT | y, | ||
PLFLT | x_length, | ||
PLFLT | y_length, | ||
PLINT | bg_color, | ||
PLINT | bb_color, | ||
PLINT | bb_style, | ||
PLFLT | low_cap_color, | ||
PLFLT | high_cap_color, | ||
PLINT | cont_color, | ||
PLFLT | cont_width, | ||
PLINT | n_labels, | ||
const PLINT * | label_opts, | ||
const char ** | label, | ||
PLINT | n_axes, | ||
const char ** | axis_opts, | ||
const PLFLT * | ticks, | ||
const PLINT * | sub_ticks, | ||
const PLINT * | n_values, | ||
const PLFLT * | a | ||
) |
Definition at line 3449 of file plplot_octaveOCTAVE_wrap.cxx.
void my_plcont | ( | const PLFLT * | f, |
PLINT | nx, | ||
PLINT | ny, | ||
PLINT | kx, | ||
PLINT | lx, | ||
PLINT | ky, | ||
PLINT | ly, | ||
const PLFLT * | clevel, | ||
PLINT | nlevel, | ||
PLFLT * | tr | ||
) |
Definition at line 3102 of file plplot_octaveOCTAVE_wrap.cxx.
void my_plcont0 | ( | const PLFLT * | f, |
PLINT | nx, | ||
PLINT | ny, | ||
PLINT | kx, | ||
PLINT | lx, | ||
PLINT | ky, | ||
PLINT | ly, | ||
const PLFLT * | clevel, | ||
PLINT | nlevel | ||
) |
Definition at line 3111 of file plplot_octaveOCTAVE_wrap.cxx.
void my_plcont1 | ( | const PLFLT * | f, |
PLINT | nx, | ||
PLINT | ny, | ||
PLINT | kx, | ||
PLINT | lx, | ||
PLINT | ky, | ||
PLINT | ly, | ||
const PLFLT * | clevel, | ||
PLINT | nlevel, | ||
const PLFLT * | xg, | ||
const PLFLT * | yg | ||
) |
Definition at line 3120 of file plplot_octaveOCTAVE_wrap.cxx.
void my_plcont2 | ( | const PLFLT * | f, |
PLINT | nx, | ||
PLINT | ny, | ||
PLINT | kx, | ||
PLINT | lx, | ||
PLINT | ky, | ||
PLINT | ly, | ||
const PLFLT * | clevel, | ||
PLINT | nlevel, | ||
const PLFLT * | xg, | ||
const PLFLT * | yg | ||
) |
Definition at line 3131 of file plplot_octaveOCTAVE_wrap.cxx.
void my_plcont2p | ( | const PLFLT * | f, |
PLINT | nx, | ||
PLINT | ny, | ||
PLINT | kx, | ||
PLINT | lx, | ||
PLINT | ky, | ||
PLINT | ly, | ||
const PLFLT * | clevel, | ||
PLINT | nlevel, | ||
const PLFLT * | xg, | ||
const PLFLT * | yg | ||
) |
Definition at line 3145 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 2965 of file plplot_octaveOCTAVE_wrap.cxx.
void my_plgriddata | ( | const PLFLT * | x, |
const PLFLT * | y, | ||
const PLFLT * | z, | ||
int | npts, | ||
const PLFLT * | xg, | ||
int | nptsx, | ||
const PLFLT * | yg, | ||
int | nptsy, | ||
PLFLT * | zg, | ||
int | type, | ||
PLFLT | data | ||
) |
Definition at line 3158 of file plplot_octaveOCTAVE_wrap.cxx.
void my_plimage | ( | const PLFLT * | a, |
PLINT | nx, | ||
PLINT | ny, | ||
PLFLT | xmin, | ||
PLFLT | xmax, | ||
PLFLT | ymin, | ||
PLFLT | ymax, | ||
PLFLT | zmin, | ||
PLFLT | zmax, | ||
PLFLT | dxmin, | ||
PLFLT | dxmax, | ||
PLFLT | dymin, | ||
PLFLT | dymax | ||
) |
Definition at line 3390 of file plplot_octaveOCTAVE_wrap.cxx.
void my_plimagefr | ( | const PLFLT * | a, |
PLINT | nx, | ||
PLINT | ny, | ||
PLFLT | xmin, | ||
PLFLT | xmax, | ||
PLFLT | ymin, | ||
PLFLT | ymax, | ||
PLFLT | zmin, | ||
PLFLT | zmax, | ||
PLFLT | valuemin, | ||
PLFLT | valuemax | ||
) |
Definition at line 3401 of file plplot_octaveOCTAVE_wrap.cxx.
void my_plimagefr1 | ( | const PLFLT * | a, |
PLINT | nx, | ||
PLINT | ny, | ||
PLFLT | xmin, | ||
PLFLT | xmax, | ||
PLFLT | ymin, | ||
PLFLT | ymax, | ||
PLFLT | zmin, | ||
PLFLT | zmax, | ||
PLFLT | valuemin, | ||
PLFLT | valuemax, | ||
const PLFLT * | xg, | ||
const PLFLT * | yg | ||
) |
Definition at line 3420 of file plplot_octaveOCTAVE_wrap.cxx.
void my_plimagefr2 | ( | const PLFLT * | a, |
PLINT | nx, | ||
PLINT | ny, | ||
PLFLT | xmin, | ||
PLFLT | xmax, | ||
PLFLT | ymin, | ||
PLFLT | ymax, | ||
PLFLT | zmin, | ||
PLFLT | zmax, | ||
PLFLT | valuemin, | ||
PLFLT | valuemax, | ||
const PLFLT * | xg, | ||
const PLFLT * | yg | ||
) |
Definition at line 3433 of file plplot_octaveOCTAVE_wrap.cxx.
void my_plimagefrx | ( | const PLFLT * | a, |
PLINT | nx, | ||
PLINT | ny, | ||
PLFLT | xmin, | ||
PLFLT | xmax, | ||
PLFLT | ymin, | ||
PLFLT | ymax, | ||
PLFLT | zmin, | ||
PLFLT | zmax, | ||
PLFLT | valuemin, | ||
PLFLT | valuemax, | ||
PLFLT * | tr | ||
) |
Definition at line 3410 of file plplot_octaveOCTAVE_wrap.cxx.
Definition at line 3172 of file plplot_octaveOCTAVE_wrap.cxx.
void my_plmeshc | ( | const PLFLT * | x, |
const PLFLT * | y, | ||
const PLFLT * | z, | ||
PLINT | nx, | ||
PLINT | ny, | ||
PLINT | opt, | ||
const PLFLT * | clevel, | ||
PLINT | nlevel | ||
) |
Definition at line 3180 of file plplot_octaveOCTAVE_wrap.cxx.
void my_plot3d | ( | const PLFLT * | x, |
const PLFLT * | y, | ||
const PLFLT * | z, | ||
PLINT | nx, | ||
PLINT | ny, | ||
PLINT | opt, | ||
PLINT | side | ||
) |
Definition at line 3188 of file plplot_octaveOCTAVE_wrap.cxx.
void my_plot3dc | ( | const PLFLT * | x, |
const PLFLT * | y, | ||
const PLFLT * | z, | ||
PLINT | nx, | ||
PLINT | ny, | ||
PLINT | opt, | ||
const PLFLT * | clevel, | ||
PLINT | nlevel | ||
) |
Definition at line 3196 of file plplot_octaveOCTAVE_wrap.cxx.
void my_plot3dcl | ( | const PLFLT * | x, |
const PLFLT * | y, | ||
const PLFLT * | z, | ||
PLINT | nx, | ||
PLINT | ny, | ||
PLINT | opt, | ||
const PLFLT * | clevel, | ||
PLINT | nlevel, | ||
PLINT | indexxmin, | ||
PLINT | indexxmax, | ||
const PLINT * | indexymin, | ||
const PLINT * | indexymax | ||
) |
Definition at line 3205 of file plplot_octaveOCTAVE_wrap.cxx.
void my_plshade | ( | const PLFLT * | a, |
PLINT | nx, | ||
PLINT | ny, | ||
const PLFLT * | defined, | ||
PLFLT | left, | ||
PLFLT | right, | ||
PLFLT | bottom, | ||
PLFLT | top, | ||
PLFLT | shade_min, | ||
PLFLT | shade_max, | ||
PLINT | sh_cmap, | ||
PLFLT | sh_color, | ||
PLINT | sh_width, | ||
PLINT | min_color, | ||
PLINT | min_width, | ||
PLINT | max_color, | ||
PLINT | max_width, | ||
PLINT | rectangular, | ||
PLFLT * | tr | ||
) |
Definition at line 3239 of file plplot_octaveOCTAVE_wrap.cxx.
void my_plshade1 | ( | const PLFLT * | a, |
PLINT | nx, | ||
PLINT | ny, | ||
const char * | defined, | ||
PLFLT | left, | ||
PLFLT | right, | ||
PLFLT | bottom, | ||
PLFLT | top, | ||
PLFLT | shade_min, | ||
PLFLT | shade_max, | ||
PLINT | sh_cmap, | ||
PLFLT | sh_color, | ||
PLINT | sh_width, | ||
PLINT | min_color, | ||
PLINT | min_width, | ||
PLINT | max_color, | ||
PLINT | max_width, | ||
PLINT | rectangular, | ||
const PLFLT * | xg, | ||
const PLFLT * | yg | ||
) |
Definition at line 3255 of file plplot_octaveOCTAVE_wrap.cxx.
void my_plshade2 | ( | const PLFLT * | a, |
PLINT | nx, | ||
PLINT | ny, | ||
const char * | defined, | ||
PLFLT | left, | ||
PLFLT | right, | ||
PLFLT | bottom, | ||
PLFLT | top, | ||
PLFLT | shade_min, | ||
PLFLT | shade_max, | ||
PLINT | sh_cmap, | ||
PLFLT | sh_color, | ||
PLINT | sh_width, | ||
PLINT | min_color, | ||
PLINT | min_width, | ||
PLINT | max_color, | ||
PLINT | max_width, | ||
PLINT | rectangular, | ||
const PLFLT * | xg, | ||
const PLFLT * | yg | ||
) |
Definition at line 3274 of file plplot_octaveOCTAVE_wrap.cxx.
void my_plshades | ( | const PLFLT * | a, |
PLINT | nx, | ||
PLINT | ny, | ||
PLFLT | left, | ||
PLFLT | right, | ||
PLFLT | bottom, | ||
PLFLT | top, | ||
const PLFLT * | clevel, | ||
PLINT | nlevel, | ||
PLINT | fill_width, | ||
PLINT | cont_color, | ||
PLINT | cont_width, | ||
PLINT | rectangular | ||
) |
Definition at line 3296 of file plplot_octaveOCTAVE_wrap.cxx.
void my_plshades1 | ( | const PLFLT * | a, |
PLINT | nx, | ||
PLINT | ny, | ||
PLFLT | left, | ||
PLFLT | right, | ||
PLFLT | bottom, | ||
PLFLT | top, | ||
const PLFLT * | clevel, | ||
PLINT | nlevel, | ||
PLINT | fill_width, | ||
PLINT | cont_color, | ||
PLINT | cont_width, | ||
PLINT | rectangular, | ||
const PLFLT * | xg, | ||
const PLFLT * | yg | ||
) |
Definition at line 3320 of file plplot_octaveOCTAVE_wrap.cxx.
void my_plshades2 | ( | const PLFLT * | a, |
PLINT | nx, | ||
PLINT | ny, | ||
PLFLT | left, | ||
PLFLT | right, | ||
PLFLT | bottom, | ||
PLFLT | top, | ||
const PLFLT * | clevel, | ||
PLINT | nlevel, | ||
PLINT | fill_width, | ||
PLINT | cont_color, | ||
PLINT | cont_width, | ||
PLINT | rectangular, | ||
const PLFLT * | xg, | ||
const PLFLT * | yg | ||
) |
Definition at line 3336 of file plplot_octaveOCTAVE_wrap.cxx.
void my_plshadesx | ( | const PLFLT * | a, |
PLINT | nx, | ||
PLINT | ny, | ||
PLFLT | left, | ||
PLFLT | right, | ||
PLFLT | bottom, | ||
PLFLT | top, | ||
const PLFLT * | clevel, | ||
PLINT | nlevel, | ||
PLINT | fill_width, | ||
PLINT | cont_color, | ||
PLINT | cont_width, | ||
PLINT | rectangular, | ||
PLFLT * | tr | ||
) |
Definition at line 3308 of file plplot_octaveOCTAVE_wrap.cxx.
void my_plstripc | ( | PLINT * | id, |
const char * | xspec, | ||
const char * | yspec, | ||
PLFLT | xmin, | ||
PLFLT | xmax, | ||
PLFLT | xjump, | ||
PLFLT | ymin, | ||
PLFLT | ymax, | ||
PLFLT | xlpos, | ||
PLFLT | ylpos, | ||
PLBOOL | y_ascl, | ||
PLBOOL | acc, | ||
PLINT | colbox, | ||
PLINT | collab, | ||
const PLINT * | colline, | ||
const PLINT * | styline, | ||
const char * | legline1, | ||
const char * | legline2, | ||
const char * | legline3, | ||
const char * | legline4, | ||
const char * | labx, | ||
const char * | laby, | ||
const char * | labtop | ||
) |
Definition at line 3054 of file plplot_octaveOCTAVE_wrap.cxx.
void my_plsurf3d | ( | const PLFLT * | x, |
const PLFLT * | y, | ||
const PLFLT * | z, | ||
PLINT | nx, | ||
PLINT | ny, | ||
PLINT | opt, | ||
const PLFLT * | clevel, | ||
PLINT | nlevel | ||
) |
Definition at line 3216 of file plplot_octaveOCTAVE_wrap.cxx.
void my_plsurf3dl | ( | const PLFLT * | x, |
const PLFLT * | y, | ||
const PLFLT * | z, | ||
PLINT | nx, | ||
PLINT | ny, | ||
PLINT | opt, | ||
const PLFLT * | clevel, | ||
PLINT | nlevel, | ||
PLINT | indexxmin, | ||
PLINT | indexxmax, | ||
const PLINT * | indexymin, | ||
const PLINT * | indexymax | ||
) |
Definition at line 3223 of file plplot_octaveOCTAVE_wrap.cxx.
Definition at line 3029 of file plplot_octaveOCTAVE_wrap.cxx.
Definition at line 3357 of file plplot_octaveOCTAVE_wrap.cxx.
void my_plvect1 | ( | const PLFLT * | u, |
const PLFLT * | v, | ||
PLINT | nx, | ||
PLINT | ny, | ||
PLFLT | scale, | ||
const PLFLT * | xg, | ||
const PLFLT * | yg | ||
) |
Definition at line 3365 of file plplot_octaveOCTAVE_wrap.cxx.
void my_plvect2 | ( | const PLFLT * | u, |
const PLFLT * | v, | ||
PLINT | nx, | ||
PLINT | ny, | ||
PLFLT | scale, | ||
const PLFLT * | xg, | ||
const PLFLT * | yg | ||
) |
Definition at line 3376 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGRUNTIME octave_value_list octave_set_immutable | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 2257 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGINTERN int SWIG_AsCharArray | ( | octave_value | obj, |
char * | val, | ||
size_t | size | ||
) |
Definition at line 3541 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGINTERN int SWIG_AsCharPtrAndSize | ( | octave_value | ov, |
char ** | cptr, | ||
size_t * | psize, | ||
int * | alloc | ||
) |
Definition at line 2979 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGINTERN int SWIG_AsVal_char | ( | octave_value | obj, |
char * | val | ||
) |
Definition at line 3596 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGINTERN int SWIG_AsVal_double | ( | const octave_value & | ov, |
double * | val | ||
) |
Definition at line 3040 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGINTERN int SWIG_AsVal_int | ( | octave_value | obj, |
int * | val | ||
) |
Definition at line 2950 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGINTERN int SWIG_AsVal_long | ( | const octave_value & | ov, |
long * | val | ||
) |
Definition at line 2932 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGINTERN int SWIG_AsVal_unsigned_SS_int | ( | octave_value | obj, |
unsigned int * | val | ||
) |
Definition at line 3512 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGINTERN int SWIG_AsVal_unsigned_SS_long | ( | const octave_value & | ov, |
unsigned long * | val | ||
) |
Definition at line 3481 of file plplot_octaveOCTAVE_wrap.cxx.
swig_binary_op | ( | add | ) |
swig_binary_op | ( | div | ) |
swig_binary_op | ( | el_and | ) |
swig_binary_op | ( | el_div | ) |
swig_binary_op | ( | el_ldiv | ) |
swig_binary_op | ( | el_mul | ) |
swig_binary_op | ( | el_or | ) |
swig_binary_op | ( | el_pow | ) |
swig_binary_op | ( | eq | ) |
swig_binary_op | ( | ge | ) |
swig_binary_op | ( | gt | ) |
swig_binary_op | ( | ldiv | ) |
swig_binary_op | ( | le | ) |
swig_binary_op | ( | lshift | ) |
swig_binary_op | ( | lt | ) |
swig_binary_op | ( | mul | ) |
swig_binary_op | ( | ne | ) |
swig_binary_op | ( | pow | ) |
swig_binary_op | ( | rshift | ) |
swig_binary_op | ( | sub | ) |
SWIGRUNTIME bool SWIG_check_num_args | ( | const char * | func_name, |
int | num_args, | ||
int | max_args, | ||
int | min_args, | ||
int | varargs | ||
) |
Definition at line 877 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | delete_PLGraphicsIn | , |
_wrap_delete_PLGraphicsIn | , | ||
std::string() | |||
) |
Definition at line 17020 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | new_PLGraphicsIn | , |
_wrap_new_PLGraphicsIn | , | ||
std::string() | |||
) |
Definition at line 16997 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | pl_setcontlabelformat | , |
_wrap_pl_setcontlabelformat | , | ||
_wrap_pl_setcontlabelformat_texinfo | |||
) |
Definition at line 17069 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | pl_setcontlabelparam | , |
_wrap_pl_setcontlabelparam | , | ||
_wrap_pl_setcontlabelparam_texinfo | |||
) |
Definition at line 17107 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | pladv | , |
_wrap_pladv | , | ||
_wrap_pladv_texinfo | |||
) |
Definition at line 17161 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plarc | , |
_wrap_plarc | , | ||
_wrap_plarc_texinfo | |||
) |
Definition at line 17191 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plaxes | , |
_wrap_plaxes | , | ||
_wrap_plaxes_texinfo | |||
) |
Definition at line 17277 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plbin | , |
_wrap_plbin | , | ||
_wrap_plbin_texinfo | |||
) |
Definition at line 17371 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plbop | , |
_wrap_plbop | , | ||
_wrap_plbop_texinfo | |||
) |
Definition at line 17535 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plbox | , |
_wrap_plbox | , | ||
_wrap_plbox_texinfo | |||
) |
Definition at line 17557 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plbox3 | , |
_wrap_plbox3 | , | ||
_wrap_plbox3_texinfo | |||
) |
Definition at line 17635 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plbtime | , |
_wrap_plbtime | , | ||
_wrap_plbtime_texinfo | |||
) |
Definition at line 17445 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plcalc_world | , |
_wrap_plcalc_world | , | ||
_wrap_plcalc_world_texinfo | |||
) |
Definition at line 17777 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plclear | , |
_wrap_plclear | , | ||
_wrap_plclear_texinfo | |||
) |
Definition at line 17845 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plClearOpts | , |
_wrap_plClearOpts | , | ||
std::string() | |||
) |
Definition at line 26607 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plcol0 | , |
_wrap_plcol0 | , | ||
_wrap_plcol0_texinfo | |||
) |
Definition at line 17867 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plcol1 | , |
_wrap_plcol1 | , | ||
_wrap_plcol1_texinfo | |||
) |
Definition at line 17897 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plcolorbar | , |
_wrap_plcolorbar | , | ||
_wrap_plcolorbar_texinfo | |||
) |
Definition at line 15616 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plconfigtime | , |
_wrap_plconfigtime | , | ||
_wrap_plconfigtime_texinfo | |||
) |
Definition at line 17927 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plcont | , |
_wrap_plcont | , | ||
_wrap_plcont_texinfo | |||
) |
Definition at line 11580 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plcont0 | , |
_wrap_plcont0 | , | ||
std::string() | |||
) |
Definition at line 11701 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plcont1 | , |
_wrap_plcont1 | , | ||
std::string() | |||
) |
Definition at line 11799 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plcont2 | , |
_wrap_plcont2 | , | ||
std::string() | |||
) |
Definition at line 11943 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plcont2p | , |
_wrap_plcont2p | , | ||
std::string() | |||
) |
Definition at line 12095 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plcpstrm | , |
_wrap_plcpstrm | , | ||
_wrap_plcpstrm_texinfo | |||
) |
Definition at line 18117 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plctime | , |
_wrap_plctime | , | ||
_wrap_plctime_texinfo | |||
) |
Definition at line 18037 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plend | , |
_wrap_plend | , | ||
_wrap_plend_texinfo | |||
) |
Definition at line 18155 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plend1 | , |
_wrap_plend1 | , | ||
_wrap_plend1_texinfo | |||
) |
Definition at line 18177 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plenv | , |
_wrap_plenv | , | ||
_wrap_plenv_texinfo | |||
) |
Definition at line 18199 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plenv0 | , |
_wrap_plenv0 | , | ||
_wrap_plenv0_texinfo | |||
) |
Definition at line 18269 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | pleop | , |
_wrap_pleop | , | ||
_wrap_pleop_texinfo | |||
) |
Definition at line 18339 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plerrx | , |
_wrap_plerrx | , | ||
_wrap_plerrx_texinfo | |||
) |
Definition at line 18361 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plerry | , |
_wrap_plerry | , | ||
_wrap_plerry_texinfo | |||
) |
Definition at line 18450 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plfamadv | , |
_wrap_plfamadv | , | ||
_wrap_plfamadv_texinfo | |||
) |
Definition at line 18539 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plfill | , |
_wrap_plfill | , | ||
_wrap_plfill_texinfo | |||
) |
Definition at line 18561 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plfill3 | , |
_wrap_plfill3 | , | ||
_wrap_plfill3_texinfo | |||
) |
Definition at line 18627 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plflush | , |
_wrap_plflush | , | ||
_wrap_plflush_texinfo | |||
) |
Definition at line 18790 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plfont | , |
_wrap_plfont | , | ||
_wrap_plfont_texinfo | |||
) |
Definition at line 18812 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plfontld | , |
_wrap_plfontld | , | ||
_wrap_plfontld_texinfo | |||
) |
Definition at line 18842 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plgchr | , |
_wrap_plgchr | , | ||
_wrap_plgchr_texinfo | |||
) |
Definition at line 18872 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plgcmap1_range | , |
_wrap_plgcmap1_range | , | ||
_wrap_plgcmap1_range_texinfo | |||
) |
Definition at line 23310 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plgcol0 | , |
_wrap_plgcol0 | , | ||
_wrap_plgcol0_texinfo | |||
) |
Definition at line 18914 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plgcol0a | , |
_wrap_plgcol0a | , | ||
_wrap_plgcol0a_texinfo | |||
) |
Definition at line 18974 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plgcolbg | , |
_wrap_plgcolbg | , | ||
_wrap_plgcolbg_texinfo | |||
) |
Definition at line 19044 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plgcolbga | , |
_wrap_plgcolbga | , | ||
_wrap_plgcolbga_texinfo | |||
) |
Definition at line 19096 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plgcompression | , |
_wrap_plgcompression | , | ||
_wrap_plgcompression_texinfo | |||
) |
Definition at line 19158 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plgdev | , |
_wrap_plgdev | , | ||
_wrap_plgdev_texinfo | |||
) |
Definition at line 19190 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plgdidev | , |
_wrap_plgdidev | , | ||
_wrap_plgdidev_texinfo | |||
) |
Definition at line 19227 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plgdiori | , |
_wrap_plgdiori | , | ||
_wrap_plgdiori_texinfo | |||
) |
Definition at line 19289 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plgdiplt | , |
_wrap_plgdiplt | , | ||
_wrap_plgdiplt_texinfo | |||
) |
Definition at line 19321 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plGetCursor | , |
_wrap_plGetCursor | , | ||
_wrap_plGetCursor_texinfo | |||
) |
Definition at line 11110 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plgfam | , |
_wrap_plgfam | , | ||
_wrap_plgfam_texinfo | |||
) |
Definition at line 19383 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plgfci | , |
_wrap_plgfci | , | ||
_wrap_plgfci_texinfo | |||
) |
Definition at line 19435 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plgfnam | , |
_wrap_plgfnam | , | ||
_wrap_plgfnam_texinfo | |||
) |
Definition at line 19467 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plgfont | , |
_wrap_plgfont | , | ||
_wrap_plgfont_texinfo | |||
) |
Definition at line 19504 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plglevel | , |
_wrap_plglevel | , | ||
_wrap_plglevel_texinfo | |||
) |
Definition at line 19556 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plgpage | , |
_wrap_plgpage | , | ||
_wrap_plgpage_texinfo | |||
) |
Definition at line 19588 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plgra | , |
_wrap_plgra | , | ||
_wrap_plgra_texinfo | |||
) |
Definition at line 19670 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plgradient | , |
_wrap_plgradient | , | ||
_wrap_plgradient_texinfo | |||
) |
Definition at line 18716 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | PLGraphicsIn_button_get | , |
_wrap_PLGraphicsIn_button_get | , | ||
std::string() | |||
) |
Definition at line 16407 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | PLGraphicsIn_button_set | , |
_wrap_PLGraphicsIn_button_set | , | ||
std::string() | |||
) |
Definition at line 16369 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | PLGraphicsIn_dX_get | , |
_wrap_PLGraphicsIn_dX_get | , | ||
std::string() | |||
) |
Definition at line 16759 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | PLGraphicsIn_dX_set | , |
_wrap_PLGraphicsIn_dX_set | , | ||
std::string() | |||
) |
Definition at line 16721 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | PLGraphicsIn_dY_get | , |
_wrap_PLGraphicsIn_dY_get | , | ||
std::string() | |||
) |
Definition at line 16828 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | PLGraphicsIn_dY_set | , |
_wrap_PLGraphicsIn_dY_set | , | ||
std::string() | |||
) |
Definition at line 16790 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | PLGraphicsIn_keysym_get | , |
_wrap_PLGraphicsIn_keysym_get | , | ||
std::string() | |||
) |
Definition at line 16338 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | PLGraphicsIn_keysym_set | , |
_wrap_PLGraphicsIn_keysym_set | , | ||
std::string() | |||
) |
Definition at line 16300 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | PLGraphicsIn_pX_get | , |
_wrap_PLGraphicsIn_pX_get | , | ||
std::string() | |||
) |
Definition at line 16621 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | PLGraphicsIn_pX_set | , |
_wrap_PLGraphicsIn_pX_set | , | ||
std::string() | |||
) |
Definition at line 16583 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | PLGraphicsIn_pY_get | , |
_wrap_PLGraphicsIn_pY_get | , | ||
std::string() | |||
) |
Definition at line 16690 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | PLGraphicsIn_pY_set | , |
_wrap_PLGraphicsIn_pY_set | , | ||
std::string() | |||
) |
Definition at line 16652 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | PLGraphicsIn_state_get | , |
_wrap_PLGraphicsIn_state_get | , | ||
std::string() | |||
) |
Definition at line 16269 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | PLGraphicsIn_state_set | , |
_wrap_PLGraphicsIn_state_set | , | ||
std::string() | |||
) |
Definition at line 16231 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | PLGraphicsIn_string_get | , |
_wrap_PLGraphicsIn_string_get | , | ||
std::string() | |||
) |
Definition at line 16546 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | PLGraphicsIn_string_set | , |
_wrap_PLGraphicsIn_string_set | , | ||
std::string() | |||
) |
Definition at line 16507 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | PLGraphicsIn_subwindow_get | , |
_wrap_PLGraphicsIn_subwindow_get | , | ||
std::string() | |||
) |
Definition at line 16476 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | PLGraphicsIn_subwindow_set | , |
_wrap_PLGraphicsIn_subwindow_set | , | ||
std::string() | |||
) |
Definition at line 16438 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | PLGraphicsIn_type_get | , |
_wrap_PLGraphicsIn_type_get | , | ||
std::string() | |||
) |
Definition at line 16200 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | PLGraphicsIn_type_set | , |
_wrap_PLGraphicsIn_type_set | , | ||
std::string() | |||
) |
Definition at line 16162 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | PLGraphicsIn_wX_get | , |
_wrap_PLGraphicsIn_wX_get | , | ||
std::string() | |||
) |
Definition at line 16897 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | PLGraphicsIn_wX_set | , |
_wrap_PLGraphicsIn_wX_set | , | ||
std::string() | |||
) |
Definition at line 16859 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | PLGraphicsIn_wY_get | , |
_wrap_PLGraphicsIn_wY_get | , | ||
std::string() | |||
) |
Definition at line 16966 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | PLGraphicsIn_wY_set | , |
_wrap_PLGraphicsIn_wY_set | , | ||
std::string() | |||
) |
Definition at line 16928 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plgriddata | , |
_wrap_plgriddata | , | ||
_wrap_plgriddata_texinfo | |||
) |
Definition at line 12247 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plgspa | , |
_wrap_plgspa | , | ||
_wrap_plgspa_texinfo | |||
) |
Definition at line 19692 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plgstrm | , |
_wrap_plgstrm | , | ||
_wrap_plgstrm_texinfo | |||
) |
Definition at line 19754 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plgver | , |
_wrap_plgver | , | ||
_wrap_plgver_texinfo | |||
) |
Definition at line 19786 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plgvpd | , |
_wrap_plgvpd | , | ||
_wrap_plgvpd_texinfo | |||
) |
Definition at line 19823 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plgvpw | , |
_wrap_plgvpw | , | ||
_wrap_plgvpw_texinfo | |||
) |
Definition at line 19885 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plgxax | , |
_wrap_plgxax | , | ||
_wrap_plgxax_texinfo | |||
) |
Definition at line 19947 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plgyax | , |
_wrap_plgyax | , | ||
_wrap_plgyax_texinfo | |||
) |
Definition at line 19989 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plgzax | , |
_wrap_plgzax | , | ||
_wrap_plgzax_texinfo | |||
) |
Definition at line 20031 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plhist | , |
_wrap_plhist | , | ||
_wrap_plhist_texinfo | |||
) |
Definition at line 20073 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plhlsrgb | , |
_wrap_plhlsrgb | , | ||
_wrap_plhlsrgb_texinfo | |||
) |
Definition at line 20148 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plimagefr | , |
_wrap_plimagefr | , | ||
_wrap_plimagefr_texinfo | |||
) |
Definition at line 15069 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plimagefr1 | , |
_wrap_plimagefr1 | , | ||
std::string() | |||
) |
Definition at line 15310 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plimagefr2 | , |
_wrap_plimagefr2 | , | ||
std::string() | |||
) |
Definition at line 15465 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plimagefrx | , |
_wrap_plimagefrx | , | ||
std::string() | |||
) |
Definition at line 15178 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plinit | , |
_wrap_plinit | , | ||
_wrap_plinit_texinfo | |||
) |
Definition at line 20224 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | pljoin | , |
_wrap_pljoin | , | ||
_wrap_pljoin_texinfo | |||
) |
Definition at line 20246 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | pllab | , |
_wrap_pllab | , | ||
_wrap_pllab_texinfo | |||
) |
Definition at line 20300 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | pllegend | , |
_wrap_pllegend | , | ||
_wrap_pllegend_texinfo | |||
) |
Definition at line 20358 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | pllightsource | , |
_wrap_pllightsource | , | ||
_wrap_pllightsource_texinfo | |||
) |
Definition at line 21196 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plline | , |
_wrap_plline | , | ||
_wrap_plline_texinfo | |||
) |
Definition at line 21242 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plline3 | , |
_wrap_plline3 | , | ||
_wrap_plline3_texinfo | |||
) |
Definition at line 21308 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | pllsty | , |
_wrap_pllsty | , | ||
_wrap_pllsty_texinfo | |||
) |
Definition at line 21397 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plmap | , |
_wrap_plmap | , | ||
_wrap_plmap_texinfo | |||
) |
Definition at line 25899 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plmapfill | , |
_wrap_plmapfill | , | ||
_wrap_plmapfill_texinfo | |||
) |
Definition at line 26387 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plmapline | , |
_wrap_plmapline | , | ||
_wrap_plmapline_texinfo | |||
) |
Definition at line 25990 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plmapstring | , |
_wrap_plmapstring | , | ||
_wrap_plmapstring_texinfo | |||
) |
Definition at line 26115 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plmaptex | , |
_wrap_plmaptex | , | ||
_wrap_plmaptex_texinfo | |||
) |
Definition at line 26252 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plmeridians | , |
_wrap_plmeridians | , | ||
_wrap_plmeridians_texinfo | |||
) |
Definition at line 26512 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plmesh | , |
_wrap_plmesh | , | ||
_wrap_plmesh_texinfo | |||
) |
Definition at line 12402 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plmeshc | , |
_wrap_plmeshc | , | ||
_wrap_plmeshc_texinfo | |||
) |
Definition at line 12503 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plmkstrm | , |
_wrap_plmkstrm | , | ||
_wrap_plmkstrm_texinfo | |||
) |
Definition at line 21427 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plmtex | , |
_wrap_plmtex | , | ||
_wrap_plmtex_texinfo | |||
) |
Definition at line 21459 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plmtex3 | , |
_wrap_plmtex3 | , | ||
_wrap_plmtex3_texinfo | |||
) |
Definition at line 21529 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plOptUsage | , |
_wrap_plOptUsage | , | ||
std::string() | |||
) |
Definition at line 26697 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plot3d | , |
_wrap_plot3d | , | ||
_wrap_plot3d_texinfo | |||
) |
Definition at line 12625 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plot3dc | , |
_wrap_plot3dc | , | ||
_wrap_plot3dc_texinfo | |||
) |
Definition at line 12734 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plot3dcl | , |
_wrap_plot3dcl | , | ||
_wrap_plot3dcl_texinfo | |||
) |
Definition at line 12856 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plparseopts | , |
_wrap_plparseopts | , | ||
_wrap_plparseopts_texinfo | |||
) |
Definition at line 21599 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plpat | , |
_wrap_plpat | , | ||
_wrap_plpat_texinfo | |||
) |
Definition at line 21646 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plpath | , |
_wrap_plpath | , | ||
_wrap_plpath_texinfo | |||
) |
Definition at line 21714 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plpoin | , |
_wrap_plpoin | , | ||
_wrap_plpoin_texinfo | |||
) |
Definition at line 21776 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plpoin3 | , |
_wrap_plpoin3 | , | ||
_wrap_plpoin3_texinfo | |||
) |
Definition at line 21850 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plpoly3 | , |
_wrap_plpoly3 | , | ||
_wrap_plpoly3_texinfo | |||
) |
Definition at line 21947 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plprec | , |
_wrap_plprec | , | ||
_wrap_plprec_texinfo | |||
) |
Definition at line 22068 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plpsty | , |
_wrap_plpsty | , | ||
_wrap_plpsty_texinfo | |||
) |
Definition at line 22106 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plptex | , |
_wrap_plptex | , | ||
_wrap_plptex_texinfo | |||
) |
Definition at line 22136 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plptex3 | , |
_wrap_plptex3 | , | ||
_wrap_plptex3_texinfo | |||
) |
Definition at line 22210 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plrandd | , |
_wrap_plrandd | , | ||
_wrap_plrandd_texinfo | |||
) |
Definition at line 22324 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plreplot | , |
_wrap_plreplot | , | ||
_wrap_plreplot_texinfo | |||
) |
Definition at line 22347 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plResetOpts | , |
_wrap_plResetOpts | , | ||
std::string() | |||
) |
Definition at line 26629 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plrgbhls | , |
_wrap_plrgbhls | , | ||
_wrap_plrgbhls_texinfo | |||
) |
Definition at line 22369 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plschr | , |
_wrap_plschr | , | ||
_wrap_plschr_texinfo | |||
) |
Definition at line 22445 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plscmap0 | , |
_wrap_plscmap0 | , | ||
_wrap_plscmap0_texinfo | |||
) |
Definition at line 22483 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plscmap0a | , |
_wrap_plscmap0a | , | ||
_wrap_plscmap0a_texinfo | |||
) |
Definition at line 22576 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plscmap0n | , |
_wrap_plscmap0n | , | ||
_wrap_plscmap0n_texinfo | |||
) |
Definition at line 22692 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plscmap1 | , |
_wrap_plscmap1 | , | ||
_wrap_plscmap1_texinfo | |||
) |
Definition at line 22722 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plscmap1_range | , |
_wrap_plscmap1_range | , | ||
_wrap_plscmap1_range_texinfo | |||
) |
Definition at line 23272 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plscmap1a | , |
_wrap_plscmap1a | , | ||
_wrap_plscmap1a_texinfo | |||
) |
Definition at line 22815 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plscmap1l | , |
_wrap_plscmap1l | , | ||
_wrap_plscmap1l_texinfo | |||
) |
Definition at line 22931 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plscmap1la | , |
_wrap_plscmap1la | , | ||
_wrap_plscmap1la_texinfo | |||
) |
Definition at line 23075 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plscmap1n | , |
_wrap_plscmap1n | , | ||
_wrap_plscmap1n_texinfo | |||
) |
Definition at line 23242 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plscol0 | , |
_wrap_plscol0 | , | ||
_wrap_plscol0_texinfo | |||
) |
Definition at line 23352 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plscol0a | , |
_wrap_plscol0a | , | ||
_wrap_plscol0a_texinfo | |||
) |
Definition at line 23406 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plscolbg | , |
_wrap_plscolbg | , | ||
_wrap_plscolbg_texinfo | |||
) |
Definition at line 23468 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plscolbga | , |
_wrap_plscolbga | , | ||
_wrap_plscolbga_texinfo | |||
) |
Definition at line 23514 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plscolor | , |
_wrap_plscolor | , | ||
_wrap_plscolor_texinfo | |||
) |
Definition at line 23568 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plscompression | , |
_wrap_plscompression | , | ||
_wrap_plscompression_texinfo | |||
) |
Definition at line 23598 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plsdev | , |
_wrap_plsdev | , | ||
_wrap_plsdev_texinfo | |||
) |
Definition at line 23628 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plsdidev | , |
_wrap_plsdidev | , | ||
_wrap_plsdidev_texinfo | |||
) |
Definition at line 23662 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plsdimap | , |
_wrap_plsdimap | , | ||
_wrap_plsdimap_texinfo | |||
) |
Definition at line 23716 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plsdiori | , |
_wrap_plsdiori | , | ||
_wrap_plsdiori_texinfo | |||
) |
Definition at line 23786 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plsdiplt | , |
_wrap_plsdiplt | , | ||
_wrap_plsdiplt_texinfo | |||
) |
Definition at line 23816 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plsdiplz | , |
_wrap_plsdiplz | , | ||
_wrap_plsdiplz_texinfo | |||
) |
Definition at line 23870 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plseed | , |
_wrap_plseed | , | ||
_wrap_plseed_texinfo | |||
) |
Definition at line 23924 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plsesc | , |
_wrap_plsesc | , | ||
_wrap_plsesc_texinfo | |||
) |
Definition at line 23954 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plSetOpt | , |
_wrap_plSetOpt | , | ||
_wrap_plSetOpt_texinfo | |||
) |
Definition at line 23984 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plSetUsage | , |
_wrap_plSetUsage | , | ||
std::string() | |||
) |
Definition at line 26651 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plsfam | , |
_wrap_plsfam | , | ||
_wrap_plsfam_texinfo | |||
) |
Definition at line 24031 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plsfci | , |
_wrap_plsfci | , | ||
_wrap_plsfci_texinfo | |||
) |
Definition at line 24077 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plsfnam | , |
_wrap_plsfnam | , | ||
_wrap_plsfnam_texinfo | |||
) |
Definition at line 24107 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plsfont | , |
_wrap_plsfont | , | ||
_wrap_plsfont_texinfo | |||
) |
Definition at line 24141 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plshade | , |
_wrap_plshade | , | ||
_wrap_plshade_texinfo | |||
) |
Definition at line 13330 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plshade1 | , |
_wrap_plshade1 | , | ||
std::string() | |||
) |
Definition at line 13530 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plshade2 | , |
_wrap_plshade2 | , | ||
std::string() | |||
) |
Definition at line 13745 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plshades | , |
_wrap_plshades | , | ||
_wrap_plshades_texinfo | |||
) |
Definition at line 13956 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plshades1 | , |
_wrap_plshades1 | , | ||
std::string() | |||
) |
Definition at line 14239 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plshades2 | , |
_wrap_plshades2 | , | ||
std::string() | |||
) |
Definition at line 14415 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plshadesx | , |
_wrap_plshadesx | , | ||
std::string() | |||
) |
Definition at line 14086 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plslabelfunc | , |
_wrap_plslabelfunc | , | ||
_wrap_plslabelfunc_texinfo | |||
) |
Definition at line 24187 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plsmaj | , |
_wrap_plsmaj | , | ||
_wrap_plsmaj_texinfo | |||
) |
Definition at line 24240 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plsmin | , |
_wrap_plsmin | , | ||
_wrap_plsmin_texinfo | |||
) |
Definition at line 24278 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plsori | , |
_wrap_plsori | , | ||
_wrap_plsori_texinfo | |||
) |
Definition at line 24316 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plspage | , |
_wrap_plspage | , | ||
_wrap_plspage_texinfo | |||
) |
Definition at line 24346 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plspal0 | , |
_wrap_plspal0 | , | ||
_wrap_plspal0_texinfo | |||
) |
Definition at line 24416 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plspal1 | , |
_wrap_plspal1 | , | ||
_wrap_plspal1_texinfo | |||
) |
Definition at line 24450 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plspause | , |
_wrap_plspause | , | ||
_wrap_plspause_texinfo | |||
) |
Definition at line 24492 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plsstrm | , |
_wrap_plsstrm | , | ||
_wrap_plsstrm_texinfo | |||
) |
Definition at line 24522 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plssub | , |
_wrap_plssub | , | ||
_wrap_plssub_texinfo | |||
) |
Definition at line 24552 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plssym | , |
_wrap_plssym | , | ||
_wrap_plssym_texinfo | |||
) |
Definition at line 24590 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plstar | , |
_wrap_plstar | , | ||
_wrap_plstar_texinfo | |||
) |
Definition at line 24628 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plstart | , |
_wrap_plstart | , | ||
_wrap_plstart_texinfo | |||
) |
Definition at line 24666 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plstransform | , |
_wrap_plstransform | , | ||
_wrap_plstransform_texinfo | |||
) |
Definition at line 24716 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plstring | , |
_wrap_plstring | , | ||
_wrap_plstring_texinfo | |||
) |
Definition at line 24769 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plstring3 | , |
_wrap_plstring3 | , | ||
_wrap_plstring3_texinfo | |||
) |
Definition at line 24847 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plstripa | , |
_wrap_plstripa | , | ||
_wrap_plstripa_texinfo | |||
) |
Definition at line 24948 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plstripc | , |
_wrap_plstripc | , | ||
_wrap_plstripc_texinfo | |||
) |
Definition at line 11307 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plstripd | , |
_wrap_plstripd | , | ||
_wrap_plstripd_texinfo | |||
) |
Definition at line 25002 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plstyl | , |
_wrap_plstyl | , | ||
_wrap_plstyl_texinfo | |||
) |
Definition at line 25032 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plsurf3d | , |
_wrap_plsurf3d | , | ||
_wrap_plsurf3d_texinfo | |||
) |
Definition at line 13032 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plsurf3dl | , |
_wrap_plsurf3dl | , | ||
_wrap_plsurf3dl_texinfo | |||
) |
Definition at line 13154 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plsvect | , |
_wrap_plsvect | , | ||
_wrap_plsvect_texinfo | |||
) |
Definition at line 25100 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plsvpa | , |
_wrap_plsvpa | , | ||
_wrap_plsvpa_texinfo | |||
) |
Definition at line 25199 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plsxax | , |
_wrap_plsxax | , | ||
_wrap_plsxax_texinfo | |||
) |
Definition at line 25253 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plsyax | , |
_wrap_plsyax | , | ||
_wrap_plsyax_texinfo | |||
) |
Definition at line 25291 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plsym | , |
_wrap_plsym | , | ||
_wrap_plsym_texinfo | |||
) |
Definition at line 25329 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plszax | , |
_wrap_plszax | , | ||
_wrap_plszax_texinfo | |||
) |
Definition at line 25403 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | pltext | , |
_wrap_pltext | , | ||
_wrap_pltext_texinfo | |||
) |
Definition at line 25441 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | pltimefmt | , |
_wrap_pltimefmt | , | ||
_wrap_pltimefmt_texinfo | |||
) |
Definition at line 25463 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plTranslateCursor | , |
_wrap_plTranslateCursor | , | ||
std::string() | |||
) |
Definition at line 11248 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plvasp | , |
_wrap_plvasp | , | ||
_wrap_plvasp_texinfo | |||
) |
Definition at line 25497 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plvect | , |
_wrap_plvect | , | ||
_wrap_plvect_texinfo | |||
) |
Definition at line 14587 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plvect1 | , |
_wrap_plvect1 | , | ||
std::string() | |||
) |
Definition at line 14692 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plvect2 | , |
_wrap_plvect2 | , | ||
std::string() | |||
) |
Definition at line 14820 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plvpas | , |
_wrap_plvpas | , | ||
_wrap_plvpas_texinfo | |||
) |
Definition at line 25527 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plvpor | , |
_wrap_plvpor | , | ||
_wrap_plvpor_texinfo | |||
) |
Definition at line 25589 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plvsta | , |
_wrap_plvsta | , | ||
_wrap_plvsta_texinfo | |||
) |
Definition at line 25643 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plw3d | , |
_wrap_plw3d | , | ||
_wrap_plw3d_texinfo | |||
) |
Definition at line 25665 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plwidth | , |
_wrap_plwidth | , | ||
_wrap_plwidth_texinfo | |||
) |
Definition at line 25775 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plwind | , |
_wrap_plwind | , | ||
_wrap_plwind_texinfo | |||
) |
Definition at line 25805 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | plxormod | , |
_wrap_plxormod | , | ||
_wrap_plxormod_texinfo | |||
) |
Definition at line 25859 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | pplimage | , |
_wrap_pplimage | , | ||
std::string() | |||
) |
Definition at line 14944 of file plplot_octaveOCTAVE_wrap.cxx.
SWIG_DEFUN | ( | testppchar | , |
_wrap_testppchar | , | ||
std::string() | |||
) |
Definition at line 10929 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGRUNTIME octave_value SWIG_Error | ( | int | code, |
const char * | msg | ||
) |
Definition at line 920 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGRUNTIME octave_value SWIG_ErrorType | ( | int | code | ) |
Definition at line 892 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGINTERNINLINE octave_value SWIG_From_double | ( | double | value | ) |
Definition at line 3022 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGINTERNINLINE octave_value SWIG_From_int | ( | int | value | ) |
Definition at line 3016 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGINTERNINLINE octave_value SWIG_From_long | ( | long | value | ) |
Definition at line 3009 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGINTERNINLINE octave_value SWIG_From_unsigned_SS_int | ( | unsigned int | value | ) |
Definition at line 3534 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGINTERNINLINE octave_value SWIG_From_unsigned_SS_long | ( | unsigned long | value | ) |
Definition at line 3527 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGINTERNINLINE octave_value SWIG_FromCharPtrAndSize | ( | const char * | carray, |
size_t | size | ||
) |
Definition at line 3579 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 27634 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGRUNTIME void SWIG_InitializeModule | ( | SWIG_INIT_CLIENT_DATA_TYPE | clientdata | ) |
Definition at line 27046 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGRUNTIME void SWIG_InstallBinaryOps | ( | int | tid1, |
int | tid2 | ||
) |
Definition at line 2377 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGRUNTIME void SWIG_InstallOps | ( | int | tid | ) |
Definition at line 2404 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGRUNTIME void SWIG_InstallUnaryOps | ( | int | tid | ) |
Definition at line 2365 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGRUNTIME swig_type_info * SWIG_MangledTypeQueryModule | ( | swig_module_info * | start, |
swig_module_info * | end, | ||
const char * | name | ||
) |
Definition at line 682 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGRUNTIME octave_value_list * SWIG_Octave_AppendOutput | ( | octave_value_list * | ovl, |
const octave_value & | ov | ||
) |
Definition at line 887 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGRUNTIME int SWIG_Octave_ConvertPacked | ( | const octave_value & | ov, |
void * | ptr, | ||
size_t | sz, | ||
swig_type_info * | type | ||
) |
Definition at line 2457 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGRUNTIME int SWIG_Octave_ConvertPtrAndOwn | ( | octave_value | ov, |
void ** | ptr, | ||
swig_type_info * | type, | ||
int | flags, | ||
int * | own | ||
) |
Definition at line 2431 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGRUNTIMEINLINE octave_value SWIG_Octave_GetGlobalValue | ( | std::string | name | ) |
Definition at line 2470 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGRUNTIME swig_module_info * SWIG_Octave_GetModule | ( | void * | clientdata | ) |
Definition at line 2524 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGINTERN bool SWIG_Octave_InstallFunction | ( | octave_function * | octloadfcn, |
std::string | name | ||
) |
Definition at line 27271 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGRUNTIME void SWIG_Octave_LinkGlobalValue | ( | std::string | name | ) |
Definition at line 2496 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGINTERN bool SWIG_Octave_LoadModule | ( | std::string | name | ) |
Definition at line 27227 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGRUNTIME octave_value SWIG_Octave_NewPackedObj | ( | void * | ptr, |
size_t | sz, | ||
swig_type_info * | type | ||
) |
Definition at line 2453 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGRUNTIME octave_value SWIG_Octave_NewPointerObj | ( | void * | ptr, |
swig_type_info * | type, | ||
int | flags | ||
) |
Definition at line 2417 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGINTERN void SWIG_Octave_Raise | ( | const octave_value & | obj, |
const char * | type | ||
) |
Definition at line 2542 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGRUNTIMEINLINE void SWIG_Octave_SetConstant | ( | octave_swig_type * | module_ns, |
const std::string & | name, | ||
const octave_value & | ov | ||
) |
Definition at line 2466 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGRUNTIME void SWIG_Octave_SetGlobalValue | ( | std::string | name, |
const octave_value & | value | ||
) |
Definition at line 2484 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGRUNTIME void SWIG_Octave_SetModule | ( | void * | clientdata, |
swig_module_info * | pointer | ||
) |
Definition at line 2536 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGRUNTIME char * SWIG_PackData | ( | char * | c, |
void * | ptr, | ||
size_t | sz | ||
) |
Definition at line 756 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGRUNTIME char * SWIG_PackDataName | ( | char * | buff, |
void * | ptr, | ||
size_t | sz, | ||
const char * | name, | ||
size_t | bsz | ||
) |
Definition at line 824 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGRUNTIME char * SWIG_PackVoidPtr | ( | char * | buff, |
void * | ptr, | ||
const char * | name, | ||
size_t | bsz | ||
) |
Definition at line 800 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGINTERN swig_type_info * SWIG_pchar_descriptor | ( | void | ) |
Definition at line 3566 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGRUNTIME void SWIG_PropagateClientData | ( | void | ) |
Definition at line 27194 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGINTERN size_t SWIG_strnlen | ( | const char * | s, |
size_t | maxlen | ||
) |
Definition at line 3586 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGRUNTIMEINLINE void * SWIG_TypeCast | ( | swig_cast_info * | ty, |
void * | ptr, | ||
int * | newmemory | ||
) |
Definition at line 600 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGRUNTIME swig_cast_info * SWIG_TypeCheck | ( | const char * | c, |
swig_type_info * | ty | ||
) |
Definition at line 546 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGRUNTIME swig_cast_info * SWIG_TypeCheckStruct | ( | const swig_type_info * | from, |
swig_type_info * | ty | ||
) |
Definition at line 573 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGRUNTIME void SWIG_TypeClientData | ( | swig_type_info * | ti, |
void * | clientdata | ||
) |
Definition at line 652 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGRUNTIME int SWIG_TypeCmp | ( | const char * | nb, |
const char * | tb | ||
) |
Definition at line 519 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGRUNTIME swig_type_info * SWIG_TypeDynamicCast | ( | swig_type_info * | ty, |
void ** | ptr | ||
) |
Definition at line 608 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGRUNTIME int SWIG_TypeEquiv | ( | const char * | nb, |
const char * | tb | ||
) |
Definition at line 538 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGRUNTIMEINLINE const char * SWIG_TypeName | ( | const swig_type_info * | ty | ) |
Definition at line 622 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGRUNTIME int SWIG_TypeNameComp | ( | const char * | f1, |
const char * | l1, | ||
const char * | f2, | ||
const char * | l2 | ||
) |
Definition at line 504 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGRUNTIME void SWIG_TypeNewClientData | ( | swig_type_info * | ti, |
void * | clientdata | ||
) |
Definition at line 668 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGRUNTIME const char * SWIG_TypePrettyName | ( | const swig_type_info * | type | ) |
Definition at line 631 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGRUNTIME swig_type_info * SWIG_TypeQueryModule | ( | swig_module_info * | start, |
swig_module_info * | end, | ||
const char * | name | ||
) |
Definition at line 727 of file plplot_octaveOCTAVE_wrap.cxx.
swig_unary_op | ( | decr | ) |
swig_unary_op | ( | hermitian | ) |
swig_unary_op | ( | incr | ) |
swig_unary_op | ( | not | ) |
swig_unary_op | ( | transpose | ) |
swig_unary_op | ( | uminus | ) |
swig_unary_op | ( | uplus | ) |
SWIGRUNTIME const char * SWIG_UnpackData | ( | const char * | c, |
void * | ptr, | ||
size_t | sz | ||
) |
Definition at line 772 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGRUNTIME const char * SWIG_UnpackDataName | ( | const char * | c, |
void * | ptr, | ||
size_t | sz, | ||
const char * | name | ||
) |
Definition at line 839 of file plplot_octaveOCTAVE_wrap.cxx.
SWIGRUNTIME const char * SWIG_UnpackVoidPtr | ( | const char * | c, |
void ** | ptr, | ||
const char * | name | ||
) |
Definition at line 811 of file plplot_octaveOCTAVE_wrap.cxx.
Definition at line 2909 of file plplot_octaveOCTAVE_wrap.cxx.
Definition at line 3084 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 26965 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 26966 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 26967 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 26968 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 26969 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 26970 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 26971 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 26964 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 26972 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 26943 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 26944 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 26945 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 26946 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 26947 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 26948 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 26949 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 26942 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 26950 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 17067 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 3978 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 7769 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 9304 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 6870 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 8242 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 6187 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 8333 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 6570 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 8492 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 9813 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 4696 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 8002 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 6776 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 6817 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 9574 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 5132 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 5526 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 6725 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 4274 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 6164 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 9143 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 7097 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 8474 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 4146 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 4292 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 10572 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 7605 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 4494 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 9661 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 8609 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 4116 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 9369 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 4436 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 5646 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 5611 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 6842 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 7892 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 9905 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 6975 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 7329 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 4029 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 9033 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 5902 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 9120 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 4751 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 7801 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 7046 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 4910 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 7746 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 9465 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 4662 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 9954 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 4250 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 4878 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 5805 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 8578 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 5932 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 3949 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 7839 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 4526 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 6237 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 6481 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 7513 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 7357 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 8642 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 6314 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 3705 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 5777 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 7072 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 5322 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 5711 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 7412 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 6001 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 7673 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 7947 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 4384 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 3738 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 6427 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 7272 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 8056 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 5467 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 10156 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 6340 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 6911 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 5837 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 3801 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 8160 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 5961 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 10097 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 7486 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 6070 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 5236 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 3836 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 9976 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 8143 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 9868 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 6694 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 9337 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 8359 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 9060 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 4062 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 9394 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 9764 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 10325 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 8395 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 10547 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 6106 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 7569 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 8863 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 8113 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 6141 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 10030 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 7544 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 8892 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 3613 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 9269 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 5207 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 5678 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 4326 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 10589 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 9436 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 3889 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 6455 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 5106 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 8204 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 10417 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 4992 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 7009 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 9511 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 6542 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 7922 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 5559 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 3648 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 3671 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 5444 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 9929 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 9241 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 8025 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 7195 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 9539 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 4950 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 7234 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 9999 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 10225 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 10304 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 6508 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 4180 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 9678 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 4462 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 10063 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 5872 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 3919 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 4847 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 9090 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 7385 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 4564 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 8927 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 4774 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 5405 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 4348 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 4097 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 8952 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 4004 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 7640 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 8445 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 2649 of file plplot_octaveOCTAVE_wrap.cxx.
Definition at line 10628 of file plplot_octaveOCTAVE_wrap.cxx.
octave_function* fcnCoordTrans |
Definition at line 2865 of file plplot_octaveOCTAVE_wrap.cxx.
octave_function* fcnLabelFunc |
Definition at line 2831 of file plplot_octaveOCTAVE_wrap.cxx.
octave_function* fcnMapForm |
Definition at line 2781 of file plplot_octaveOCTAVE_wrap.cxx.
std::string nameCoordTrans |
Definition at line 2866 of file plplot_octaveOCTAVE_wrap.cxx.
std::string nameLabelFunc |
Definition at line 2832 of file plplot_octaveOCTAVE_wrap.cxx.
std::string nameMapForm |
Definition at line 2782 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 10630 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 27318 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 26974 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 27427 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 26720 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 2569 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 27445 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 27410 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 17066 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 17065 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 17050 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 27390 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 26952 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 27354 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 27372 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 2568 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 2650 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 10860 of file plplot_octaveOCTAVE_wrap.cxx.
|
static |
Definition at line 2650 of file plplot_octaveOCTAVE_wrap.cxx.