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
Qwt3DParametricData Struct Reference

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

#include <qwt3d_types.h>

Public Attributes

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
 

Detailed Description

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


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