QWT API (中文) 7.3.0
Qt绘图库 - 中文API文档
载入中...
搜索中...
未找到
Public 属性 | 所有成员列表
Qwt3DParametricData结构体 参考

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().


该结构体的文档由以下文件生成: