#include <qwt3d_gridmapping.h>
Inheritance diagram for GridMapping:
Public Member Functions | |
GridMapping () | |
void | setMesh (unsigned int columns, unsigned int rows) |
void | setDomain (double minu, double maxu, double minv, double maxv) |
void | restrictRange (Qwt3D::ParallelEpiped 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 |
|
Constructs GridMapping object w/o assigned SurfacePlot.
|
|
Sets number of rows and columns.
|
|
Sets u-v domain boundaries.
|
|
Restrict the mappings range to the parallelepiped.
|