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

11 lines
403 B
Python

# The following has been generated automatically from src/core/pointcloud/qgspointcloudattribute.h
try:
QgsPointCloudAttribute.isNumeric = staticmethod(QgsPointCloudAttribute.isNumeric)
QgsPointCloudAttribute.__group__ = ['pointcloud']
except (NameError, AttributeError):
pass
try:
QgsPointCloudAttributeCollection.__group__ = ['pointcloud']
except (NameError, AttributeError):
pass