|
OpenStructure
|
#include <ost/img/image.hh>#include <ost/img/image_state.hh>#include <ost/img/alg/module_config.hh>Go to the source code of this file.
Data Structures | |
| struct | CosFnc |
| struct | ExpFnc |
| struct | LogFnc |
| struct | Log10Fnc |
| struct | SinFnc |
| struct | SqrtFnc |
| struct | TanFnc |
| struct | PowFnc |
Namespaces | |
| namespace | ost |
| namespace | ost::img |
| namespace | ost::img::alg |
Macros | |
| #define | IMG_ALG_TRANSCENDENTALS_BLOCK(FF, NN, SS) |
Typedefs | |
| typedef ImageStateConstModIPAlgorithm < CosFnc > | Cos |
| typedef ImageStateConstModIPAlgorithm < ExpFnc > | Exp |
| typedef ImageStateConstModIPAlgorithm < LogFnc > | Log |
| typedef ImageStateConstModIPAlgorithm < Log10Fnc > | Log10 |
| typedef ImageStateConstModIPAlgorithm < SinFnc > | Sin |
| typedef ImageStateConstModIPAlgorithm < SqrtFnc > | Sqrt |
| typedef ImageStateConstModIPAlgorithm < TanFnc > | Tan |
| typedef ImageStateConstModIPAlgorithm < PowFnc > | Pow |
| #define IMG_ALG_TRANSCENDENTALS_BLOCK | ( | FF, | |
| NN, | |||
| SS | |||
| ) |
Definition at line 39 of file transcendentals.hh.
1.8.1.1