QGIS/python/core/auto_additions/qgspointcloudrenderer.py
Nyall Dawson f21722a0f1 [sipify] Minor cleanup to auto additions
Condense injections into a single block instead of multiple
separate blocks
2024-09-09 16:56:29 +10:00

13 lines
505 B
Python

# The following has been generated automatically from src/core/pointcloud/qgspointcloudrenderer.h
try:
QgsPointCloudRenderer.load = staticmethod(QgsPointCloudRenderer.load)
QgsPointCloudRenderer.pointXY = staticmethod(QgsPointCloudRenderer.pointXY)
QgsPointCloudRenderer.pointZ = staticmethod(QgsPointCloudRenderer.pointZ)
QgsPointCloudRenderer.__group__ = ['pointcloud']
except NameError:
pass
try:
QgsPointCloudRenderContext.__group__ = ['pointcloud']
except NameError:
pass