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.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
moMathFunction.h File Reference
#include "moTypes.h"
#include "moArray.h"
#include "moAbstract.h"
#include "moMath.h"

Go to the source code of this file.

Classes

class  moMathVariable
 moMathVariable More...
 
class  moMathFunction
 moMathFunction More...
 
class  moCubicInterpolant
 
class  moTautInterpolant
 
class  moMathVariableFactory
 
class  moParserFunction
 

Typedefs

typedef void moParser
 
typedef moMathVariablemoMathVariablePtr
 
typedef moMathFunctionMathFunctionPtr
 

Functions

 moDeclareExportedDynamicArray (MOuint, moIntArray)
 
 moDeclareExportedDynamicArray (bool, moBoolArray)
 
 moDeclareExportedDynamicArray (float, moFloatArray)
 
 moDeclareExportedDynamicArray (moMathVariablePtr, moMathVariableArray)
 
 moDeclareExportedDynamicArray (MathFunctionPtr, moMathFunctionArray)
 
moMathFunctionBuiltInMathFunctionFactory (const moText &p_expr)
 
double * AddParserVariableFunction (const char *p_pVarName, void *p_pUserData)
 

Typedef Documentation

Definition at line 543 of file moMathFunction.h.

Definition at line 363 of file moMathFunction.h.

typedef void moParser

Definition at line 257 of file moMathFunction.h.

Function Documentation

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.

moMathFunction* BuiltInMathFunctionFactory ( const moText p_expr)
moDeclareExportedDynamicArray ( MOuint  ,
moIntArray   
)
moDeclareExportedDynamicArray ( bool  ,
moBoolArray   
)
moDeclareExportedDynamicArray ( float  ,
moFloatArray   
)
moDeclareExportedDynamicArray ( moMathVariablePtr  ,
moMathVariableArray   
)
moDeclareExportedDynamicArray ( MathFunctionPtr  ,
moMathFunctionArray   
)