26 #ifndef GRALE_REAL2DFUNCTIONFITSPLOTTER_H
28 #define GRALE_REAL2DFUNCTIONFITSPLOTTER_H
30 #include "graleconfig.h"
32 #ifdef GRALECONFIG_SUPPORT_CFITSIO
34 #include "real2dfunctionplotter.h"
40 class GRALE_IMPORTEXPORT Real2DFunctionFITSPlotter :
public Real2DFunctionPlotter
43 Real2DFunctionFITSPlotter(
const std::string &fname,
double xscale = 1.0L,
double yscale = 1.0L,
double zscale = 1.0L);
44 ~Real2DFunctionFITSPlotter();
45 bool plot(Real2DFunction &f,Vector2D<double> bottomleft,Vector2D<double> topright,
int numxsteps,
int numysteps);
47 double xscale,yscale,zscale;
53 #endif // GRALECONFIG_SUPPORT_CFITSIO
55 #endif // GRALE_REAL2DFUNCTIONFITSPLOTTER_H