![]() |
Rosetta
2021.16
|
#include <DynamicAggregateFunction.hh>

Public Types | |
| typedef VectorExpression | parent |
| typedef numeric::expression_parser::ArithmeticASTExpression | ArithmeticASTExpression |
| typedef numeric::expression_parser::VariableExpressionOP | VariableExpressionOP |
| typedef numeric::expression_parser::VariableExpressionCOP | VariableExpressionCOP |
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 | |
| IterativeVectorExpression (std::string const &name) | |
| ~IterativeVectorExpression () override | |
| void | initialize (std::map< std::string, VectorExpressionCOP > const &vector_varnames, ArithmeticASTExpression const &expresion_ast, VectorExpressionCreator &expression_creator) |
| values | vector_values () const override |
| core::Size | size () const override |
| 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 |
| std::list< std::string > | active_variables () const override |
| utility::vector1< std::list < std::string > > | active_variables_vector () const override |
Public Member Functions inherited from protocols::pack_daemon::VectorExpression | |
| VectorExpression (std::string const &name) | |
| ~VectorExpression () override | |
| core::Real | operator() () const override |
| DO NOT CALL THIS FUNCTION. Vector expressions return vectors of values instead of a singular value. More... | |
| numeric::expression_parser::ExpressionCOP | differentiate (std::string const &varname) const override |
| 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 | ) |
|
overridedefault |
|
override |
|
overridevirtual |
Implements protocols::pack_daemon::VectorExpression.
References core::sequence::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_.
|
overridevirtual |
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().
|
overridevirtual |
|
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