QWT API (English) 7.3.0
Qt Widget Library for Technical Applications - English API Documentation
Loading...
Searching...
No Matches
Public Attributes | List of all members
Qwt3DFunctionData Struct Reference

Result of evaluating a Qwt3DFunction over its grid. More...

#include <qwt3d_types.h>

Public Attributes

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
 

Detailed Description

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


The documentation for this struct was generated from the following file: