QGIS/python/core/auto_additions/qgspointcloudattribute.py

11 lines
367 B
Python
Raw Normal View History

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