mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
75 lines
2.3 KiB
Plaintext
75 lines
2.3 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/3d/qgspointcloudlayer3drenderer.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class QgsPointCloudLayer3DRenderer : QgsAbstract3DRenderer
|
|
{
|
|
%Docstring
|
|
3D renderer that renders all points from a point cloud layer
|
|
|
|
.. versionadded:: 3.18
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgspointcloudlayer3drenderer.h"
|
|
%End
|
|
public:
|
|
explicit QgsPointCloudLayer3DRenderer();
|
|
%Docstring
|
|
Takes ownership of the symbol object
|
|
%End
|
|
|
|
void setLayer( QgsPointCloudLayer *layer );
|
|
%Docstring
|
|
Sets point cloud layer associated with the renderer
|
|
%End
|
|
QgsPointCloudLayer *layer() const;
|
|
%Docstring
|
|
Returns point cloud layer associated with the renderer
|
|
%End
|
|
|
|
virtual QString type() const;
|
|
|
|
virtual QgsPointCloudLayer3DRenderer *clone() const /Factory/;
|
|
|
|
|
|
void setSymbol( QgsPointCloud3DSymbol *symbol );
|
|
%Docstring
|
|
Sets 3D symbol associated with the renderer
|
|
%End
|
|
const QgsPointCloud3DSymbol *symbol() const;
|
|
%Docstring
|
|
Returns 3D symbol associated with the renderer
|
|
%End
|
|
|
|
virtual void writeXml( QDomElement &elem, const QgsReadWriteContext &context ) const;
|
|
|
|
virtual void readXml( const QDomElement &elem, const QgsReadWriteContext &context );
|
|
|
|
virtual void resolveReferences( const QgsProject &project );
|
|
|
|
|
|
private:
|
|
QgsPointCloudLayer3DRenderer( const QgsPointCloudLayer3DRenderer & );
|
|
QgsPointCloudLayer3DRenderer &operator=( const QgsPointCloudLayer3DRenderer & );
|
|
};
|
|
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/3d/qgspointcloudlayer3drenderer.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|