KSeExpr 6.0.0.0
|
Public Member Functions | |
GlobalFP (const std::string &varName, int dim) | |
void | eval (double *result) override |
returns this variable's value by setting result | |
void | eval (const char **) override |
bool | isVec () |
![]() | |
GlobalVal (const std::string &varName, const KSeExpr::ExprType &et) | |
![]() | |
ExprVarRef (const ExprType &type) | |
virtual | ~ExprVarRef () |
virtual void | setType (const ExprType &type) |
sets (current) type to given type | |
virtual ExprType | type () const |
returns (current) type | |
Public Attributes | |
std::vector< double > | val |
![]() | |
std::set< DExpression * > | users |
std::string | varName |
Definition at line 25 of file ExprMultiExpr.cpp.
Definition at line 26 of file ExprMultiExpr.cpp.
References val.
Implements KSeExpr::ExprVarRef.
Definition at line 38 of file ExprMultiExpr.cpp.
returns this variable's value by setting result
Implements KSeExpr::ExprVarRef.
Definition at line 33 of file ExprMultiExpr.cpp.
References KSeExpr::ExprVarRef::type(), and val.
|
inline |
Definition at line 42 of file ExprMultiExpr.cpp.
References KSeExpr::ExprVarRef::type().
std::vector<double> KSeExpr::GlobalFP::val |
Definition at line 32 of file ExprMultiExpr.cpp.
Referenced by eval(), and GlobalFP().