mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-17 00:09:36 -04:00
58 lines
1.7 KiB
Plaintext
58 lines
1.7 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/pointcloud/qgspointcloudrenderer.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class QgsPointCloudRenderer: QgsMapLayerRenderer
|
|
{
|
|
%Docstring
|
|
|
|
Represents a 2D renderer of point cloud data
|
|
|
|
.. note::
|
|
|
|
The API is considered EXPERIMENTAL and can be changed without a notice
|
|
|
|
.. versionadded:: 3.18
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgspointcloudrenderer.h"
|
|
%End
|
|
public:
|
|
|
|
explicit QgsPointCloudRenderer( QgsPointCloudLayer *layer, QgsRenderContext &context );
|
|
~QgsPointCloudRenderer();
|
|
|
|
|
|
virtual bool render();
|
|
|
|
%Docstring
|
|
QgsPointCloudRenderer cannot be copied.
|
|
%End
|
|
|
|
void writeXml( QDomElement &elem, const QgsReadWriteContext &context ) const;
|
|
void readXml( const QDomElement &elem, const QgsReadWriteContext &context );
|
|
|
|
};
|
|
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/pointcloud/qgspointcloudrenderer.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|