|
Rosetta 3.5
|
Returns "true" if the expression ex evaluates to one of a set of indicated values. More...
#include <DynamicAggregateFunction.hh>


Public Types | |
| typedef numeric::expression_parser::UnaryExpression | parent |
| typedef numeric::expression_parser::ExpressionCOP | ExpressionCOP |
Public Member Functions | |
| InSetExpression (ExpressionCOP ex) | |
| virtual | ~InSetExpression () |
| void | value_set (utility::vector1< core::Real > const &values) |
| virtual core::Real | operator() () const |
| virtual ExpressionCOP | differentiate (std::string const &varname) const |
Private Attributes | |
| utility::vector1< core::Real > | value_set_ |
Returns "true" if the expression ex evaluates to one of a set of indicated values.
Definition at line 372 of file DynamicAggregateFunction.hh.
| typedef numeric::expression_parser::ExpressionCOP protocols::pack_daemon::InSetExpression::ExpressionCOP |
Definition at line 376 of file DynamicAggregateFunction.hh.
Definition at line 375 of file DynamicAggregateFunction.hh.
| protocols::pack_daemon::InSetExpression::InSetExpression | ( | ExpressionCOP | ex) |
Definition at line 450 of file DynamicAggregateFunction.cc.
|
virtual |
Definition at line 451 of file DynamicAggregateFunction.cc.
|
virtual |
Definition at line 471 of file DynamicAggregateFunction.cc.
|
virtual |
Definition at line 459 of file DynamicAggregateFunction.cc.
References value_set_.
| void protocols::pack_daemon::InSetExpression::value_set | ( | utility::vector1< core::Real > const & | values) |
Definition at line 453 of file DynamicAggregateFunction.cc.
References value_set_.
|
private |
Definition at line 393 of file DynamicAggregateFunction.hh.
Referenced by operator()(), and value_set().
1.8.4