#include <FFaMathExprFactory.H>
|
int | create (int id, const std::string &expression, size_t nvar=1, const char **vars=0) |
|
double | getValue (int id, double arg, int &error) |
|
double | getValue (int id, const double *arg, int &error) |
|
double | getDiff (int id, double arg, int &error) |
|
double | getDiff (int id, size_t idArg, const double *arg, int &error) |
|
◆ IMIter
◆ IndexMap
◆ FFaMathExprFactory()
FFaMathExprFactory::FFaMathExprFactory |
( |
| ) |
|
|
inlineprotected |
◆ ~FFaMathExprFactory()
virtual FFaMathExprFactory::~FFaMathExprFactory |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ countArgs()
size_t FFaMathExprFactory::countArgs |
( |
const std::string & |
expression, |
|
|
const char ** |
vars, |
|
|
std::vector< bool > * |
present = 0 |
|
) |
| |
|
static |
◆ create()
int FFaMathExprFactory::create |
( |
int |
id, |
|
|
const std::string & |
expression, |
|
|
size_t |
nvar = 1 , |
|
|
const char ** |
vars = 0 |
|
) |
| |
◆ getDiff() [1/2]
double FFaMathExprFactory::getDiff |
( |
int |
id, |
|
|
double |
arg, |
|
|
int & |
error |
|
) |
| |
◆ getDiff() [2/2]
double FFaMathExprFactory::getDiff |
( |
int |
id, |
|
|
size_t |
idArg, |
|
|
const double * |
arg, |
|
|
int & |
error |
|
) |
| |
◆ getValue() [1/2]
double FFaMathExprFactory::getValue |
( |
int |
id, |
|
|
const double * |
arg, |
|
|
int & |
error |
|
) |
| |
◆ getValue() [2/2]
double FFaMathExprFactory::getValue |
( |
int |
id, |
|
|
double |
arg, |
|
|
int & |
error |
|
) |
| |
◆ FFaSingelton< FFaMathExprFactory >
◆ myIndexMap
The documentation for this class was generated from the following files: