A sample of the types (x1...xn, y) or (x, y1..yn) More...
#include <qwt_samples.h>
Public Member Functions | |
double | added () const |
bool | operator!= (const QwtSetSample &other) const |
Compare operator. More... | |
bool | operator== (const QwtSetSample &other) const |
Compare operator. More... | |
QwtSetSample () | |
QwtSetSample (double, const QVector< double > &=QVector< double >()) | |
Public Attributes | |
QVector< double > | set |
Vector of values associated to value. More... | |
double | value |
value More... | |
A sample of the types (x1...xn, y) or (x, y1..yn)
Definition at line 76 of file qwt_samples.h.
|
inline |
Constructor The value is set to 0.0
Definition at line 98 of file qwt_samples.h.
|
inlineexplicit |
|
inline |
Definition at line 128 of file qwt_samples.h.
|
inline |
Compare operator.
Definition at line 122 of file qwt_samples.h.
|
inline |
Compare operator.
Definition at line 116 of file qwt_samples.h.
QVector<double> QwtSetSample::set |
Vector of values associated to value.
Definition at line 91 of file qwt_samples.h.
double QwtSetSample::value |
value
Definition at line 88 of file qwt_samples.h.