![]() |
VR-Forces 4.10 Class Documentation
|
wrapper around a parsed expression. More...
Public Member Functions | |
| DtFxScriptData () | |
| CTOR. More... | |
| DtFxScriptData (const bdiString *script) | |
| CTOR. More... | |
| virtual bool | compile (const char *script_name, exprtk::symbol_table< float > &symbols) |
| compiles the scripts More... | |
| bool | hasScript () |
| has a script of any length More... | |
| void | setScript (const bdiString *script) |
| sets the script More... | |
| bool | valid () |
| is the compiled script valid More... | |
| float | runScript () |
| runs the script returns optional result. More... | |
Protected Attributes | |
| bool | myValid |
| const bdiString * | myScript |
| exprtk::expression< float > | myExpression |
wrapper around a parsed expression.
|
inline |
CTOR.
|
inline |
CTOR.
|
virtual |
compiles the scripts
| bool makVrv::DtFxScriptData::hasScript | ( | ) |
has a script of any length
|
inline |
sets the script
|
inline |
is the compiled script valid
| float makVrv::DtFxScriptData::runScript | ( | ) |
runs the script returns optional result.
|
protected |
|
protected |
|
protected |