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 | |
KSeExpr | |
Functions | |
constexpr double | clamp (double x) |
int | main (int argc, char *argv[]) |
|
constexpr |
Definition at line 71 of file imageSynth.cpp.
References KSeExpr::max(), and KSeExpr::min().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 78 of file imageSynth.cpp.
References KSeExpr::clamp().