|
QWT API (中文) 7.3.0
Qt绘图库 - 中文API文档
|
Result of evaluating a Qwt3DParametricSurface over its grid 更多...
#include <qwt3d_types.h>
Public 属性 | |
| std::vector< std::vector< Triple > > | vertices |
| vertices[i][j] = xyz position at column i, row j | |
| unsigned int | columns = 0 |
| unsigned int | rows = 0 |
| bool | uperiodic = false |
| bool | vperiodic = false |
Result of evaluating a Qwt3DParametricSurface over its grid
Contains the xyz triple matrix and periodicity flags produced by Qwt3DParametricSurface::create(). Feed this to Qwt3DSurface::loadFromData().