| QGIS API Documentation
    3.18.1-Zürich (202f1bf7e5)
    | 
3 More...
#include <qgspointcloud3dsymbol.h>

| Public Member Functions | |
| QgsSingleColorPointCloud3DSymbol () | |
| Constructor for QgsSingleColorPointCloud3DSymbol.  More... | |
| unsigned int | byteStride () override | 
| Returns the byte stride for the geometries used to for the vertex buffer.  More... | |
| QgsAbstract3DSymbol * | clone () const override SIP_FACTORY | 
| void | fillMaterial (Qt3DRender::QMaterial *material) override SIP_SKIP | 
| Used to fill material object with necessary QParameters (and consequently opengl uniforms)  More... | |
| void | readXml (const QDomElement &elem, const QgsReadWriteContext &context) override | 
| void | setSingleColor (QColor color) | 
| Sets the color used by the renderer when using SingleColor rendering mode.  More... | |
| QColor | singleColor () const | 
| Returns the color used by the renderer when using SingleColor rendering mode.  More... | |
| QString | symbolType () const override | 
| Returns a unique string identifier of the symbol type.  More... | |
| void | writeXml (QDomElement &elem, const QgsReadWriteContext &context) const override | 
|  Public Member Functions inherited from QgsPointCloud3DSymbol | |
| QgsPointCloud3DSymbol () | |
| Constructor for QgsPointCloud3DSymbol.  More... | |
| ~QgsPointCloud3DSymbol () override | |
| Destructor for QgsPointCloud3DSymbol.  More... | |
| float | pointSize () const | 
| Returns the point size of the point cloud.  More... | |
| void | setPointSize (float size) | 
| Sets the point size.  More... | |
| QString | type () const override | 
| Additional Inherited Members | |
|  Public Types inherited from QgsPointCloud3DSymbol | |
| enum | RenderingStyle { NoRendering = 0 , SingleColor , ColorRamp , RgbRendering } | 
| How to render the point cloud.  More... | |
|  Protected Attributes inherited from QgsPointCloud3DSymbol | |
| float | mPointSize = 2.0 | 
3
3D symbol that draws point cloud geometries as 3D objects.using one color
Definition at line 99 of file qgspointcloud3dsymbol.h.
| QgsSingleColorPointCloud3DSymbol::QgsSingleColorPointCloud3DSymbol | ( | ) | 
Constructor for QgsSingleColorPointCloud3DSymbol.
Definition at line 42 of file qgspointcloud3dsymbol.cpp.
| 
 | inlineoverridevirtual | 
Returns the byte stride for the geometries used to for the vertex buffer.
Implements QgsPointCloud3DSymbol.
Definition at line 123 of file qgspointcloud3dsymbol.h.
| 
 | override | 
Definition at line 53 of file qgspointcloud3dsymbol.cpp.
| 
 | overridevirtual | 
Used to fill material object with necessary QParameters (and consequently opengl uniforms)
Implements QgsPointCloud3DSymbol.
Definition at line 83 of file qgspointcloud3dsymbol.cpp.
| 
 | override | 
Definition at line 70 of file qgspointcloud3dsymbol.cpp.
| void QgsSingleColorPointCloud3DSymbol::setSingleColor | ( | QColor | color | ) | 
Sets the color used by the renderer when using SingleColor rendering mode.
Definition at line 78 of file qgspointcloud3dsymbol.cpp.
| 
 | inline | 
Returns the color used by the renderer when using SingleColor rendering mode.
Definition at line 115 of file qgspointcloud3dsymbol.h.
| 
 | overridevirtual | 
Returns a unique string identifier of the symbol type.
Implements QgsPointCloud3DSymbol.
Definition at line 48 of file qgspointcloud3dsymbol.cpp.
| 
 | override | 
Definition at line 62 of file qgspointcloud3dsymbol.cpp.