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