|
Rosetta 3.5
|
#include <DynamicAggregateFunction.hh>


Public Types | |
| typedef numeric::expression_parser::BinaryExpression | parent |
| typedef numeric::expression_parser::ExpressionCOP | ExpressionCOP |
Public Member Functions | |
| PowExpression (ExpressionCOP base, ExpressionCOP exponent) | |
| virtual | ~PowExpression () |
| virtual core::Real | operator() () const |
| virtual ExpressionCOP | differentiate (std::string const &varname) const |
Definition at line 309 of file DynamicAggregateFunction.hh.
| typedef numeric::expression_parser::ExpressionCOP protocols::pack_daemon::PowExpression::ExpressionCOP |
Definition at line 313 of file DynamicAggregateFunction.hh.
Definition at line 312 of file DynamicAggregateFunction.hh.
| protocols::pack_daemon::PowExpression::PowExpression | ( | ExpressionCOP | base, |
| ExpressionCOP | exponent | ||
| ) |
Definition at line 396 of file DynamicAggregateFunction.cc.
|
virtual |
Definition at line 397 of file DynamicAggregateFunction.cc.
|
virtual |
Definition at line 406 of file DynamicAggregateFunction.cc.
|
virtual |
Definition at line 400 of file DynamicAggregateFunction.cc.
1.8.4