PLplot  5.15.0
tclMatrix Struct Reference

#include "tclMatrix.h"

Public Attributes

int type
 
int len
 
int dim
 
int n [MAX_ARRAY_DIM]
 
int tracing
 
char * name
 
Mat_floatfdata
 
Mat_intidata
 
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
 

Detailed Description

Definition at line 62 of file tclMatrix.h.

Member Data Documentation

◆ dim

int tclMatrix::dim

Definition at line 70 of file tclMatrix.h.

◆ fdata

Mat_float* tclMatrix::fdata

Definition at line 76 of file tclMatrix.h.

◆ get

void( * tclMatrix::get) (ClientData clientData, Tcl_Interp *interp, int index, char *string)

Definition at line 84 of file tclMatrix.h.

◆ idata

Mat_int* tclMatrix::idata

Definition at line 77 of file tclMatrix.h.

◆ indices

int* tclMatrix::indices

Definition at line 91 of file tclMatrix.h.

◆ interp

Tcl_Interp* tclMatrix::interp

Definition at line 79 of file tclMatrix.h.

◆ len

int tclMatrix::len

Definition at line 69 of file tclMatrix.h.

◆ n

int tclMatrix::n[MAX_ARRAY_DIM]

Definition at line 71 of file tclMatrix.h.

◆ name

char* tclMatrix::name

Definition at line 74 of file tclMatrix.h.

◆ nindices

int tclMatrix::nindices

Definition at line 87 of file tclMatrix.h.

◆ put

void( * tclMatrix::put) (ClientData clientData, Tcl_Interp *interp, int index, const char *string)

Definition at line 83 of file tclMatrix.h.

◆ tracing

int tclMatrix::tracing

Definition at line 72 of file tclMatrix.h.

◆ type

int tclMatrix::type

Definition at line 64 of file tclMatrix.h.


The documentation for this struct was generated from the following file: