QGIS/python/analysis/auto_generated/interpolation/qgsgridfilewriter.sip.in

48 lines
1.7 KiB
Plaintext
Raw Normal View History

2017-06-22 20:25:19 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/analysis/interpolation/qgsgridfilewriter.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsGridFileWriter
{
2017-06-22 20:25:19 +02:00
%TypeHeaderCode
2017-06-22 20:25:19 +02:00
#include "qgsgridfilewriter.h"
%End
public:
QgsGridFileWriter( QgsInterpolator *interpolator, const QString &outputPath, const QgsRectangle &extent, int nCols, int nRows );
%Docstring
2017-12-15 10:36:55 -04:00
Constructor for QgsGridFileWriter, for the specified ``interpolator``.
2017-12-15 10:36:55 -04:00
The ``outputPath`` argument is used to set the output file path.
2017-12-15 10:36:55 -04:00
The ``extent`` and ``nCols``, ``nRows`` arguments dictate the extent and size of the output raster.
%End
int writeFile( QgsFeedback *feedback = 0 );
2017-06-22 20:25:19 +02:00
%Docstring
2017-12-15 10:36:55 -04:00
Writes the grid file.
2017-12-15 10:36:55 -04:00
An optional ``feedback`` object can be set for progress reports and cancelation support
:return: 0 in case of success
2017-06-22 20:25:19 +02:00
%End
};
2017-06-22 20:25:19 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/analysis/interpolation/qgsgridfilewriter.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/