#include <polynomial.hh>
|
| | Polynomial_1d (std::string const &polynomial_name, HBGeoDimType const geometric_dimension, Real const xmin, Real const xmax, Real const min_val, Real const max_val, Real const root1, Real const root2, Size degree, utility::vector1< Real > const &coefficients) |
| | ctor More...
|
| |
| | Polynomial_1d (Polynomial_1d const &src) |
| |
| HBGeoDimType | geometric_dimension () const |
| |
| void | show (std::ostream &out) const |
| |
| std::string | show_values () const |
| |
| | Polynomial_1d (std::string const &polynomial_name, Real const xmin, Real const xmax, Real const min_val, Real const max_val, Real const root1, Real const root2, Size degree, utility::vector1< Real > const &coefficients) |
| |
| | Polynomial_1d (Polynomial_1d const &src) |
| |
| virtual | ~Polynomial_1d () |
| |
| std::string | name () const |
| |
| Real | xmin () const |
| |
| Real | xmax () const |
| |
| Real | min_val () const |
| |
| Real | max_val () const |
| |
| Real | root1 () const |
| |
| Real | root2 () const |
| |
| Size | degree () const |
| |
| utility::vector1< Real > const & | coefficients () const |
| |
| void | operator() (double const variable, double &value, double &deriv) const |
| |
| double | eval (double const variable) |
| |
| void | show (std::ostream &out) const |
| |
| core::scoring::hbonds::Polynomial_1d::Polynomial_1d |
( |
std::string const & |
polynomial_name, |
|
|
HBGeoDimType const |
geometric_dimension, |
|
|
Real const |
xmin, |
|
|
Real const |
xmax, |
|
|
Real const |
min_val, |
|
|
Real const |
max_val, |
|
|
Real const |
root1, |
|
|
Real const |
root2, |
|
|
Size |
degree, |
|
|
utility::vector1< Real > const & |
coefficients |
|
) |
| |
| core::scoring::hbonds::Polynomial_1d::Polynomial_1d |
( |
Polynomial_1d const & |
src | ) |
|
| HBGeoDimType core::scoring::hbonds::Polynomial_1d::geometric_dimension |
( |
| ) |
const |
| void core::scoring::hbonds::Polynomial_1d::show |
( |
std::ostream & |
out | ) |
const |
References numeric::Polynomial_1d::coefficients(), numeric::Polynomial_1d::degree(), geometric_dimension(), numeric::Polynomial_1d::max_val(), numeric::Polynomial_1d::min_val(), numeric::Polynomial_1d::name(), core::scoring::hbonds::HBondTypeManager::name_from_geo_dim_type(), numeric::Polynomial_1d::root1(), numeric::Polynomial_1d::root2(), numeric::Polynomial_1d::xmax(), and numeric::Polynomial_1d::xmin().
Referenced by core::scoring::hbonds::operator<<().
| std::string core::scoring::hbonds::Polynomial_1d::show_values |
( |
| ) |
const |
References geometric_dimension_, core::scoring::hbonds::hbgd_AHD, core::scoring::hbonds::hbgd_AHdist, core::scoring::hbonds::hbgd_chi, core::scoring::hbonds::hbgd_cosAHD, core::scoring::hbonds::hbgd_cosBAH, core::scoring::hbonds::hbgd_NONE, numeric::Polynomial_1d::name(), numeric::Polynomial_1d::operator()(), out, numeric::conversions::radians(), and radians().
| HBGeoDimType core::scoring::hbonds::Polynomial_1d::geometric_dimension_ |
|
private |
The documentation for this class was generated from the following files: