|
QWT API (中文) 7.0.1
Qt绘图库 - 中文API文档
|
3D点数组迭代接口 更多...
#include <qwt_series_data.h>
Public 成员函数 | |
| QwtPoint3DSeriesData (const QVector< QwtPoint3D > &=QVector< QwtPoint3D >()) | |
| Constructor | |
| virtual QRectF | boundingRect () const override |
| Calculate the bounding rectangle | |
Public 成员函数 继承自 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 override |
| virtual QwtPoint3D | sample (size_t index) const override |
Public 成员函数 继承自 QwtSeriesData< T > | |
| QwtSeriesData () | |
| Constructor | |
| virtual | ~QwtSeriesData () |
| Destructor | |
| virtual void | setRectOfInterest (const QRectF &rect) |
| Set a the "rect of interest" | |
额外继承的成员函数 | |
Protected 属性 继承自 QwtArraySeriesData< QwtPoint3D > | |
| QVector< QwtPoint3D > | m_samples |
| Vector of samples | |
Protected 属性 继承自 QwtSeriesData< T > | |
| QRectF | cachedBoundingRect |
| Can be used to cache a calculated bounding rectangle | |
3D点数组迭代接口
| QwtPoint3DSeriesData::QwtPoint3DSeriesData | ( | const QVector< QwtPoint3D > & | samples = QVector< QwtPoint3D >() | ) |
Constructor
构造函数
|
overridevirtual |