|
KSeExpr 4.0.4.0
|
#include <cstdio>#include <cstdlib>#include <cstring>#include <fstream>#include <map>#include <png.h>#include <vector>#include <KSeExpr/Expression.h>#include <KSeExpr/Interpreter.h>#include <KSeExpr/PerformanceTimer.h>Go to the source code of this file.
Namespaces | |
| namespace | KSeExpr |
Functions | |
| constexpr double | clamp (double x) |
| int | main (int argc, char *argv[]) |
|
constexpr |
Definition at line 71 of file imageSynth.cpp.
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 78 of file imageSynth.cpp.
References KSeExpr::clamp(), KSeExpr::Expression::evalFP(), KSeExpr::ExprType::isFP(), KSeExpr::Expression::isValid(), KSeExpr::Expression::parseError(), KSeExpr::Expression::returnType(), and KSeExpr::ExprType::toString().