QGIS/python/core/auto_additions/qgspointcloudclassifiedrenderer.py
Nyall Dawson 7b56629478 Sipify
2025-03-27 14:00:26 +10:00

13 lines
760 B
Python

# The following has been generated automatically from src/core/pointcloud/qgspointcloudclassifiedrenderer.h
try:
QgsPointCloudClassifiedRenderer.create = staticmethod(QgsPointCloudClassifiedRenderer.create)
QgsPointCloudClassifiedRenderer.defaultCategories = staticmethod(QgsPointCloudClassifiedRenderer.defaultCategories)
QgsPointCloudClassifiedRenderer.__overridden_methods__ = ['type', 'clone', 'renderBlock', 'willRenderPoint', 'save', 'usedAttributes', 'createLegendNodes', 'legendRuleKeys', 'legendItemChecked', 'checkLegendItem']
QgsPointCloudClassifiedRenderer.__group__ = ['pointcloud']
except (NameError, AttributeError):
pass
try:
QgsPointCloudCategory.__group__ = ['pointcloud']
except (NameError, AttributeError):
pass