|
QWT API (中文) 7.0.1
Qt绘图库 - 中文API文档
|
数学函数的抽象基类 更多...
#include <qwt3d_function.h>
Public 成员函数 | |
| Function () | |
| 默认构造函数 | |
| Function (Qwt3D::SurfacePlot &plotWidget) | |
| 构造 Function 对象并分配 SurfacePlot | |
| Function (Qwt3D::SurfacePlot *plotWidget) | |
| 构造 Function 对象并分配 SurfacePlot | |
| virtual double | operator() (double x, double y)=0 |
| void | setMinZ (double val) |
| 设置函数的最小 z 值 | |
| void | setMaxZ (double val) |
| 设置函数的最大 z 值 | |
| virtual bool | create (Qwt3D::SurfacePlot &plotWidget) |
| 分配新的 SurfacePlot 并为其创建数据表示 | |
| virtual bool | create () |
| 为实际分配的 SurfacePlot 创建数据表示 | |
| void | assign (Qwt3D::SurfacePlot &plotWidget) |
| 将对象分配到另一个控件 - 在 create() 之前调用 | |
| void | assign (Qwt3D::SurfacePlot *plotWidget) |
| 将对象分配到另一个控件 - 在 create() 之前调用 | |
Public 成员函数 继承自 Qwt3D::GridMapping | |
| GridMapping () | |
| 默认构造函数 | |
| void | setMesh (unsigned int columns, unsigned int rows) |
| 设置网格的列数和行数 | |
| void | setDomain (double minu, double maxu, double minv, double maxv) |
| 设置 u 和 v 方向的域(参数范围) | |
| void | restrictRange (Qwt3D::ParallelEpiped const &) |
| 将数据范围限制到平行六面体内 | |
Public 成员函数 继承自 Qwt3D::Mapping | |
| virtual QString | name () const |
额外继承的成员函数 | |
Protected 属性 继承自 Qwt3D::GridMapping | |
| Qwt3D::ParallelEpiped | range_p |
| Qwt3D::SurfacePlot * | plotwidget_p |
| unsigned int | umesh_p |
| unsigned int | vmesh_p |
| double | minu_p |
| double | maxu_p |
| double | minv_p |
| double | maxv_p |
数学函数的抽象基类
| Function::Function | ( | ) |
默认构造函数
|
explicit |
构造 Function 对象并分配 SurfacePlot
|
explicit |
构造 Function 对象并分配 SurfacePlot
| void Function::assign | ( | Qwt3D::SurfacePlot & | plotWidget | ) |
将对象分配到另一个控件 - 在 create() 之前调用
| void Function::assign | ( | Qwt3D::SurfacePlot * | plotWidget | ) |
将对象分配到另一个控件 - 在 create() 之前调用
|
virtual |
为实际分配的 SurfacePlot 创建数据表示
|
virtual |
分配新的 SurfacePlot 并为其创建数据表示
| void Function::setMaxZ | ( | double | val | ) |
设置函数的最大 z 值
| void Function::setMinZ | ( | double | val | ) |
设置函数的最小 z 值