_MTX_listItemCplx | Struct specific for MTX_ReadFromFile and related functions (a simple linked list) |
CPLOT | The CPLOT C sytle object |
CPLOT_structAxes | These are the coordinates in the image of parts of the axes |
CPLOT_structAxisOptions | A container struct for axis options |
CPLOT_structAxisSubOption | A container struct used in CPLOT_structAxisOptions |
CPLOT_structBitmapFileHeader | The BITMAP file header struct |
CPLOT_structBitmapInfoHeader | The BITMAP file info struct |
CPLOT_structByteMatrix | A data container for holding the bitmap bytes |
CPLOT_structColorTable | The 22 color default color table! |
CPLOT_structImageSizeInPixels | These are the dimensions of the plot part of the image in pixels |
CPLOT_structInfoInDataUnits | Internal information container |
CPLOT_structPlotOptions | The user specified plot options |
CPLOT_structRGB | An RGB container |
CPLOT_structSeries | The container for series data and user options |
CPLOT_structStats | A container for statistics information |
Zenautics::Matrix | The matrix/vector class. Both real and complex data are inherently supported. One and two dimensional data |
Zenautics::Matrix::Element | This 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::RealOnlyAccess | A nested class for access only to the real part of the matrix. It is used for operator[] access by the Matrix |
Zenautics::MatrixException | A class for exceptions thrown by the Matrix class |
MTX | The deep level matrix struct. The matrix is either real or complex |
MTX_structAxisOptions | A container struct for axis options |
MTX_structAxisSubOption | A container struct used in MTX_structAxisOptions |
stComplex | A complex data struct |