|
QWT API (English) 7.0.1
Qt Widget Library for Technical Applications - English API Documentation
|
Abstract base class for mappings acting on rectangular grids . More...
#include <qwt3d_gridmapping.h>
Public Member Functions | |
| GridMapping () | |
| Default constructor. | |
| void | setMesh (unsigned int columns, unsigned int rows) |
| Sets the number of mesh columns and 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 Attributes | |
| Qwt3D::ParallelEpiped | range_p |
| Qwt3D::SurfacePlot * | plotwidget_p |
| unsigned int | umesh_p |
| unsigned int | vmesh_p |
| double | minu_p |
| double | maxu_p |
| double | minv_p |
| double | maxv_p |
Abstract base class for mappings acting on rectangular grids
.
| GridMapping::GridMapping | ( | ) |
Default constructor.
| void GridMapping::restrictRange | ( | Qwt3D::ParallelEpiped const & | p | ) |
Restricts the data range to a parallelepiped.
| void GridMapping::setDomain | ( | double | minu, |
| double | maxu, | ||
| double | minv, | ||
| double | maxv | ||
| ) |
Sets the domain (parameter range) for the u and v directions.
| void GridMapping::setMesh | ( | unsigned int | columns, |
| unsigned int | rows | ||
| ) |
Sets the number of mesh columns and rows.