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

7 lines
466 B
Python

# The following has been generated automatically from src/core/pointcloud/qgspointcloudlayerelevationproperties.h
try:
QgsPointCloudLayerElevationProperties.__overridden_methods__ = ['hasElevation', 'writeXml', 'readXml', 'clone', 'htmlSummary', 'isVisibleInZRange', 'calculateZRange', 'significantZValues', 'showByDefaultInElevationProfilePlots']
QgsPointCloudLayerElevationProperties.__group__ = ['pointcloud']
except (NameError, AttributeError):
pass