QGIS/python/3d/auto_generated/qgspointcloudlayer3drenderer.sip.in
2020-11-13 15:58:41 +01:00

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 *
************************************************************************/