Interface for iterating over two qvectordouble objects.
#include <qwt_series_data.h>
Inherits QwtSeriesData< QPointF >.
QwtPointArrayData (const QVector< double > &x, const QVector< double > &y)
QwtPointArrayData (const double *x, const double *y, size_t size)
virtual QRectF boundingRect () const
virtual size_t size () const
virtual QPointF sample (size_t i) const
const QVector< double > & xData () const
const QVector< double > & yData () const
Interface for iterating over two QVector<double> objects.
Parameters:
x Array of x values
y Array of y values
See also:
QwtPlotCurve::setData(), QwtPlotCurve::setSamples()
Parameters:
x Array of x values
y Array of y values
size Size of the x and y arrays
See also:
QwtPlotCurve::setData(), QwtPlotCurve::setSamples()
Calculate the bounding rect. The bounding rectangle is calculated once by iterating over all points and is stored for all following requests.
Returns:
Bounding rectangle
Implements QwtSeriesData< QPointF >.
Parameters:
i Index
Returns:
Sample at position i
Implements QwtSeriesData< QPointF >.
Size of the data set
Implements QwtSeriesData< QPointF >.
Array of the x-values
Array of the y-values
Generated automatically by Doxygen for Qwt User's Guide from the source code.