#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) |
Function | ( | ) |
Constructs Function object w/o assigned SurfacePlot.
Function | ( | Qwt3D::SurfacePlot & | plotWidget | ) | [explicit] |
Constructs Function object and assigns a SurfacePlot.
Function | ( | Qwt3D::SurfacePlot * | plotWidget | ) | [explicit] |
Constructs Function object and assigns a SurfacePlot.
virtual double operator() | ( | double | x, | |
double | y | |||
) | [pure virtual] |
Overwrite this.
void setMinZ | ( | double | val | ) |
Sets minimal z value.
void setMaxZ | ( | double | val | ) |
Sets maximal z value.
bool create | ( | Qwt3D::SurfacePlot & | plotWidget | ) | [virtual] |
Assigns a new SurfacePlot and creates a data representation for it.
bool create | ( | ) | [virtual] |
Creates data representation for the actual assigned SurfacePlot.
void assign | ( | Qwt3D::SurfacePlot & | plotWidget | ) |
Assigns the object to another widget. To see the changes, you have to call this function before create().
void assign | ( | Qwt3D::SurfacePlot * | plotWidget | ) |
Assigns the object to another widget. To see the changes, you have to call this function before create().