|
QWT API (中文) 7.0.1
Qt绘图库 - 中文API文档
|
单个箱线图位置的异常值 更多...
#include <qwt_samples.h>
Public 成员函数 | |
| QwtBoxOutlierSample (double boxPosition=0.0) | |
| 默认构造函数 | |
| QwtBoxOutlierSample (double boxPosition, const QVector< double > &values) | |
| 包含位置和异常值的构造函数 | |
| QwtBoxOutlierSample (double boxPosition, QVector< double > &&values) | |
| 移动语义构造函数 | |
| bool | isEmpty () const |
| Check if no outliers present | |
| int | count () const |
| Get number of outliers | |
Public 属性 | |
| double | boxPosition |
| Position of the parent box (matches QwtBoxSample.position) | |
| QVector< double > | values |
| All outlier values for this box | |
单个箱线图位置的异常值
|
inline |
默认构造函数
|
inline |
包含位置和异常值的构造函数
|
inline |
移动语义构造函数