Rosetta 3.4
|
Derived class of class Func representing a Soeding distribution with a user-specified mean and standard deviation. More...
#include <SoedingFunc.hh>
Public Member Functions | |
SoedingFunc () | |
FuncOP | clone () const |
returns a clone of this SoedingFunc | |
Real | compute_func (Real const x) const |
Real | func (Real const x) const |
Returns the value of this SoedingFunc evaluated at distance x. | |
Real | dfunc (Real const x) const |
Returns the value of the first derivative of this SoedingFunc at distance x. | |
virtual void | show_definition (std::ostream &out) const |
show the definition of this SoedingFunc to the specified output stream. | |
void | read_data (std::istream &in) |
Initializes this SoedingFunc from the given istream. | |
Friends | |
std::ostream & | operator<< (std::ostream &out, const SoedingFunc &f) |
Calls show( out ) on this SoedingFunc. |
Derived class of class Func representing a Soeding distribution with a user-specified mean and standard deviation.
core::scoring::constraints::SoedingFunc::SoedingFunc | ( | ) | [inline] |
Referenced by clone().
FuncOP core::scoring::constraints::SoedingFunc::clone | ( | ) | const [inline, virtual] |
returns a clone of this SoedingFunc
Implements core::scoring::constraints::Func.
References SoedingFunc().
References core::scoring::constraints::dgaussian().
Referenced by func().
Returns the value of the first derivative of this SoedingFunc at distance x.
Implements core::scoring::constraints::Func.
References core::scoring::constraints::Func::estimate_dfunc().
Returns the value of this SoedingFunc evaluated at distance x.
Implements core::scoring::constraints::Func.
References compute_func(), and core::pack::interaction_graph::debug.
void core::scoring::constraints::SoedingFunc::read_data | ( | std::istream & | in | ) | [virtual] |
Initializes this SoedingFunc from the given istream.
Reimplemented from core::scoring::constraints::Func.
void core::scoring::constraints::SoedingFunc::show_definition | ( | std::ostream & | out | ) | const [virtual] |
show the definition of this SoedingFunc to the specified output stream.
Reimplemented from core::scoring::constraints::Func.
std::ostream& operator<< | ( | std::ostream & | out, |
const SoedingFunc & | f | ||
) | [friend] |
Calls show( out ) on this SoedingFunc.