#include <Graph3D.h>
Public Member Functions | |
unsigned int | columns () |
QString | function () |
double | operator() (double x, double y) |
unsigned int | rows () |
void | setMesh (unsigned int columns, unsigned int rows) |
UserFunction (const QString &s, SurfacePlot &pw) | |
Private Attributes | |
unsigned int | d_columns |
unsigned int | d_rows |
QString | formula |
UserFunction::UserFunction | ( | const QString & | s, | |
SurfacePlot & | pw | |||
) |
unsigned int UserFunction::columns | ( | ) | [inline] |
QString UserFunction::function | ( | ) | [inline] |
double UserFunction::operator() | ( | double | x, | |
double | y | |||
) |
unsigned int UserFunction::rows | ( | ) | [inline] |
void UserFunction::setMesh | ( | unsigned int | columns, | |
unsigned int | rows | |||
) |
unsigned int UserFunction::d_columns [private] |
unsigned int UserFunction::d_rows [private] |
QString UserFunction::formula [private] |