#include <qgsrastercalcnode.h>
Public Types |
enum | Type { tOperator = 1,
tNumber,
tRasterRef
} |
| defines possible types of node More...
|
enum | Operator {
opPLUS,
opMINUS,
opMUL,
opDIV,
opPOW,
opSQRT,
opSIN,
opCOS,
opTAN,
opASIN,
opACOS,
opATAN,
opEQ,
opNE,
opGT,
opLT,
opGE,
opLE,
opAND,
opOR,
opSIGN
} |
| possible operators More...
|
Member Enumeration Documentation
possible operators
- Enumerator:
opPLUS |
|
opMINUS |
|
opMUL |
|
opDIV |
|
opPOW |
|
opSQRT |
|
opSIN |
|
opCOS |
|
opTAN |
|
opASIN |
|
opACOS |
|
opATAN |
|
opEQ |
|
opNE |
|
opGT |
=
|
opLT |
|
opGE |
|
opLE |
|
opAND |
|
opOR |
|
opSIGN |
|
defines possible types of node
- Enumerator:
tOperator |
|
tNumber |
|
tRasterRef |
|
Constructor & Destructor Documentation
QgsRasterCalcNode::QgsRasterCalcNode |
( |
| ) |
|
QgsRasterCalcNode::QgsRasterCalcNode |
( |
double |
number | ) |
|
QgsRasterCalcNode::QgsRasterCalcNode |
( |
const QString & |
rasterName | ) |
|
QgsRasterCalcNode::~QgsRasterCalcNode |
( |
| ) |
|
Member Function Documentation
Calculates result (might be real matrix or single number)
QgsRasterCalcNode * QgsRasterCalcNode::parseRasterCalcString |
( |
const QString & |
str, |
|
|
QString & |
parserErrorMsg |
|
) |
| |
|
static |
Type QgsRasterCalcNode::type |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: