|
QWT API (English) 7.3.0
Qt Widget Library for Technical Applications - English API Documentation
|
Abstract base class for mappings acting on rectangular grids. More...
#include <qwt3d_gridmapping.h>
Classes | |
| class | PrivateData |
Public Member Functions | |
| GridMapping () | |
| Default constructor. | |
| void | setMesh (unsigned int columns, unsigned int rows) |
| void | setDomain (double minu, double maxu, double minv, double maxv) |
| Sets the domain (parameter range) for the u and v directions. | |
| void | restrictRange (Qwt3D::ParallelEpiped const &) |
| Restricts the data range to a parallelepiped. | |
Public Member Functions inherited from Qwt3D::Mapping | |
| virtual QString | name () const |
Protected Member Functions | |
| Qwt3D::SurfacePlot * | plotWidget () const |
| void | setPlotWidget (Qwt3D::SurfacePlot *pw) |
| Qwt3D::ParallelEpiped & | range () |
| const Qwt3D::ParallelEpiped & | range () const |
| unsigned int | meshU () const |
| unsigned int | meshV () const |
| double | minU () const |
| double | maxU () const |
| double | minV () const |
| double | maxV () const |
Abstract base class for mappings acting on rectangular grids.
| GridMapping::GridMapping | ( | ) |
Default constructor.
Initializes with no plot widget, zero mesh dimensions, zero domain, and unrestricted z range.
Sets the number of mesh columns and rows
| columns | Number of columns (u direction) |
| rows | Number of rows (v direction) |
| void GridMapping::restrictRange | ( | Qwt3D::ParallelEpiped const & | p | ) |
Restricts the data range to a parallelepiped.
| p | The parallelepiped defining the restricted range |
| void GridMapping::setDomain | ( | double | minu, |
| double | maxu, | ||
| double | minv, | ||
| double | maxv | ||
| ) |
Sets the domain (parameter range) for the u and v directions.
| minu | Minimum u value |
| maxu | Maximum u value |
| minv | Minimum v value |
| maxv | Maximum v value |