1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
# 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
|