QwtIntervalData(3) | Qwt User's Guide | QwtIntervalData(3) |
QwtIntervalData -
#include <qwt_interval_data.h>
QwtIntervalData ()
QwtIntervalData (const QwtArray< QwtDoubleInterval >
&, const QwtArray< double > &)
~QwtIntervalData ()
QwtDoubleRect boundingRect () const
const QwtDoubleInterval & interval (size_t i) const
void setData (const QwtArray< QwtDoubleInterval > &,
const QwtArray< double > &)
size_t size () const
double value (size_t i) const
Series of samples of a value and an interval.
QwtIntervalData is a series of samples of a value and an interval. F.e. error bars are built from samples [x, y1-y2], while a histogram might consist of [x1-x2, y] samples.
Calculate the bounding rectangle of the samples
The x coordinates of the rectangle are built from the intervals, the y coordinates from the values.
Returns:
Interval of a sample
Parameters:
Returns:
See also:
Returns:
Value of a sample
Parameters:
Returns:
See also:
Generated automatically by Doxygen for Qwt User's Guide from the source code.
Tue Nov 20 2012 | Version 5.2.3 |