|
Rosetta 3.5
|
#include <SplineFunc.hh>


Public Member Functions | |
| SplineFunc () | |
| ~SplineFunc () | |
| virtual FuncOP | clone () const |
| returns a clone of this SplineFunc More... | |
| core::Real | get_exp_val () |
| return SplineFunc member variables More... | |
| std::string | get_filename () |
| std::string | get_KB_description () |
| core::Real | get_weight () |
| core::Real | get_bin_size () |
| core::Real | get_lower_bound_x () |
| core::Real | get_upper_bound_x () |
| core::Real | get_lower_bound_y () |
| core::Real | get_upper_bound_y () |
| core::Real | get_lower_bound_dy () |
| core::Real | get_upper_bound_dy () |
| virtual void | read_data (std::istream &in) |
| initialize this SplineFunc from the given izstream. More... | |
| virtual core::Real | func (core::Real const x) const |
| Returns the value of this SplineFunc evaluated at distance x. More... | |
| virtual core::Real | dfunc (core::Real const x) const |
| Returns the value of the first derivative of this SplineFunc at distance x. More... | |
| virtual void | show_definition (std::ostream &out) const |
| show the definition of this SplineFunc to the specified output stream. More... | |
| virtual core::Size | show_violations (std::ostream &out, core::Real x, core::Size verbose_level, core::Real threshold=1) const |
| show some sort of stringified representation of the violations for this constraint. More... | |
Public Member Functions inherited from core::scoring::constraints::Func | |
| virtual | ~Func () |
| Automatically generated virtual destructor for class deriving directly from ReferenceCount. More... | |
| virtual Real | estimate_dfunc (Real const r) const |
| Estimates the derivative of this function at a given radius by calculating the slope of the secant line from func(r) and func(r+1e-05). More... | |
| virtual Real | estimate_dfunc (Real const r, Real const h) const |
| Estimates the derivative of this function at a given radius by calculating the slope of the secant line from func(r) and func(r+h). More... | |
| virtual void | show (std::ostream &out) const |
| Prints out space-delimited columns for r, func, dfunc and dfunc_est. The values for func, dfunc and dfunc_est are plotted as a function of r, which is varied from 2-20 in steps of 0.5. The value for dfunc_est is the estimated by the method estimate_dfunc( r ). More... | |
Private Attributes | |
| core::Real | exp_val_ |
| std::string | filename_ |
| std::string | KB_description_ |
| core::Real | weight_ |
| core::Real | bin_size_ |
| core::Real | lower_bound_x_ |
| core::Real | lower_bound_y_ |
| core::Real | upper_bound_x_ |
| core::Real | upper_bound_y_ |
| core::Real | lower_bound_dy_ |
| core::Real | upper_bound_dy_ |
| utility::vector1< core::Real > | bins_vect_ |
| utility::vector1< core::Real > ::size_type | bins_vect_size_ |
| utility::vector1< core::Real > | potential_vect_ |
| utility::vector1< core::Real > ::size_type | potential_vect_size_ |
| numeric::interpolation::spline::InterpolatorOP | interpolator_ |
Definition at line 44 of file SplineFunc.hh.
| core::scoring::constraints::SplineFunc::SplineFunc | ( | ) |
Definition at line 47 of file SplineFunc.cc.
Referenced by clone().
| core::scoring::constraints::SplineFunc::~SplineFunc | ( | ) |
Definition at line 66 of file SplineFunc.cc.
|
inlinevirtual |
returns a clone of this SplineFunc
Implements core::scoring::constraints::Func.
Definition at line 54 of file SplineFunc.hh.
References SplineFunc().
|
virtual |
Returns the value of the first derivative of this SplineFunc at distance x.
Implements core::scoring::constraints::Func.
Definition at line 233 of file SplineFunc.cc.
References exp_val_, interpolator_, KB_description_, lower_bound_x_, upper_bound_x_, and weight_.
|
virtual |
Returns the value of this SplineFunc evaluated at distance x.
Implements core::scoring::constraints::Func.
Definition at line 164 of file SplineFunc.cc.
References exp_val_, interpolator_, KB_description_, lower_bound_x_, upper_bound_x_, and weight_.
| core::Real core::scoring::constraints::SplineFunc::get_bin_size | ( | ) |
Definition at line 90 of file SplineFunc.cc.
References bin_size_.
| core::Real core::scoring::constraints::SplineFunc::get_exp_val | ( | ) |
return SplineFunc member variables
Definition at line 70 of file SplineFunc.cc.
References exp_val_.
| std::string core::scoring::constraints::SplineFunc::get_filename | ( | ) |
Definition at line 75 of file SplineFunc.cc.
References filename_.
| std::string core::scoring::constraints::SplineFunc::get_KB_description | ( | ) |
Definition at line 80 of file SplineFunc.cc.
References KB_description_.
| core::Real core::scoring::constraints::SplineFunc::get_lower_bound_dy | ( | ) |
Definition at line 115 of file SplineFunc.cc.
References lower_bound_dy_.
| core::Real core::scoring::constraints::SplineFunc::get_lower_bound_x | ( | ) |
Definition at line 95 of file SplineFunc.cc.
References lower_bound_x_.
| core::Real core::scoring::constraints::SplineFunc::get_lower_bound_y | ( | ) |
Definition at line 105 of file SplineFunc.cc.
References lower_bound_y_.
| core::Real core::scoring::constraints::SplineFunc::get_upper_bound_dy | ( | ) |
Definition at line 120 of file SplineFunc.cc.
References upper_bound_dy_.
| core::Real core::scoring::constraints::SplineFunc::get_upper_bound_x | ( | ) |
Definition at line 100 of file SplineFunc.cc.
References upper_bound_x_.
| core::Real core::scoring::constraints::SplineFunc::get_upper_bound_y | ( | ) |
Definition at line 110 of file SplineFunc.cc.
References upper_bound_y_.
| core::Real core::scoring::constraints::SplineFunc::get_weight | ( | ) |
Definition at line 85 of file SplineFunc.cc.
References weight_.
|
virtual |
initialize this SplineFunc from the given izstream.
Reimplemented from core::scoring::constraints::Func.
Definition at line 126 of file SplineFunc.cc.
References bin_size_, bins_vect_size_, exp_val_, filename_, interpolator_, KB_description_, lower_bound_dy_, lower_bound_x_, lower_bound_y_, upper_bound_dy_, upper_bound_x_, and weight_.
|
virtual |
show the definition of this SplineFunc to the specified output stream.
Reimplemented from core::scoring::constraints::Func.
Definition at line 267 of file SplineFunc.cc.
References bin_size_, exp_val_, filename_, KB_description_, and weight_.
|
virtual |
show some sort of stringified representation of the violations for this constraint.
Reimplemented from core::scoring::constraints::Func.
Definition at line 274 of file SplineFunc.cc.
References exp_val_, interpolator_, KB_description_, lower_bound_x_, core::scoring::constraints::Func::show_violations(), upper_bound_x_, and weight_.
|
private |
Definition at line 105 of file SplineFunc.hh.
Referenced by get_bin_size(), read_data(), and show_definition().
|
private |
Definition at line 112 of file SplineFunc.hh.
|
private |
Definition at line 113 of file SplineFunc.hh.
Referenced by read_data().
|
private |
Definition at line 101 of file SplineFunc.hh.
Referenced by dfunc(), func(), get_exp_val(), read_data(), show_definition(), and show_violations().
|
private |
Definition at line 102 of file SplineFunc.hh.
Referenced by get_filename(), read_data(), and show_definition().
|
private |
Definition at line 116 of file SplineFunc.hh.
Referenced by dfunc(), func(), read_data(), and show_violations().
|
private |
Definition at line 103 of file SplineFunc.hh.
Referenced by dfunc(), func(), get_KB_description(), read_data(), show_definition(), and show_violations().
|
private |
Definition at line 110 of file SplineFunc.hh.
Referenced by get_lower_bound_dy(), and read_data().
|
private |
Definition at line 106 of file SplineFunc.hh.
Referenced by dfunc(), func(), get_lower_bound_x(), read_data(), and show_violations().
|
private |
Definition at line 107 of file SplineFunc.hh.
Referenced by get_lower_bound_y(), and read_data().
|
private |
Definition at line 114 of file SplineFunc.hh.
|
private |
Definition at line 115 of file SplineFunc.hh.
|
private |
Definition at line 111 of file SplineFunc.hh.
Referenced by get_upper_bound_dy(), and read_data().
|
private |
Definition at line 108 of file SplineFunc.hh.
Referenced by dfunc(), func(), get_upper_bound_x(), read_data(), and show_violations().
|
private |
Definition at line 109 of file SplineFunc.hh.
Referenced by get_upper_bound_y().
|
private |
Definition at line 104 of file SplineFunc.hh.
Referenced by dfunc(), func(), get_weight(), read_data(), show_definition(), and show_violations().
1.8.4