|
QWT API (中文) 7.3.0
Qt绘图库 - 中文API文档
|
Implements a matrix of z-Values with limit access functions 更多...
#include <qwt3d_types.h>
类 | |
| class | PrivateData |
Public 成员函数 | |
| GridData (unsigned int columns, unsigned int rows) | |
| int | columns () const |
| int | rows () const |
| void | clear () |
| bool | empty () const |
| void | setSize (unsigned int columns, unsigned int rows) |
| void | setPeriodic (bool u, bool v) |
| bool | uperiodic () const |
| bool | vperiodic () const |
Public 成员函数 继承自 Qwt3D::Data | |
| void | setHull (Qwt3D::ParallelEpiped const &h) |
| Qwt3D::ParallelEpiped const & | hull () const |
Public 属性 | |
| DataMatrix | vertices |
| DataMatrix | normals |
Public 属性 继承自 Qwt3D::Data | |
| Qwt3D::DATATYPE | datatype |
Implements a matrix of z-Values with limit access functions
GridData represents data on a rectangular grid topology, providing z-values organized in a matrix with associated normals.
|
virtual |
实现了 Qwt3D::Data.
|
virtual |
实现了 Qwt3D::Data.