SciDAVis  1.D4
Public Member Functions | Private Attributes
UserFunction Class Reference

Class for user defined functions. More...

#include <Graph3D.h>

List of all members.

Public Member Functions

QString function ()
double operator() (double x, double y)
 UserFunction (const QString &s, SurfacePlot &pw)
 ~UserFunction ()

Private Attributes

QString formula

Detailed Description

Class for user defined functions.


Constructor & Destructor Documentation

UserFunction::UserFunction ( const QString &  s,
SurfacePlot &  pw 
)

References formula.

UserFunction::~UserFunction ( )

Member Function Documentation

QString UserFunction::function ( )
inline
double UserFunction::operator() ( double  x,
double  y 
)

References formula.


Member Data Documentation

QString UserFunction::formula
private

Referenced by operator()(), and UserFunction().


The documentation for this class was generated from the following files: