QwtPlot3D API
0.2.7
|
#include <qwt3d_function.h>
Public Member Functions | |
Function () | |
Function (Qwt3D::SurfacePlot &plotWidget) | |
Function (Qwt3D::SurfacePlot *plotWidget) | |
virtual double | operator() (double x, double y)=0 |
void | setMinZ (double val) |
void | setMaxZ (double val) |
virtual bool | create (Qwt3D::SurfacePlot &plotWidget) |
virtual bool | create () |
void | assign (Qwt3D::SurfacePlot &plotWidget) |
void | assign (Qwt3D::SurfacePlot *plotWidget) |
A Function encapsulates a mathematical function with rectangular domain. The user has to adapt the pure virtual operator() to get a working object. Also, the client code should call setDomain, setMesh and create for reasonable operating conditions.