Alexandria 2.31.0
SDC-CH common library for the Euclid project
|
#include <fstream>
#include <map>
#include <string>
#include "Pyston/Exceptions.h"
#include "Pyston/ExpressionTreeBuilder.h"
#include "Pyston/GIL.h"
#include "Pyston/Graph/Functors.h"
#include "Pyston/Graph/Placeholder.h"
#include "Pyston/Module.h"
#include "Pyston/Util/GraphvizGenerator.h"
#include <ElementsKernel/Auxiliary.h>
#include <ElementsKernel/ProgramHeaders.h>
#include <boost/program_options.hpp>
#include <boost/python.hpp>
#include <boost/thread.hpp>
#include <boost/timer/timer.hpp>
Go to the source code of this file.
Classes | |
class | Example |
Typedefs | |
template<typename T > | |
using | World2Pix = UnaryWrapper< T, T, world2pix > |
Functions | |
double | world2pix (double x) |
Variables | |
static Elements::Logging | logger = Elements::Logging::getLogger("Example") |
Logger. | |
using World2Pix = UnaryWrapper<T, T, world2pix> |
Definition at line 52 of file Example.cpp.
double world2pix | ( | double | x | ) |
Example custom function
Definition at line 47 of file Example.cpp.
References std::log10(), and std::sin().
|
static |
Logger.
Definition at line 55 of file Example.cpp.
Referenced by Example::evalExamples(), Example::generateGraphviz(), Example::getFunctions(), Euclid::Configuration::ConfigManager::initialize(), and Pyston::Exception::log().