Rosetta
Public Types | Public Member Functions | List of all members
protocols::pack_daemon::PowExpression Class Reference

#include <DynamicAggregateFunction.hh>

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

Public Types

typedef numeric::expression_parser::BinaryExpression parent
 
typedef numeric::expression_parser::ExpressionCOP ExpressionCOP
 

Public Member Functions

 PowExpression (ExpressionCOP base, ExpressionCOP exponent)
 
 ~PowExpression () override
 
core::Real operator() () const override
 
ExpressionCOP differentiate (std::string const &varname) const override
 

Member Typedef Documentation

◆ ExpressionCOP

typedef numeric::expression_parser::ExpressionCOP protocols::pack_daemon::PowExpression::ExpressionCOP

◆ parent

Constructor & Destructor Documentation

◆ PowExpression()

protocols::pack_daemon::PowExpression::PowExpression ( ExpressionCOP  base,
ExpressionCOP  exponent 
)

◆ ~PowExpression()

protocols::pack_daemon::PowExpression::~PowExpression ( )
overridedefault

Member Function Documentation

◆ differentiate()

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

◆ operator()()

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

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