QwtPlot3D API
0.2.7
|
#include <qwt3d_gridmapping.h>
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 &) |
![]() | |
virtual | ~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 |