Rosetta
Public Types | Public Member Functions | Private Attributes | List of all members
protocols::pack_daemon::InSetExpression Class Reference

Returns "true" if the expression ex evaluates to one of a set of indicated values. More...

#include <DynamicAggregateFunction.hh>

Inheritance diagram for protocols::pack_daemon::InSetExpression:
Inheritance graph
[legend]

Public Types

typedef numeric::expression_parser::UnaryExpression parent
 
typedef numeric::expression_parser::ExpressionCOP ExpressionCOP
 

Public Member Functions

 InSetExpression (ExpressionCOP ex)
 
 ~InSetExpression () override
 
void value_set (utility::vector1< core::Real > const &values)
 
core::Real operator() () const override
 
ExpressionCOP differentiate (std::string const &varname) const override
 

Private Attributes

utility::vector1< core::Realvalue_set_
 

Detailed Description

Returns "true" if the expression ex evaluates to one of a set of indicated values.

Member Typedef Documentation

◆ ExpressionCOP

typedef numeric::expression_parser::ExpressionCOP protocols::pack_daemon::InSetExpression::ExpressionCOP

◆ parent

Constructor & Destructor Documentation

◆ InSetExpression()

protocols::pack_daemon::InSetExpression::InSetExpression ( ExpressionCOP  ex)

◆ ~InSetExpression()

protocols::pack_daemon::InSetExpression::~InSetExpression ( )
overridedefault

Member Function Documentation

◆ differentiate()

ExpressionCOP protocols::pack_daemon::InSetExpression::differentiate ( std::string const &  varname) const
override

◆ operator()()

core::Real protocols::pack_daemon::InSetExpression::operator() ( ) const
override

◆ value_set()

void protocols::pack_daemon::InSetExpression::value_set ( utility::vector1< core::Real > const &  values)

References value_set_.

Member Data Documentation

◆ value_set_

utility::vector1< core::Real > protocols::pack_daemon::InSetExpression::value_set_
private

Referenced by operator()(), and value_set().


The documentation for this class was generated from the following files: