![]() |
VR-Forces 5.0.2 Developer's Guide
|
wrapper around a parsed expression.
Public Member Functions | |
| DtFxScriptData () | |
| DtFxScriptData (const bdiString *script) | |
| virtual bool | compile (const char *script_name, exprtk::symbol_table< float > &symbols) |
| bool | hasScript () |
| void | setScript (const bdiString *script) |
| bool | valid () |
| float | runScript () |
Protected Attributes | |
| bool | myValid |
| const bdiString * | myScript |
| exprtk::expression< float > | myExpression |
|
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 |