#include <qwt3d_function.h>
Inheritance diagram for Function:

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) |
|
|
Constructs Function object w/o assigned SurfacePlot.
|
|
|
Constructs Function object and assigns a SurfacePlot.
|
|
|
Constructs Function object and assigns a SurfacePlot.
|
|
||||||||||||
|
Overwrite this.
|
|
|
Sets minimal z value.
|
|
|
Sets maximal z value.
|
|
|
Assigns a new SurfacePlot and creates a data representation for it.
|
|
|
Creates data representation for the actual assigned SurfacePlot.
|
|
|
Assigns the object to another widget. To see the changes, you have to call this function before create().
|
|
|
Assigns the object to another widget. To see the changes, you have to call this function before create().
|
1.4.3