Alexandria 2.31.0
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
Classes | Typedefs | Functions | Variables
Example.cpp File Reference
#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>
Include dependency graph for Example.cpp:

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.
 

Typedef Documentation

◆ World2Pix

template<typename T >
using World2Pix = UnaryWrapper<T, T, world2pix>

Definition at line 52 of file Example.cpp.

Function Documentation

◆ world2pix()

double world2pix ( double  x)

Example custom function

Definition at line 47 of file Example.cpp.

References std::log10(), and std::sin().

Here is the call graph for this function:

Variable Documentation

◆ logger

Elements::Logging logger = Elements::Logging::getLogger("Example")
static