CPLOT_structByteMatrix Struct Reference

#include <cplot.h>


Detailed Description

A data container for holding the bitmap bytes.

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.

Field Documentation

unsigned CPLOT_structByteMatrix::nrows

The number of rows in the matrix.

Definition at line 277 of file cplot.h.

unsigned CPLOT_structByteMatrix::ncols

The number of columns in the matrix.

Definition at line 278 of file cplot.h.

unsigned char** CPLOT_structByteMatrix::data

This is a pointer to an array of bytes row vectors.

Definition at line 279 of file cplot.h.


The documentation for this struct was generated from the following file:
Generated on Sun Feb 8 15:31:11 2009 for The Zenautics Matrix Project by  doxygen 1.5.4