| SeExpr
    | 
#include <BasicExpression.h>
 
  
 | Public Member Functions | |
| VectorRef () | |
| void | eval (double *result) | 
| returns this variable's value by setting result  More... | |
| void | eval (const char **result) | 
|  Public Member Functions inherited from SeExpr2::ExprVarRef | |
| ExprVarRef (const ExprType &type) | |
| virtual | ~ExprVarRef () | 
| virtual void | setType (const ExprType &type) | 
| sets (current) type to given type  More... | |
| virtual ExprType | type () const | 
| returns (current) type  More... | |
| Public Attributes | |
| SeExpr2::Vec3d | value | 
Definition at line 40 of file BasicExpression.h.
| 
 | inline | 
Definition at line 42 of file BasicExpression.h.
| 
 | inlinevirtual | 
returns this variable's value by setting result
Implements SeExpr2::ExprVarRef.
Definition at line 43 of file BasicExpression.h.
References value.
| 
 | inlinevirtual | 
Implements SeExpr2::ExprVarRef.
Definition at line 46 of file BasicExpression.h.
| SeExpr2::Vec3d BasicExpression::VectorRef::value | 
Definition at line 41 of file BasicExpression.h.
Referenced by eval(), and ExprGrapherView::update().
 1.8.5
 1.8.5