Rosetta 3.5
|
#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 |
![]() | |
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 () | |
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 |
![]() | |
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 |
|
virtual |
Implements protocols::pack_daemon::VectorExpression.
References 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 |
Implements protocols::pack_daemon::VectorExpression.
References input_vector_expressions_, local_variables_, protocols::pack_daemon::VectorExpression::name(), and size().
|
private |
Referenced by initialize().
|
private |
Referenced by initialize(), size(), and vector_values().
|
private |
Referenced by initialize(), and local_variable().
|
private |
Referenced by initialize(), and vector_values().