|
Rosetta 3.5
|
#include <DynamicAggregateFunction.hh>


Public Types | |
| typedef VectorExpression | parent |
| typedef utility::vector1 < numeric::expression_parser::VariableExpressionCOP > | VariableExpressions |
Public Types inherited from protocols::pack_daemon::VectorExpression | |
| typedef numeric::expression_parser::Expression | parent |
| typedef utility::vector1 < core::Real > | values |
| typedef numeric::expression_parser::ExpressionCOP | ExpressionCOP |
Public Member Functions | |
| VariableVectorExpression (std::string const &name, VariableExpressions const &vars) | |
| ~VariableVectorExpression () | |
| virtual values | vector_values () const |
| virtual core::Size | size () const |
| Returns the number of variable expressions this VectorExpression points at. More... | |
| virtual std::list< std::string > | active_variables () const |
| DO NOT call this funcion. More... | |
| virtual utility::vector1 < std::list< std::string > > | active_variables_vector () const |
Public Member Functions inherited from protocols::pack_daemon::VectorExpression | |
| VectorExpression (std::string const &name) | |
| virtual | ~VectorExpression () |
| virtual core::Real | operator() () const |
| DO NOT CALL THIS FUNCTION. Vector expressions return vectors of values instead of a singular value. More... | |
| virtual numeric::expression_parser::ExpressionCOP | differentiate (std::string const &varname) const |
| DO NOT CALL THIS FUNCTION. Vector expressions cannot be differentiated. More... | |
| std::string const & | name () const |
Private Attributes | |
| VariableExpressions | vars_ |
Definition at line 91 of file DynamicAggregateFunction.hh.
Definition at line 94 of file DynamicAggregateFunction.hh.
| typedef utility::vector1< numeric::expression_parser::VariableExpressionCOP > protocols::pack_daemon::VariableVectorExpression::VariableExpressions |
Definition at line 95 of file DynamicAggregateFunction.hh.
| protocols::pack_daemon::VariableVectorExpression::VariableVectorExpression | ( | std::string const & | name, |
| VariableExpressions const & | vars | ||
| ) |
Definition at line 85 of file DynamicAggregateFunction.cc.
| protocols::pack_daemon::VariableVectorExpression::~VariableVectorExpression | ( | ) |
Definition at line 93 of file DynamicAggregateFunction.cc.
|
virtual |
DO NOT call this funcion.
Definition at line 111 of file DynamicAggregateFunction.cc.
|
virtual |
Implements protocols::pack_daemon::VectorExpression.
Definition at line 118 of file DynamicAggregateFunction.cc.
|
virtual |
Returns the number of variable expressions this VectorExpression points at.
Implements protocols::pack_daemon::VectorExpression.
Definition at line 105 of file DynamicAggregateFunction.cc.
References vars_.
Referenced by active_variables_vector().
|
virtual |
Implements protocols::pack_daemon::VectorExpression.
Definition at line 96 of file DynamicAggregateFunction.cc.
References vars_.
|
private |
Definition at line 120 of file DynamicAggregateFunction.hh.
Referenced by active_variables_vector(), size(), and vector_values().
1.8.4