Function Class Reference

Abstract base class for mathematical functions. More...

#include <qwt3d_function.h>

Inheritance diagram for Function:
GridMapping Mapping

List of all members.

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)

Detailed Description

A Function encapsulates a mathematical function with rectangular domain. The user has to adapt the pure virtual operator() to get a working object. Also, the client code should call setDomain, setMesh and create for reasonable operating conditions.


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

Generated on Fri Oct 2 21:44:10 2009 for QwtPlot3D API by  doxygen 1.6.1