| QGIS API Documentation
    3.20.0-Odense (decaadbb31)
    | 
3D renderer that renders all points from a point cloud layer More...
#include <qgspointcloudlayer3drenderer.h>

| Public Member Functions | |
| QgsPointCloudLayer3DRenderer () | |
| Takes ownership of the symbol object.  More... | |
| QgsPointCloudLayer3DRenderer * | clone () const override | 
| Returns a cloned instance.  More... | |
| Qt3DCore::QEntity * | createEntity (const Qgs3DMapSettings &map) const override | 
| Returns a 3D entity that will be used to show renderer's data in 3D scene.  More... | |
| QgsPointCloudLayer * | layer () const | 
| Returns point cloud layer associated with the renderer.  More... | |
| double | maximumScreenError () const | 
| Returns the maximum screen error allowed when rendering the point cloud.  More... | |
| int | pointRenderingBudget () const | 
| Returns the maximum number of points that will be rendered to the scene.  More... | |
| void | readXml (const QDomElement &elem, const QgsReadWriteContext &context) override | 
| Reads renderer's properties from given XML element.  More... | |
| void | resolveReferences (const QgsProject &project) override | 
| Resolves references to other objects - second phase of loading - after readXml()  More... | |
| void | setLayer (QgsPointCloudLayer *layer) | 
| Sets point cloud layer associated with the renderer.  More... | |
| void | setMaximumScreenError (double error) | 
| Sets the maximum screen error allowed when rendering the point cloud.  More... | |
| void | setPointRenderingBudget (int budget) | 
| Sets the maximum number of points to be rendered in the scene.  More... | |
| void | setShowBoundingBoxes (bool showBoundingBoxes) | 
| Sets whether bounding boxes will be visible when rendering the point cloud.  More... | |
| void | setSymbol (QgsPointCloud3DSymbol *symbol) | 
| Sets the 3D symbol associated with the renderer.  More... | |
| bool | showBoundingBoxes () const | 
| Returns whether bounding boxes will be visible when rendering the point cloud.  More... | |
| const QgsPointCloud3DSymbol * | symbol () const | 
| Returns 3D symbol associated with the renderer.  More... | |
| QString | type () const override | 
| Returns unique identifier of the renderer class (used to identify subclass)  More... | |
| void | writeXml (QDomElement &elem, const QgsReadWriteContext &context) const override | 
| Writes renderer's properties to given XML element.  More... | |
|  Public Member Functions inherited from QgsAbstract3DRenderer | |
| virtual | ~QgsAbstract3DRenderer ()=default | 
| Additional Inherited Members | |
|  Protected Member Functions inherited from QgsAbstract3DRenderer | |
| QgsAbstract3DRenderer ()=default | |
| Default constructor.  More... | |
3D renderer that renders all points from a point cloud layer
Definition at line 217 of file qgspointcloudlayer3drenderer.h.
| 
 | explicit | 
Takes ownership of the symbol object.
Definition at line 96 of file qgspointcloudlayer3drenderer.cpp.
| 
 | overridevirtual | 
Returns a cloned instance.
Implements QgsAbstract3DRenderer.
Definition at line 115 of file qgspointcloudlayer3drenderer.cpp.
| 
 | overridevirtual | 
Returns a 3D entity that will be used to show renderer's data in 3D scene.
Implements QgsAbstract3DRenderer.
Definition at line 128 of file qgspointcloudlayer3drenderer.cpp.
| QgsPointCloudLayer * QgsPointCloudLayer3DRenderer::layer | ( | ) | const | 
Returns point cloud layer associated with the renderer.
Definition at line 105 of file qgspointcloudlayer3drenderer.cpp.
| double QgsPointCloudLayer3DRenderer::maximumScreenError | ( | ) | const | 
Returns the maximum screen error allowed when rendering the point cloud.
Larger values result in a faster render with less points rendered.
Definition at line 199 of file qgspointcloudlayer3drenderer.cpp.
| 
 | inline | 
Returns the maximum number of points that will be rendered to the scene.
Definition at line 280 of file qgspointcloudlayer3drenderer.h.
| 
 | overridevirtual | 
Reads renderer's properties from given XML element.
Implements QgsAbstract3DRenderer.
Definition at line 168 of file qgspointcloudlayer3drenderer.cpp.
| 
 | overridevirtual | 
Resolves references to other objects - second phase of loading - after readXml()
Reimplemented from QgsAbstract3DRenderer.
Definition at line 194 of file qgspointcloudlayer3drenderer.cpp.
| void QgsPointCloudLayer3DRenderer::setLayer | ( | QgsPointCloudLayer * | layer | ) | 
Sets point cloud layer associated with the renderer.
Definition at line 100 of file qgspointcloudlayer3drenderer.cpp.
| void QgsPointCloudLayer3DRenderer::setMaximumScreenError | ( | double | error | ) | 
Sets the maximum screen error allowed when rendering the point cloud.
Larger values result in a faster render with less points rendered.
Definition at line 204 of file qgspointcloudlayer3drenderer.cpp.
| void QgsPointCloudLayer3DRenderer::setPointRenderingBudget | ( | int | budget | ) | 
Sets the maximum number of points to be rendered in the scene.
Definition at line 219 of file qgspointcloudlayer3drenderer.cpp.
| void QgsPointCloudLayer3DRenderer::setShowBoundingBoxes | ( | bool | showBoundingBoxes | ) | 
Sets whether bounding boxes will be visible when rendering the point cloud.
Definition at line 214 of file qgspointcloudlayer3drenderer.cpp.
| void QgsPointCloudLayer3DRenderer::setSymbol | ( | QgsPointCloud3DSymbol * | symbol | ) | 
Sets the 3D symbol associated with the renderer.
Ownership of symbol is transferred to the renderer.
Definition at line 143 of file qgspointcloudlayer3drenderer.cpp.
| bool QgsPointCloudLayer3DRenderer::showBoundingBoxes | ( | ) | const | 
Returns whether bounding boxes will be visible when rendering the point cloud.
Definition at line 209 of file qgspointcloudlayer3drenderer.cpp.
| 
 | inline | 
Returns 3D symbol associated with the renderer.
Definition at line 239 of file qgspointcloudlayer3drenderer.h.
| 
 | overridevirtual | 
Returns unique identifier of the renderer class (used to identify subclass)
Implements QgsAbstract3DRenderer.
Definition at line 110 of file qgspointcloudlayer3drenderer.cpp.
| 
 | overridevirtual | 
Writes renderer's properties to given XML element.
Implements QgsAbstract3DRenderer.
Definition at line 148 of file qgspointcloudlayer3drenderer.cpp.