mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
9 lines
439 B
Python
9 lines
439 B
Python
# The following has been generated automatically from src/analysis/interpolation/qgstininterpolator.h
|
|
QgsTinInterpolator.Linear = QgsTinInterpolator.TinInterpolation.Linear
|
|
QgsTinInterpolator.CloughTocher = QgsTinInterpolator.TinInterpolation.CloughTocher
|
|
try:
|
|
QgsTinInterpolator.triangulationFields = staticmethod(QgsTinInterpolator.triangulationFields)
|
|
QgsTinInterpolator.__group__ = ['interpolation']
|
|
except NameError:
|
|
pass
|