|
QWT 7.0.1
|
Interface for iterating over an array of 3D points. More...
#include <qwt_series_data.h>
Public Member Functions | |
| QwtPoint3DSeriesData (const QVector< QwtPoint3D > &=QVector< QwtPoint3D >()) | |
| Constructor. | |
| virtual QRectF | boundingRect () const QWT_OVERRIDE |
| Calculate the bounding rectangle. | |
Public Member Functions inherited from QwtArraySeriesData< QwtPoint3D > | |
| QwtArraySeriesData () | |
| Constructor. | |
| QwtArraySeriesData (const QVector< QwtPoint3D > &samples) | |
| Constructor. | |
| QwtArraySeriesData (QVector< QwtPoint3D > &&samples) | |
| void | setSamples (const QVector< QwtPoint3D > &samples) |
| Assign an array of samples. | |
| void | setSamples (QVector< QwtPoint3D > &&samples) |
| const QVector< QwtPoint3D > | samples () const |
| virtual size_t | size () const QWT_OVERRIDE |
| virtual QwtPoint3D | sample (size_t index) const QWT_OVERRIDE |
Public Member Functions inherited from QwtSeriesData< T > | |
| QwtSeriesData () | |
| Constructor. | |
| virtual | ~QwtSeriesData () |
| Destructor. | |
| virtual void | setRectOfInterest (const QRectF &rect) |
| Set a the "rect of interest". | |
Additional Inherited Members | |
Protected Attributes inherited from QwtArraySeriesData< QwtPoint3D > | |
| QVector< QwtPoint3D > | m_samples |
| Vector of samples. | |
Protected Attributes inherited from QwtSeriesData< T > | |
| QRectF | cachedBoundingRect |
| Can be used to cache a calculated bounding rectangle. | |
Interface for iterating over an array of 3D points.
| QwtPoint3DSeriesData::QwtPoint3DSeriesData | ( | const QVector< QwtPoint3D > & | samples = QVector< QwtPoint3D >() | ) |
Constructor.
| samples | Samples |
|
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< T >.