QwtIntervalSample - A sample of the types (x1-x2, y) or (x, y1-y2)
Contents
Constructor & Destructor Documentation
QwtIntervalSample::QwtIntervalSample()[inline]
Constructor The value is set to 0.0, the interval is invalid
Detailed Description
A sample of the types (x1-x2, y) or (x, y1-y2)
Name
QwtIntervalSample - A sample of the types (x1-x2, y) or (x, y1-y2)
Synopsis
#include <qwt_samples.h>
PublicMemberFunctionsQwtIntervalSample ()
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.
PublicAttributes
double value
Value.
QwtIntervalinterval
Interval.
