libmoldeo (Moldeo 1.0 Core)
1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
|
#include "moTypes.h"
#include "muParser.h"
#include <cstdarg>
#include "moConfig.h"
#include "moMoldeoObject.h"
#include "moMathFunction.h"
#include "moArray.h"
#include "moDebugManager.h"
Go to the source code of this file.
Functions | |
moDefineDynamicArray (moIntArray) moDefineDynamicArray(moBoolArray) moDefineDynamicArray(moFloatArray) moDefineDynamicArray(moMathVariableArray) moDefineDynamicArray(moMathFunctionArray) moMathFunction *BuiltInMathFunctionFactory(const moText &p_expr) | |
double * | AddParserVariableFunction (const char *p_pVarName, void *p_pUserData) |
double* AddParserVariableFunction | ( | const char * | p_pVarName, |
void * | p_pUserData | ||
) |
Función de creación de variables, utilizada por muParser.
Definition at line 56 of file moMathFunction.cpp.
moDefineDynamicArray | ( | moIntArray | ) | const |
Definition at line 42 of file moMathFunction.cpp.