![]() |
Rosetta Protocols
2014.16.56682
|
#include <DynamicAggregateFunction.hh>
Public Member Functions | |
| IterativeVectorExpression (std::string const &name) | |
| ~IterativeVectorExpression () | |
| void | initialize (std::map< std::string, VectorExpressionCOP > const &vector_varnames, ArithmeticASTExpression const &expresion_ast, VectorExpressionCreator &expression_creator) |
| virtual values | vector_values () const |
| virtual core::Size | size () const |
| Returns the number of vector values that this Expression returns without computing those values. More... | |
| numeric::expression_parser::VariableExpressionCOP | local_variable (std::string const &varname) const |
| virtual std::list< std::string > | active_variables () const |
| 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 | |
| utility::vector1 < VectorExpressionCOP > | input_vector_expressions_ |
| utility::vector1 < VariableExpressionOP > | local_variables_ |
| std::map< std::string, VariableExpressionCOP > | local_variable_map_ |
| ExpressionCOP | expression_ |
| typedef numeric::expression_parser::ArithmeticASTExpression protocols::pack_daemon::IterativeVectorExpression::ArithmeticASTExpression |
| typedef numeric::expression_parser::VariableExpressionCOP protocols::pack_daemon::IterativeVectorExpression::VariableExpressionCOP |
| typedef numeric::expression_parser::VariableExpressionOP protocols::pack_daemon::IterativeVectorExpression::VariableExpressionOP |
| protocols::pack_daemon::IterativeVectorExpression::IterativeVectorExpression | ( | std::string const & | name | ) |
| protocols::pack_daemon::IterativeVectorExpression::~IterativeVectorExpression | ( | ) |
|
virtual |
Implements numeric::expression_parser::Expression.
References utility_exit_with_message.
|
virtual |
Implements protocols::pack_daemon::VectorExpression.
References end, input_vector_expressions_, and size().
| void protocols::pack_daemon::IterativeVectorExpression::initialize | ( | std::map< std::string, VectorExpressionCOP > const & | vector_varnames, |
| ArithmeticASTExpression const & | expresion_ast, | ||
| VectorExpressionCreator & | expression_creator | ||
| ) |
| VariableExpressionCOP protocols::pack_daemon::IterativeVectorExpression::local_variable | ( | std::string const & | varname | ) | const |
returns 0 if there is no local variable with name varname. Do not throw an error if there is no such local variable – the initializing DAF will check its set of variable names after this object has looked through its set of local variables.
References local_variable_map_.
|
virtual |
Returns the number of vector values that this Expression returns without computing those values.
Implements protocols::pack_daemon::VectorExpression.
References input_vector_expressions_.
Referenced by active_variables_vector(), initialize(), and vector_values().
|
virtual |
|
private |
Referenced by initialize().
|
private |
Referenced by active_variables_vector(), initialize(), size(), and vector_values().
|
private |
Referenced by initialize(), and local_variable().
|
private |
Referenced by initialize(), and vector_values().
1.8.7