#include <qwt_series_data.h>

Public Member Functions | |
| QwtSetSeriesData (const QwtArray< QwtSetSample > &=QwtArray< QwtSetSample >()) | |
| virtual QwtSeriesData < QwtSetSample > * | copy () const |
| virtual QwtDoubleRect | boundingRect () const |
| QwtSetSeriesData::QwtSetSeriesData | ( | const QwtArray< QwtSetSample > & | samples = QwtArray <QwtSetSample>() |
) |
Constructor
| samples | Samples |
| QwtDoubleRect QwtSetSeriesData::boundingRect | ( | ) | const [virtual] |
Calculate the bounding rect.
This implementation iterates over all points.
Implements QwtSeriesData< QwtSetSample >.
| QwtSeriesData< QwtSetSample > * QwtSetSeriesData::copy | ( | ) | const [virtual] |
Virtual copy constructor
When accessing a large amount of samples it is recommended to copy only the interface (shallow copy) to them.
Implements QwtSeriesData< QwtSetSample >.
1.5.9