QGIS/python/core/auto_additions/qgsmesh3daveraging.py
Nyall Dawson f21722a0f1 [sipify] Minor cleanup to auto additions
Condense injections into a single block instead of multiple
separate blocks
2024-09-09 16:56:29 +10:00

23 lines
628 B
Python

# The following has been generated automatically from src/core/mesh/qgsmesh3daveraging.h
try:
QgsMesh3DAveragingMethod.createFromXml = staticmethod(QgsMesh3DAveragingMethod.createFromXml)
QgsMesh3DAveragingMethod.__group__ = ['mesh']
except NameError:
pass
try:
QgsMeshMultiLevelsAveragingMethod.__group__ = ['mesh']
except NameError:
pass
try:
QgsMeshSigmaAveragingMethod.__group__ = ['mesh']
except NameError:
pass
try:
QgsMeshRelativeHeightAveragingMethod.__group__ = ['mesh']
except NameError:
pass
try:
QgsMeshElevationAveragingMethod.__group__ = ['mesh']
except NameError:
pass