#include <Arithmetic.hh>
numeric::expression_parser::VariableExpression::VariableExpression |
( |
std::string const & |
name | ) |
|
numeric::expression_parser::VariableExpression::VariableExpression |
( |
std::string const & |
name, |
|
|
numeric::Real |
value |
|
) |
| |
std::list< std::string > numeric::expression_parser::VariableExpression::active_variables |
( |
| ) |
const |
|
virtual |
ExpressionCOP numeric::expression_parser::VariableExpression::differentiate |
( |
std::string const & |
varname | ) |
const |
|
virtual |
std::string numeric::expression_parser::VariableExpression::name |
( |
| ) |
const |
numeric::Real numeric::expression_parser::VariableExpression::operator() |
( |
| ) |
const |
|
virtual |
void numeric::expression_parser::VariableExpression::set_value |
( |
numeric::Real |
value | ) |
|
std::string numeric::expression_parser::VariableExpression::name_ |
|
private |
numeric::Real numeric::expression_parser::VariableExpression::value_ |
|
private |
The documentation for this class was generated from the following files: