#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 |
UserFunction::UserFunction | ( | const QString & | s, | |
SurfacePlot & | pw | |||
) |
UserFunction::~UserFunction | ( | ) |
QString UserFunction::function | ( | ) | [inline] |
double UserFunction::operator() | ( | double | x, | |
double | y | |||
) |
QString UserFunction::formula [private] |