#include <Spectrogram.h>
List of all members.
Private Attributes |
double ** | d_m |
| Vector used to store in memory the data from the source matrix window.
|
Matrix * | d_matrix |
| Pointer to the source data matrix.
|
double | dx |
| Data resolution in x(columns) and y(rows)
|
double | dy |
double | max_z |
double | min_z |
| Min and max values in the source data matrix.
|
int | n_cols |
int | n_rows |
| Data size.
|
double | x_start |
| X axis left value in the data matrix.
|
double | y_start |
| Y axis bottom value in the data matrix.
|
Constructor & Destructor Documentation
MatrixData::MatrixData |
( |
Matrix * |
m | ) |
|
|
inline |
References Matrix::cell(), d_m, d_matrix, dx, dy, max_z, min_z, n_cols, n_rows, Matrix::numCols(), Matrix::numRows(), Matrix::range(), x_start, Matrix::xEnd(), Matrix::xStart(), y_start, Matrix::yEnd(), and Matrix::yStart().
Referenced by copy().
MatrixData::~MatrixData |
( |
| ) |
|
|
inline |
Member Function Documentation
virtual QwtRasterData* MatrixData::copy |
( |
| ) |
const |
|
inlinevirtual |
virtual QwtDoubleInterval MatrixData::range |
( |
| ) |
const |
|
inlinevirtual |
virtual QSize MatrixData::rasterHint |
( |
const QwtDoubleRect & |
| ) |
const |
|
inlinevirtual |
double MatrixData::value |
( |
double |
x, |
|
|
double |
y |
|
) |
| const |
|
virtual |
Member Data Documentation
double MatrixData::x_start |
|
private |
double MatrixData::y_start |
|
private |
The documentation for this class was generated from the following files: