Skip to content

Commit

Permalink
sipify qgspointcloud3dsymbol
Browse files Browse the repository at this point in the history
  • Loading branch information
NEDJIMAbelgacem committed Nov 17, 2020
1 parent 93d896e commit 9655a1e
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/3d/3d_auto.sip
Expand Up @@ -21,4 +21,5 @@
%Include auto_generated/symbols/qgsline3dsymbol.sip
%Include auto_generated/symbols/qgspoint3dsymbol.sip
%Include auto_generated/symbols/qgspolygon3dsymbol.sip
%Include auto_generated/symbols/qgspointcloud3dsymbol.sip
%Include auto_generated/qgs3dmapexportsettings.sip
81 changes: 81 additions & 0 deletions python/3d/auto_generated/symbols/qgspointcloud3dsymbol.sip.in
@@ -0,0 +1,81 @@
/************************************************************************
* This file has been generated automatically from *
* *
* src/3d/symbols/qgspointcloud3dsymbol.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/




class QgsPointCloud3DSymbol : QgsAbstract3DSymbol
{
%Docstring
3D symbol that draws point cloud geometries as 3D objects.

.. warning::

This is not considered stable API, and may change in future QGIS releases. It is
exposed to the Python bindings as a tech preview only.

.. versionadded:: 3.18
%End

%TypeHeaderCode
#include "qgspointcloud3dsymbol.h"
%End
public:
QgsPointCloud3DSymbol();
%Docstring
Constructor for QgsPointCloud3DSymbol
%End
~QgsPointCloud3DSymbol();

virtual QString type() const;
virtual QgsAbstract3DSymbol *clone() const /Factory/;


virtual void writeXml( QDomElement &elem, const QgsReadWriteContext &context ) const;


virtual void readXml( const QDomElement &elem, const QgsReadWriteContext &context );


bool isEnabled() const;
%Docstring
Returns whether rendering for this symbol is enabled

.. seealso:: :py:func:`setIsEnabled`
%End

void setIsEnabled( bool enabled );
%Docstring
Sets whether rendering for this symbol is enabled

.. seealso:: :py:func:`isEnabled`
%End

float pointSize() const;
%Docstring
Returns the point size of the point cloud

.. seealso:: :py:func:`setPointSize`
%End

void setPointSize( float size );
%Docstring
Sets the point size

.. seealso:: :py:func:`pointSize`
%End

};

/************************************************************************
* This file has been generated automatically from *
* *
* src/3d/symbols/qgspointcloud3dsymbol.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/

0 comments on commit 9655a1e

Please sign in to comment.