QGIS/python/core/auto_additions/qgspointcloudclassifiedrenderer.py
2024-12-03 07:47:10 +00:00

12 lines
542 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.__group__ = ['pointcloud']
except (NameError, AttributeError):
pass
try:
QgsPointCloudCategory.__group__ = ['pointcloud']
except (NameError, AttributeError):
pass