osgEarth 2.1.1
|
#include <osgEarthSymbology/Expression>
#include <osgEarth/StringUtils>
#include <algorithm>
Go to the source code of this file.
Defines | |
#define | IS_OPERATOR(a) ( a .first == ADD || a .first == SUB || a .first == MULT || a .first == DIV || a .first == MOD ) |
#define IS_OPERATOR | ( | a | ) | ( a .first == ADD || a .first == SUB || a .first == MULT || a .first == DIV || a .first == MOD ) |
Definition at line 72 of file Expression.cpp.