The Zenautics Matrix Project Data Structures

Here are the data structures with brief descriptions:
_MTX_listItemCplxStruct specific for MTX_ReadFromFile and related functions (a simple linked list)
CPLOTThe CPLOT C sytle object
CPLOT_structAxesThese are the coordinates in the image of parts of the axes
CPLOT_structAxisOptionsA container struct for axis options
CPLOT_structAxisSubOptionA container struct used in CPLOT_structAxisOptions
CPLOT_structBitmapFileHeaderThe BITMAP file header struct
CPLOT_structBitmapInfoHeaderThe BITMAP file info struct
CPLOT_structByteMatrixA data container for holding the bitmap bytes
CPLOT_structColorTableThe 22 color default color table!
CPLOT_structImageSizeInPixelsThese are the dimensions of the plot part of the image in pixels
CPLOT_structInfoInDataUnitsInternal information container
CPLOT_structPlotOptionsThe user specified plot options
CPLOT_structRGBAn RGB container
CPLOT_structSeriesThe container for series data and user options
CPLOT_structStatsA container for statistics information
Zenautics::MatrixThe matrix/vector class. Both real and complex data are inherently supported. One and two dimensional data
Zenautics::Matrix::ElementThis is a nested class that is an element of the matrix. i.e. Matrix M; M(i,j) is the element. It is used for operator(,) access by the Matrix
Zenautics::Matrix::RealOnlyAccessA nested class for access only to the real part of the matrix. It is used for operator[] access by the Matrix
Zenautics::MatrixExceptionA class for exceptions thrown by the Matrix class
MTXThe deep level matrix struct. The matrix is either real or complex
MTX_structAxisOptionsA container struct for axis options
MTX_structAxisSubOptionA container struct used in MTX_structAxisOptions
stComplexA complex data struct

Generated on Sun Feb 8 15:31:11 2009 for The Zenautics Matrix Project by  doxygen 1.5.4