Classi PlotFunction e MathFunction

Elenco delle funzioni con commenti estratto dagli header files.

File: plotfun.h - class PlotFunction

PlotFunction

Class representing a plottable function z=f(x,y). A plottable function has a rectangular domain minX <= x <= maxX, minY <= y <= maxY, and a number of rows and columns used to discretize the rectangular domain into a grid. There are functions returning the coordinates of a grid vertex given its indices (i,j) in the grid. This is an abstract class. The algorithm for computing f will be provided in the sub-classes.

Funzioni pubbliche:

File: mathfun.h - class MathFunction

MathFunction

Class representing a plottable function z=f(x,y) where f has an analytic expression. There is a pointer to a function returning the function value at a point (x,y) within the domain.

Public functions: