|
QWT API (中文) 7.3.0
Qt绘图库 - 中文API文档
|
Abstract base class for mappings acting on rectangular grids 更多...
#include <qwt3d_gridmapping.h>
类 | |
| class | PrivateData |
Public 成员函数 | |
| Qwt3DGridMapping () | |
| 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 (ParallelEpiped const &) |
| Restricts the data range to a parallelepiped | |
Public 成员函数 继承自 Qwt3DMapping | |
| virtual QString | name () const |
Protected 成员函数 | |
| ParallelEpiped & | range () |
| const 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
| Qwt3DGridMapping::Qwt3DGridMapping | ( | ) |
Default constructor
Initializes with 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 Qwt3DGridMapping::restrictRange | ( | ParallelEpiped const & | p | ) |
Restricts the data range to a parallelepiped
| p | The parallelepiped defining the restricted range |
| void Qwt3DGridMapping::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 |