Qwt User's Guide
svn
|
#include <qwt_series_data.h>
Public Member Functions | |
bool | operator!= (const QwtSetSample &other) const |
bool | operator== (const QwtSetSample &other) const |
QwtSetSample () | |
Public Attributes | |
QVector< double > | set |
double | value |
A sample of the types (x1...xn, y) or (x, y1..yn)
QwtSetSample::QwtSetSample | ( | ) | [inline] |
Constructor The value is set to 0.0
bool QwtSetSample::operator!= | ( | const QwtSetSample & | other | ) | const [inline] |
Compare operator.
bool QwtSetSample::operator== | ( | const QwtSetSample & | other | ) | const [inline] |
Compare operator.
QVector<double> QwtSetSample::set |
Vector of values associated to value.
double QwtSetSample::value |
value