Interface for iterating over an array of 3D points. More...
#include <qwt_series_data.h>

Public Member Functions | |
| virtual QRectF | boundingRect () const |
| Calculate the bounding rectangle. More... | |
| QwtPoint3DSeriesData (const QVector< QwtPoint3D > &=QVector< QwtPoint3D >()) | |
Public Member Functions inherited from QwtArraySeriesData< QwtPoint3D > | |
| QwtArraySeriesData () | |
| Constructor. More... | |
| QwtArraySeriesData (const QVector< QwtPoint3D > &samples) | |
| virtual QwtPoint3D | sample (size_t index) const |
| const QVector< QwtPoint3D > | samples () const |
| void | setSamples (const QVector< QwtPoint3D > &samples) |
| virtual size_t | size () const |
Public Member Functions inherited from QwtSeriesData< QwtPoint3D > | |
| QwtSeriesData () | |
| Constructor. More... | |
| virtual void | setRectOfInterest (const QRectF &rect) |
| virtual | ~QwtSeriesData () |
| Destructor. More... | |
Additional Inherited Members | |
Protected Attributes inherited from QwtArraySeriesData< QwtPoint3D > | |
| QVector< QwtPoint3D > | d_samples |
| Vector of samples. More... | |
Protected Attributes inherited from QwtSeriesData< QwtPoint3D > | |
| QRectF | d_boundingRect |
| Can be used to cache a calculated bounding rectangle. More... | |
Interface for iterating over an array of 3D points.
Definition at line 217 of file qwt_series_data.h.
| QwtPoint3DSeriesData::QwtPoint3DSeriesData | ( | const QVector< QwtPoint3D > & | samples = QVector<QwtPoint3D>() | ) |
|
virtual |
Calculate the bounding rectangle.
The bounding rectangle is calculated once by iterating over all points and is stored for all following requests.
Implements QwtSeriesData< QwtPoint3D >.
Definition at line 262 of file qwt_series_data.cpp.