mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
55 lines
1.9 KiB
Plaintext
55 lines
1.9 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/./3d/qgsabstractpointcloud3drenderer.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
class QgsAbstractPointCloud3DRenderer : QgsAbstract3DRenderer /Abstract/
|
|
{
|
|
%Docstring(signature="appended")
|
|
Base class for point cloud 3D renderers.
|
|
|
|
This class allows for functionality in 3D to be called from core.
|
|
|
|
.. versionadded:: 3.26
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgsabstractpointcloud3drenderer.h"
|
|
%End
|
|
public:
|
|
|
|
virtual ~QgsAbstractPointCloud3DRenderer();
|
|
|
|
virtual bool convertFrom2DRenderer( QgsPointCloudRenderer *renderer ) = 0;
|
|
%Docstring
|
|
Updates the 3D renderer's symbol to match that of a given
|
|
:py:class:`QgsPointCloudRenderer`
|
|
|
|
:return: ``True`` on success, ``False`` otherwise
|
|
%End
|
|
|
|
protected:
|
|
|
|
QgsAbstractPointCloud3DRenderer();
|
|
|
|
private:
|
|
QgsAbstractPointCloud3DRenderer( const QgsAbstractPointCloud3DRenderer & );
|
|
QgsAbstractPointCloud3DRenderer &operator=( const QgsAbstractPointCloud3DRenderer & );
|
|
};
|
|
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/./3d/qgsabstractpointcloud3drenderer.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|