PLplot
5.10.0
|
#include "plplotP.h"
#include "pltcl.h"
#include "plplot_parameters.h"
#include "tclgen.h"
#include "tclgen_s.h"
#include "tclgen.c"
Go to the source code of this file.
Classes | |
struct | Command |
struct | CmdInfo |
Defines | |
#define | PL_LIBRARY "" |
#define | PLPLOT_EXTENDED_SEARCH |
Typedefs | |
typedef struct Command | Command |
Functions | |
static int | loopbackCmd (ClientData, Tcl_Interp *, int, const char **) |
static int | plcolorbarCmd (ClientData, Tcl_Interp *, int, const char **) |
static int | plcontCmd (ClientData, Tcl_Interp *, int, const char **) |
static int | pllegendCmd (ClientData, Tcl_Interp *, int, const char **) |
static int | plmeshCmd (ClientData, Tcl_Interp *, int, const char **) |
static int | plmeshcCmd (ClientData, Tcl_Interp *, int, const char **) |
static int | plot3dCmd (ClientData, Tcl_Interp *, int, const char **) |
static int | plot3dcCmd (ClientData, Tcl_Interp *, int, const char **) |
static int | plsurf3dCmd (ClientData, Tcl_Interp *, int, const char **) |
static int | plsetoptCmd (ClientData, Tcl_Interp *, int, const char **) |
static int | plshadeCmd (ClientData, Tcl_Interp *, int, const char **) |
static int | plshadesCmd (ClientData, Tcl_Interp *, int, const char **) |
static int | plmapCmd (ClientData, Tcl_Interp *, int, const char **) |
static int | plmeridiansCmd (ClientData, Tcl_Interp *, int, const char **) |
static int | plstransformCmd (ClientData, Tcl_Interp *, int, const char **) |
static int | plsvectCmd (ClientData, Tcl_Interp *, int, const char **) |
static int | plvectCmd (ClientData, Tcl_Interp *, int, const char **) |
static int | plranddCmd (ClientData, Tcl_Interp *, int, const char **) |
static int | plgriddataCmd (ClientData, Tcl_Interp *, int, const char **) |
static int | plimageCmd (ClientData, Tcl_Interp *, int, const char **) |
static int | plimagefrCmd (ClientData, Tcl_Interp *, int, const char **) |
static int | plstripcCmd (ClientData, Tcl_Interp *, int, const char **) |
static int | plslabelfuncCmd (ClientData, Tcl_Interp *, int, const char **) |
void | mapform (PLINT n, PLFLT *x, PLFLT *y) |
void | labelform (PLINT axis, PLFLT value, char *string, PLINT string_length, PLPointer data) |
PLFLT | tclMatrix_feval (PLINT i, PLINT j, PLPointer p) |
static int | tcl_cmd (Tcl_Interp *interp, const char *cmd) |
static void | Append_Cmdlist (Tcl_Interp *interp) |
static void | plTclCmd_Init (Tcl_Interp *PL_UNUSED(interp)) |
int | plTclCmd (char *cmdlist, Tcl_Interp *interp, int argc, const char **argv) |
static int | loopbackCmd (ClientData PL_UNUSED(clientData), Tcl_Interp *interp, int argc, const char **argv) |
int | PlbasicInit (Tcl_Interp *interp) |
int | Pltcl_Init (Tcl_Interp *interp) |
int | plWait_Until (ClientData PL_UNUSED(clientData), Tcl_Interp *interp, int PL_UNUSED(argc), const char **argv) |
int | pls_auto_path (Tcl_Interp *interp) |
static int | plcontCmd (ClientData PL_UNUSED(clientData), Tcl_Interp *interp, int argc, const char *argv[]) |
static int | plsvectCmd (ClientData PL_UNUSED(clientData), Tcl_Interp *interp, int argc, const char *argv[]) |
static int | plvectCmd (ClientData PL_UNUSED(clientData), Tcl_Interp *interp, int argc, const char *argv[]) |
static int | plmeshCmd (ClientData PL_UNUSED(clientData), Tcl_Interp *interp, int argc, const char *argv[]) |
static int | plmeshcCmd (ClientData PL_UNUSED(clientData), Tcl_Interp *interp, int argc, const char *argv[]) |
static int | plot3dCmd (ClientData PL_UNUSED(clientData), Tcl_Interp *interp, int argc, const char *argv[]) |
static int | plot3dcCmd (ClientData PL_UNUSED(clientData), Tcl_Interp *interp, int argc, const char *argv[]) |
static int | plsurf3dCmd (ClientData PL_UNUSED(clientData), Tcl_Interp *interp, int argc, const char *argv[]) |
static int | plranddCmd (ClientData PL_UNUSED(clientData), Tcl_Interp *interp, int argc, const char **argv) |
static int | plsetoptCmd (ClientData PL_UNUSED(clientData), Tcl_Interp *interp, int argc, const char **argv) |
static int | plshadeCmd (ClientData PL_UNUSED(clientData), Tcl_Interp *interp, int argc, const char *argv[]) |
static int | plshadesCmd (ClientData PL_UNUSED(clientData), Tcl_Interp *interp, int argc, const char *argv[]) |
static int | plmapCmd (ClientData PL_UNUSED(clientData), Tcl_Interp *interp, int argc, const char *argv[]) |
static int | plmeridiansCmd (ClientData PL_UNUSED(clientData), Tcl_Interp *interp, int argc, const char *argv[]) |
static void | Tcl_transform (PLFLT x, PLFLT y, PLFLT *xt, PLFLT *yt, PLPointer PL_UNUSED(data)) |
static int | plstransformCmd (ClientData PL_UNUSED(clientData), Tcl_Interp *interp, int argc, const char *argv[]) |
static int | plgriddataCmd (ClientData PL_UNUSED(clientData), Tcl_Interp *interp, int argc, const char *argv[]) |
static int | plimageCmd (ClientData PL_UNUSED(clientData), Tcl_Interp *interp, int argc, const char *argv[]) |
static int | plimagefrCmd (ClientData PL_UNUSED(clientData), Tcl_Interp *interp, int argc, const char *argv[]) |
static int | plstripcCmd (ClientData PL_UNUSED(clientData), Tcl_Interp *interp, int argc, const char *argv[]) |
void | labelform (PLINT axis, PLFLT value, char *string, PLINT string_length, PLPointer PL_UNUSED(data)) |
static int | plslabelfuncCmd (ClientData PL_UNUSED(clientData), Tcl_Interp *interp, int argc, const char *argv[]) |
static int * | argv_to_ints (Tcl_Interp *interp, const char *list_numbers, int *number) |
static double * | argv_to_doubles (Tcl_Interp *interp, const char *list_numbers, int *number) |
static char ** | argv_to_chars (Tcl_Interp *interp, const char *list_strings, int *number) |
static int | pllegendCmd (ClientData PL_UNUSED(clientData), Tcl_Interp *interp, int argc, const char *argv[]) |
static int | plcolorbarCmd (ClientData PL_UNUSED(clientData), Tcl_Interp *interp, int argc, const char *argv[]) |
Variables | |
static CmdInfo | Cmds [] |
static int | cmdTable_initted |
static Tcl_HashTable | cmdTable |
static PLINT | pl_errcode |
static char | errmsg [160] |
PLDLLIMPORT char * | plplotLibDir |
static char | buf [200] |
static int | tclmateval_modx |
static int | tclmateval_mody |
static const char * | transform_name |
static Tcl_Interp * | tcl_interp |
static int | return_code |
static Tcl_Interp * | tcl_xform_interp = 0 |
static char * | tcl_xform_procname = 0 |
static const char * | tcl_xform_template = "set result [%s ${_##_x} ${_##_y}] ; lassign $result _##_x _##_y" |
static char * | tcl_xform_code = 0 |
static Tcl_Obj * | label_objs [4] = { NULL, NULL, NULL, NULL } |
#define PL_LIBRARY "" |
#define PLPLOT_EXTENDED_SEARCH |
static void Append_Cmdlist | ( | Tcl_Interp * | interp | ) | [static] |
static char** argv_to_chars | ( | Tcl_Interp * | interp, |
const char * | list_strings, | ||
int * | number | ||
) | [static] |
static double* argv_to_doubles | ( | Tcl_Interp * | interp, |
const char * | list_numbers, | ||
int * | number | ||
) | [static] |
static int* argv_to_ints | ( | Tcl_Interp * | interp, |
const char * | list_numbers, | ||
int * | number | ||
) | [static] |
static int loopbackCmd | ( | ClientData | , |
Tcl_Interp * | , | ||
int | , | ||
const char ** | |||
) | [static] |
static int loopbackCmd | ( | ClientData | PL_UNUSEDclientData, |
Tcl_Interp * | interp, | ||
int | argc, | ||
const char ** | argv | ||
) | [static] |
int PlbasicInit | ( | Tcl_Interp * | interp | ) |
static int plcolorbarCmd | ( | ClientData | , |
Tcl_Interp * | , | ||
int | , | ||
const char ** | |||
) | [static] |
static int plcolorbarCmd | ( | ClientData | PL_UNUSEDclientData, |
Tcl_Interp * | interp, | ||
int | argc, | ||
const char * | argv[] | ||
) | [static] |
static int plcontCmd | ( | ClientData | , |
Tcl_Interp * | , | ||
int | , | ||
const char ** | |||
) | [static] |
static int plcontCmd | ( | ClientData | PL_UNUSEDclientData, |
Tcl_Interp * | interp, | ||
int | argc, | ||
const char * | argv[] | ||
) | [static] |
static int plgriddataCmd | ( | ClientData | , |
Tcl_Interp * | , | ||
int | , | ||
const char ** | |||
) | [static] |
static int plgriddataCmd | ( | ClientData | PL_UNUSEDclientData, |
Tcl_Interp * | interp, | ||
int | argc, | ||
const char * | argv[] | ||
) | [static] |
static int plimageCmd | ( | ClientData | , |
Tcl_Interp * | , | ||
int | , | ||
const char ** | |||
) | [static] |
static int plimageCmd | ( | ClientData | PL_UNUSEDclientData, |
Tcl_Interp * | interp, | ||
int | argc, | ||
const char * | argv[] | ||
) | [static] |
static int plimagefrCmd | ( | ClientData | , |
Tcl_Interp * | , | ||
int | , | ||
const char ** | |||
) | [static] |
static int plimagefrCmd | ( | ClientData | PL_UNUSEDclientData, |
Tcl_Interp * | interp, | ||
int | argc, | ||
const char * | argv[] | ||
) | [static] |
static int pllegendCmd | ( | ClientData | , |
Tcl_Interp * | , | ||
int | , | ||
const char ** | |||
) | [static] |
static int pllegendCmd | ( | ClientData | PL_UNUSEDclientData, |
Tcl_Interp * | interp, | ||
int | argc, | ||
const char * | argv[] | ||
) | [static] |
static int plmapCmd | ( | ClientData | , |
Tcl_Interp * | , | ||
int | , | ||
const char ** | |||
) | [static] |
static int plmapCmd | ( | ClientData | PL_UNUSEDclientData, |
Tcl_Interp * | interp, | ||
int | argc, | ||
const char * | argv[] | ||
) | [static] |
static int plmeridiansCmd | ( | ClientData | , |
Tcl_Interp * | , | ||
int | , | ||
const char ** | |||
) | [static] |
static int plmeridiansCmd | ( | ClientData | PL_UNUSEDclientData, |
Tcl_Interp * | interp, | ||
int | argc, | ||
const char * | argv[] | ||
) | [static] |
static int plmeshcCmd | ( | ClientData | , |
Tcl_Interp * | , | ||
int | , | ||
const char ** | |||
) | [static] |
static int plmeshcCmd | ( | ClientData | PL_UNUSEDclientData, |
Tcl_Interp * | interp, | ||
int | argc, | ||
const char * | argv[] | ||
) | [static] |
static int plmeshCmd | ( | ClientData | , |
Tcl_Interp * | , | ||
int | , | ||
const char ** | |||
) | [static] |
static int plmeshCmd | ( | ClientData | PL_UNUSEDclientData, |
Tcl_Interp * | interp, | ||
int | argc, | ||
const char * | argv[] | ||
) | [static] |
static int plot3dcCmd | ( | ClientData | , |
Tcl_Interp * | , | ||
int | , | ||
const char ** | |||
) | [static] |
static int plot3dcCmd | ( | ClientData | PL_UNUSEDclientData, |
Tcl_Interp * | interp, | ||
int | argc, | ||
const char * | argv[] | ||
) | [static] |
static int plot3dCmd | ( | ClientData | , |
Tcl_Interp * | , | ||
int | , | ||
const char ** | |||
) | [static] |
static int plot3dCmd | ( | ClientData | PL_UNUSEDclientData, |
Tcl_Interp * | interp, | ||
int | argc, | ||
const char * | argv[] | ||
) | [static] |
static int plranddCmd | ( | ClientData | , |
Tcl_Interp * | , | ||
int | , | ||
const char ** | |||
) | [static] |
static int plranddCmd | ( | ClientData | PL_UNUSEDclientData, |
Tcl_Interp * | interp, | ||
int | argc, | ||
const char ** | argv | ||
) | [static] |
int pls_auto_path | ( | Tcl_Interp * | interp | ) |
static int plsetoptCmd | ( | ClientData | , |
Tcl_Interp * | , | ||
int | , | ||
const char ** | |||
) | [static] |
static int plsetoptCmd | ( | ClientData | PL_UNUSEDclientData, |
Tcl_Interp * | interp, | ||
int | argc, | ||
const char ** | argv | ||
) | [static] |
static int plshadeCmd | ( | ClientData | , |
Tcl_Interp * | , | ||
int | , | ||
const char ** | |||
) | [static] |
static int plshadeCmd | ( | ClientData | PL_UNUSEDclientData, |
Tcl_Interp * | interp, | ||
int | argc, | ||
const char * | argv[] | ||
) | [static] |
static int plshadesCmd | ( | ClientData | , |
Tcl_Interp * | , | ||
int | , | ||
const char ** | |||
) | [static] |
static int plshadesCmd | ( | ClientData | PL_UNUSEDclientData, |
Tcl_Interp * | interp, | ||
int | argc, | ||
const char * | argv[] | ||
) | [static] |
static int plslabelfuncCmd | ( | ClientData | , |
Tcl_Interp * | , | ||
int | , | ||
const char ** | |||
) | [static] |
static int plslabelfuncCmd | ( | ClientData | PL_UNUSEDclientData, |
Tcl_Interp * | interp, | ||
int | argc, | ||
const char * | argv[] | ||
) | [static] |
static int plstransformCmd | ( | ClientData | , |
Tcl_Interp * | , | ||
int | , | ||
const char ** | |||
) | [static] |
static int plstransformCmd | ( | ClientData | PL_UNUSEDclientData, |
Tcl_Interp * | interp, | ||
int | argc, | ||
const char * | argv[] | ||
) | [static] |
static int plstripcCmd | ( | ClientData | , |
Tcl_Interp * | , | ||
int | , | ||
const char ** | |||
) | [static] |
static int plstripcCmd | ( | ClientData | PL_UNUSEDclientData, |
Tcl_Interp * | interp, | ||
int | argc, | ||
const char * | argv[] | ||
) | [static] |
static int plsurf3dCmd | ( | ClientData | , |
Tcl_Interp * | , | ||
int | , | ||
const char ** | |||
) | [static] |
static int plsurf3dCmd | ( | ClientData | PL_UNUSEDclientData, |
Tcl_Interp * | interp, | ||
int | argc, | ||
const char * | argv[] | ||
) | [static] |
static int plsvectCmd | ( | ClientData | , |
Tcl_Interp * | , | ||
int | , | ||
const char ** | |||
) | [static] |
static int plsvectCmd | ( | ClientData | PL_UNUSEDclientData, |
Tcl_Interp * | interp, | ||
int | argc, | ||
const char * | argv[] | ||
) | [static] |
int Pltcl_Init | ( | Tcl_Interp * | interp | ) |
int plTclCmd | ( | char * | cmdlist, |
Tcl_Interp * | interp, | ||
int | argc, | ||
const char ** | argv | ||
) |
static void plTclCmd_Init | ( | Tcl_Interp * | PL_UNUSEDinterp | ) | [static] |
static int plvectCmd | ( | ClientData | , |
Tcl_Interp * | , | ||
int | , | ||
const char ** | |||
) | [static] |
static int plvectCmd | ( | ClientData | PL_UNUSEDclientData, |
Tcl_Interp * | interp, | ||
int | argc, | ||
const char * | argv[] | ||
) | [static] |
int plWait_Until | ( | ClientData | PL_UNUSEDclientData, |
Tcl_Interp * | interp, | ||
int | PL_UNUSEDargc, | ||
const char ** | argv | ||
) |
static int tcl_cmd | ( | Tcl_Interp * | interp, |
const char * | cmd | ||
) | [static] |
int cmdTable_initted [static] |
Tcl_Obj* label_objs[4] = { NULL, NULL, NULL, NULL } [static] |
PLINT pl_errcode [static] |
PLDLLIMPORT char* plplotLibDir |
int return_code [static] |
Tcl_Interp* tcl_interp [static] |
char* tcl_xform_code = 0 [static] |
Tcl_Interp* tcl_xform_interp = 0 [static] |
char* tcl_xform_procname = 0 [static] |
const char* tcl_xform_template = "set result [%s ${_##_x} ${_##_y}] ; lassign $result _##_x _##_y" [static] |
int tclmateval_modx [static] |
int tclmateval_mody [static] |
const char* transform_name [static] |