QGIS/python/analysis/auto_generated/processing/pdal/qgspdalalgorithms.sip.in
2023-03-22 16:04:01 +01:00

66 lines
1.8 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/analysis/processing/pdal/qgspdalalgorithms.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsPdalAlgorithms: QgsProcessingProvider
{
%Docstring(signature="appended")
PDAL Processing algorithm provider.
.. versionadded:: 3.32
%End
%TypeHeaderCode
#include "qgspdalalgorithms.h"
%End
public:
QgsPdalAlgorithms( QObject *parent = 0 );
%Docstring
Constructor for QgsPdalAlgorithms.
%End
virtual QIcon icon() const;
virtual QString svgIconPath() const;
virtual QString id() const;
virtual QString helpId() const;
virtual QString name() const;
virtual bool supportsNonFileBasedOutput() const;
virtual QStringList supportedOutputVectorLayerExtensions() const;
virtual QStringList supportedOutputRasterLayerExtensions() const;
virtual QStringList supportedOutputPointCloudLayerExtensions() const;
protected:
virtual void loadAlgorithms();
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/analysis/processing/pdal/qgspdalalgorithms.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/