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

15 lines
577 B
Python

# The following has been generated automatically from src/core/pointcloud/qgspointcloudstatistics.h
try:
QgsPointCloudStatistics.fromStatisticsJson = staticmethod(QgsPointCloudStatistics.fromStatisticsJson)
QgsPointCloudStatistics.__group__ = ['pointcloud']
except (NameError, AttributeError):
pass
try:
QgsPointCloudAttributeStatistics.__doc__ = """
Class used to store statistics of one attribute of a point cloud dataset.
.. versionadded:: 3.26"""
QgsPointCloudAttributeStatistics.__group__ = ['pointcloud']
except (NameError, AttributeError):
pass