sciMatrix Struct Reference

#include <scilab/modules/graphics/includes/sciMatrix.h>


Data Fields

void ** data
int nbCol
int nbRow


Detailed Description

a matrix on void pointers

Definition at line 17 of file sciMatrix.h.


Field Documentation

void** sciMatrix::data

the data are stored in an array of void pointers

Definition at line 19 of file sciMatrix.h.

Referenced by copyStringMatrix(), emptyMatrix(), newCompleteMatrix(), newFullStringMatrix(), and newMatrix().

int sciMatrix::nbCol

Definition at line 20 of file sciMatrix.h.

Referenced by copyStringMatrix(), emptyMatrix(), newCompleteMatrix(), and newMatrix().

int sciMatrix::nbRow

Definition at line 21 of file sciMatrix.h.

Referenced by copyStringMatrix(), emptyMatrix(), newCompleteMatrix(), and newMatrix().


The documentation for this struct was generated from the following file:
Generated on Sun Mar 4 16:15:16 2007 for Scilab [trunk] by  doxygen 1.5.1