18#ifndef QGSGRIDFILEWRITER_H
19#define QGSGRIDFILEWRITER_H
24#include "qgis_analysis.h"
60 QString mOutputFilePath;
65 double mCellSizeX = 0;
66 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.