mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
66 lines
1.8 KiB
Plaintext
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 *
|
|
************************************************************************/
|