File: qgsrastermatrix.py

package info (click to toggle)
qgis 3.40.10%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,183,672 kB
  • sloc: cpp: 1,595,771; python: 372,544; xml: 23,474; sh: 3,761; perl: 3,664; ansic: 2,257; sql: 2,137; yacc: 1,068; lex: 577; javascript: 540; lisp: 411; makefile: 161
file content (31 lines) | stat: -rw-r--r-- 1,777 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# The following has been generated automatically from src/analysis/raster/qgsrastermatrix.h
QgsRasterMatrix.opPLUS = QgsRasterMatrix.TwoArgOperator.opPLUS
QgsRasterMatrix.opMINUS = QgsRasterMatrix.TwoArgOperator.opMINUS
QgsRasterMatrix.opMUL = QgsRasterMatrix.TwoArgOperator.opMUL
QgsRasterMatrix.opDIV = QgsRasterMatrix.TwoArgOperator.opDIV
QgsRasterMatrix.opPOW = QgsRasterMatrix.TwoArgOperator.opPOW
QgsRasterMatrix.opEQ = QgsRasterMatrix.TwoArgOperator.opEQ
QgsRasterMatrix.opNE = QgsRasterMatrix.TwoArgOperator.opNE
QgsRasterMatrix.opGT = QgsRasterMatrix.TwoArgOperator.opGT
QgsRasterMatrix.opLT = QgsRasterMatrix.TwoArgOperator.opLT
QgsRasterMatrix.opGE = QgsRasterMatrix.TwoArgOperator.opGE
QgsRasterMatrix.opLE = QgsRasterMatrix.TwoArgOperator.opLE
QgsRasterMatrix.opAND = QgsRasterMatrix.TwoArgOperator.opAND
QgsRasterMatrix.opOR = QgsRasterMatrix.TwoArgOperator.opOR
QgsRasterMatrix.opMIN = QgsRasterMatrix.TwoArgOperator.opMIN
QgsRasterMatrix.opMAX = QgsRasterMatrix.TwoArgOperator.opMAX
QgsRasterMatrix.opSQRT = QgsRasterMatrix.OneArgOperator.opSQRT
QgsRasterMatrix.opSIN = QgsRasterMatrix.OneArgOperator.opSIN
QgsRasterMatrix.opCOS = QgsRasterMatrix.OneArgOperator.opCOS
QgsRasterMatrix.opTAN = QgsRasterMatrix.OneArgOperator.opTAN
QgsRasterMatrix.opASIN = QgsRasterMatrix.OneArgOperator.opASIN
QgsRasterMatrix.opACOS = QgsRasterMatrix.OneArgOperator.opACOS
QgsRasterMatrix.opATAN = QgsRasterMatrix.OneArgOperator.opATAN
QgsRasterMatrix.opSIGN = QgsRasterMatrix.OneArgOperator.opSIGN
QgsRasterMatrix.opLOG = QgsRasterMatrix.OneArgOperator.opLOG
QgsRasterMatrix.opLOG10 = QgsRasterMatrix.OneArgOperator.opLOG10
QgsRasterMatrix.opABS = QgsRasterMatrix.OneArgOperator.opABS
try:
    QgsRasterMatrix.__group__ = ['raster']
except (NameError, AttributeError):
    pass