A sample of the types (x1-x2, y) or (x, y1-y2). More...
#include <qwt_series_data.h>
Public Member Functions | |
QwtIntervalSample () | |
QwtIntervalSample (double, const QwtInterval &) | |
QwtIntervalSample (double value, double min, double max) | |
bool | operator== (const QwtIntervalSample &) const |
bool | operator!= (const QwtIntervalSample &) const |
Public Attributes | |
double | value |
QwtInterval | interval |
A sample of the types (x1-x2, y) or (x, y1-y2).
QwtIntervalSample::QwtIntervalSample | ( | ) | [inline] |
Constructor The value is set to 0.0, the interval is invalid
QwtIntervalSample::QwtIntervalSample | ( | double | v, | |
const QwtInterval & | intv | |||
) | [inline] |
Constructor.
QwtIntervalSample::QwtIntervalSample | ( | double | value, | |
double | min, | |||
double | max | |||
) | [inline] |
Constructor.
bool QwtIntervalSample::operator!= | ( | const QwtIntervalSample & | other | ) | const [inline] |
Compare operator.
bool QwtIntervalSample::operator== | ( | const QwtIntervalSample & | other | ) | const [inline] |
Compare operator.
Interval.
double QwtIntervalSample::value |
Value.