QwtPlot3D API  0.2.7
Public Member Functions
Function Class Reference

#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: