PLplot
5.13.0
|
#include "tclMatrix.h"
Public Attributes | |
int | type |
int | len |
int | dim |
int | n [MAX_ARRAY_DIM] |
int | tracing |
char * | name |
Mat_float * | fdata |
Mat_int * | idata |
Tcl_Interp * | interp |
void(* | put )(ClientData clientData, Tcl_Interp *interp, int index, const char *string) |
void(* | get )(ClientData clientData, Tcl_Interp *interp, int index, char *string) |
int | nindices |
int * | indices |
Definition at line 62 of file tclMatrix.h.
int tclMatrix::dim |
Definition at line 70 of file tclMatrix.h.
Mat_float* tclMatrix::fdata |
Definition at line 76 of file tclMatrix.h.
void( * tclMatrix::get)(ClientData clientData, Tcl_Interp *interp, int index, char *string) |
Definition at line 84 of file tclMatrix.h.
Mat_int* tclMatrix::idata |
Definition at line 77 of file tclMatrix.h.
int* tclMatrix::indices |
Definition at line 91 of file tclMatrix.h.
Tcl_Interp* tclMatrix::interp |
Definition at line 79 of file tclMatrix.h.
int tclMatrix::len |
Definition at line 69 of file tclMatrix.h.
int tclMatrix::n[MAX_ARRAY_DIM] |
Definition at line 71 of file tclMatrix.h.
char* tclMatrix::name |
Definition at line 74 of file tclMatrix.h.
int tclMatrix::nindices |
Definition at line 87 of file tclMatrix.h.
void( * tclMatrix::put)(ClientData clientData, Tcl_Interp *interp, int index, const char *string) |
Definition at line 83 of file tclMatrix.h.
int tclMatrix::tracing |
Definition at line 72 of file tclMatrix.h.
int tclMatrix::type |
Definition at line 64 of file tclMatrix.h.