|
QWT API (中文) 7.3.0
Qt绘图库 - 中文API文档
|
Abstract base class for mappings acting on rectangular grids 更多...
#include <qwt3d_gridmapping.h>
类 | |
| class | PrivateData |
Public 成员函数 | |
| GridMapping () | |
| Default constructor | |
| void | setMesh (unsigned int columns, unsigned int rows) |
| void | setDomain (double minu, double maxu, double minv, double maxv) |
| Sets the domain (parameter range) for the u and v directions | |
| void | restrictRange (Qwt3D::ParallelEpiped const &) |
| Restricts the data range to a parallelepiped | |
Public 成员函数 继承自 Qwt3D::Mapping | |
| virtual QString | name () const |
Protected 成员函数 | |
| Qwt3D::SurfacePlot * | plotWidget () const |
| void | setPlotWidget (Qwt3D::SurfacePlot *pw) |
| Qwt3D::ParallelEpiped & | range () |
| const Qwt3D::ParallelEpiped & | range () const |
| unsigned int | meshU () const |
| unsigned int | meshV () const |
| double | minU () const |
| double | maxU () const |
| double | minV () const |
| double | maxV () const |
Abstract base class for mappings acting on rectangular grids
| GridMapping::GridMapping | ( | ) |
Default constructor
Initializes with no plot widget, zero mesh dimensions, zero domain, and unrestricted z range.
Sets the number of mesh columns and rows
| columns | Number of columns (u direction) |
| rows | Number of rows (v direction) |
| void GridMapping::restrictRange | ( | Qwt3D::ParallelEpiped const & | p | ) |
Restricts the data range to a parallelepiped
| p | The parallelepiped defining the restricted range |
| void GridMapping::setDomain | ( | double | minu, |
| double | maxu, | ||
| double | minv, | ||
| double | maxv | ||
| ) |
Sets the domain (parameter range) for the u and v directions
| minu | Minimum u value |
| maxu | Maximum u value |
| minv | Minimum v value |
| maxv | Maximum v value |