QwtIntervalSample
A sample of the types (x1-x2, y) or (x, y1-y2)
- Provided by: libqwt-doc (Version: 6.1.4-1.1build1)
- Source: qwt
- Report a bug
A sample of the types (x1-x2, y) or (x, y1-y2)
#include <qwt_samples.h>
QwtIntervalSample ()
QwtIntervalSample (double, const QwtInterval &)
Constructor. QwtIntervalSample (double value, double min, double
max)
Constructor. bool operator== (const QwtIntervalSample &)
const
Compare operator. bool operator!= (const QwtIntervalSample
&) const
Compare operator.
double value
Value. QwtInterval interval
Interval.
A sample of the types (x1-x2, y) or (x, y1-y2)
Constructor The value is set to 0.0, the interval is invalid
Generated automatically by Doxygen for Qwt User's Guide from the source code.