| Qwt User's Guide 6.3.0
    | 
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)
Definition at line 73 of file qwt_samples.h.
| 
 | inline | 
Constructor The value is set to 0.0
Definition at line 95 of file qwt_samples.h.
| 
 | inline | 
Definition at line 125 of file qwt_samples.h.
| 
 | inline | 
Compare operator.
Definition at line 119 of file qwt_samples.h.
| 
 | inline | 
Compare operator.
Definition at line 113 of file qwt_samples.h.
| QVector< double > QwtSetSample::set | 
Vector of values associated to value.
Definition at line 88 of file qwt_samples.h.
| double QwtSetSample::value | 
value
Definition at line 85 of file qwt_samples.h.