|
QWT API (English) 7.3.0
Qt Widget Library for Technical Applications - English API Documentation
|
Implements a matrix of z-Values with limit access functions. More...
#include <qwt3d_types.h>
Classes | |
| class | PrivateData |
Public Member Functions | |
| Qwt3DGridData (unsigned int columns, unsigned int rows) | |
| int | columns () const |
| int | rows () const |
| void | clear () |
| bool | empty () const |
| void | setSize (unsigned int columns, unsigned int rows) |
| void | setPeriodic (bool u, bool v) |
| bool | uperiodic () const |
| bool | vperiodic () const |
Public Member Functions inherited from Qwt3DData | |
| void | setHull (ParallelEpiped const &h) |
| ParallelEpiped const & | hull () const |
Public Attributes | |
| DataMatrix | vertices |
| DataMatrix | normals |
Public Attributes inherited from Qwt3DData | |
| DATATYPE | datatype |
Implements a matrix of z-Values with limit access functions.
Qwt3DGridData represents data on a rectangular grid topology, providing z-values organized in a matrix with associated normals.
|
virtual |
Implements Qwt3DData.
|
virtual |
Implements Qwt3DData.