26 #ifndef GRALE_IMAGEPLANEASCIIWRITER_H
28 #define GRALE_IMAGEPLANEASCIIWRITER_H
30 #include "graleconfig.h"
31 #include "imageplanewriter.h"
38 class GRALE_IMPORTEXPORT ImagePlaneASCIIWriter :
public ImagePlaneWriter
41 ImagePlaneASCIIWriter(FILE *g,
bool images,
bool sources,
bool criticallines,
42 bool caustics,
double scale = 1.0) { f = g; im = images; srcs = sources; crit = criticallines; caust = caustics; ImagePlaneASCIIWriter::scale = scale; }
43 ~ImagePlaneASCIIWriter() { }
44 bool write(ImagePlane *p,
int subSamples);
47 bool im,srcs,crit,caust;
53 #endif // IMAGEPLANEASCIIWRITER_H