mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
54 lines
1.6 KiB
Plaintext
54 lines
1.6 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();
|
|
|
|
|
|
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 *
|
|
************************************************************************/
|