|
SciDAVis
1.D4
|
Class for user defined functions. More...
#include <Graph3D.h>
Public Member Functions | |
| QString | function () |
| double | operator() (double x, double y) |
| UserFunction (const QString &s, SurfacePlot &pw) | |
| ~UserFunction () | |
Private Attributes | |
| QString | formula |
Class for user defined functions.
| UserFunction::UserFunction | ( | const QString & | s, |
| SurfacePlot & | pw | ||
| ) |
References formula.
| UserFunction::~UserFunction | ( | ) |
|
inline |
Referenced by Graph3D::formula(), and Graph3D::saveToString().
| double UserFunction::operator() | ( | double | x, |
| double | y | ||
| ) |
References formula.
|
private |
Referenced by operator()(), and UserFunction().
1.8.1