#include <cplot.h>
Definition at line 275 of file cplot.h.
Data Fields | |
unsigned | nrows |
The number of rows in the matrix. | |
unsigned | ncols |
The number of columns in the matrix. | |
unsigned char ** | data |
This is a pointer to an array of bytes row vectors. |
unsigned CPLOT_structByteMatrix::nrows |
unsigned CPLOT_structByteMatrix::ncols |
unsigned char** CPLOT_structByteMatrix::data |