|
QWT API (中文) 7.0.1
Qt绘图库 - 中文API文档
|
作用于矩形网格的映射抽象基类 更多...
#include <qwt3d_gridmapping.h>
Public 成员函数 | |
| 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::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 |
作用于矩形网格的映射抽象基类
| GridMapping::GridMapping | ( | ) |
默认构造函数
| void GridMapping::restrictRange | ( | Qwt3D::ParallelEpiped const & | p | ) |
将数据范围限制到平行六面体内
| void GridMapping::setDomain | ( | double | minu, |
| double | maxu, | ||
| double | minv, | ||
| double | maxv | ||
| ) |
设置 u 和 v 方向的域(参数范围)
| void GridMapping::setMesh | ( | unsigned int | columns, |
| unsigned int | rows | ||
| ) |
设置网格的列数和行数