18#ifndef QGSGRIDFILEWRITER_H
19#define QGSGRIDFILEWRITER_H
24#include "qgis_analysis.h"
61 int writeHeader( QTextStream &outStream );
64 QString mOutputFilePath;
69 double mCellSizeX = 0;
70 double mCellSizeY = 0;
Base class for feedback objects to be used for cancellation of something running in a worker thread.
A class that does interpolation to a grid and writes the results to an ascii grid.
Interface class for interpolations.
A rectangle specified with double values.