26 #ifndef GRALE_REAL2DFUNCTIONPLOTTER_H
28 #define GRALE_REAL2DFUNCTIONPLOTTER_H
30 #include "graleconfig.h"
32 #include <errut/errorbase.h>
37 class GRALE_IMPORTEXPORT Real2DFunctionPlotter :
public errut::ErrorBase
40 Real2DFunctionPlotter() {}
41 virtual ~Real2DFunctionPlotter() {}
42 virtual bool plot(Real2DFunction &f,Vector2D<double> bottomleft,Vector2D<double> topright,
int numxsteps,
int numysteps) = 0;
47 #endif // GRALE_REAL2DFUNCTIONPLOTTER_H