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

Result of evaluating a Qwt3DFunction over its grid 更多...

#include <qwt3d_types.h>

Public 属性

std::vector< std::vector< double > > z
 z[i][j] = z-value at column i, row j
 
unsigned int columns = 0
 
unsigned int rows = 0
 
double minx = 0.0
 
double maxx = 0.0
 
double miny = 0.0
 
double maxy = 0.0
 

详细描述

Result of evaluating a Qwt3DFunction over its grid

Contains the z-value matrix and x/y domain bounds produced by Qwt3DFunction::create(). Feed this to Qwt3DSurface::loadFromData().


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