|
Rosetta 3.5
|
#include <SmoothEnvPairPotential.hh>

Public Member Functions | |
| SmoothScoreTermCoeffs () | |
| void | add_sigmoid (numeric::xyzVector< Real > s_in) |
| void | add_gaussian (numeric::xyzVector< Real > g_in) |
| void | shift (Real s_in) |
| Size | nsigmoids () |
| Size | ngaussians () |
| numeric::xyzVector< Real > | sigmoid (Size i) |
| numeric::xyzVector< Real > | gaussian (Size i) |
| Real | shift () |
| void | clear () |
| Real | func (Real x) const |
| Real | dfunc (Real x) const |
Private Attributes | |
| utility::vector1 < numeric::xyzVector< Real > > | sigmoid_coeffs_ |
| utility::vector1 < numeric::xyzVector< Real > > | gaussian_coeffs_ |
| Real | shift_ |
Definition at line 112 of file SmoothEnvPairPotential.hh.
|
inline |
Definition at line 114 of file SmoothEnvPairPotential.hh.
|
inline |
Definition at line 119 of file SmoothEnvPairPotential.hh.
References gaussian_coeffs_.
Referenced by core::scoring::SmoothEnvPairPotential::SmoothEnvPairPotential().
|
inline |
Definition at line 116 of file SmoothEnvPairPotential.hh.
References sigmoid_coeffs_.
Referenced by core::scoring::SmoothEnvPairPotential::SmoothEnvPairPotential().
|
inline |
Definition at line 137 of file SmoothEnvPairPotential.hh.
References gaussian_coeffs_, shift_, and sigmoid_coeffs_.
Definition at line 53 of file SmoothEnvPairPotential.cc.
References gaussian_coeffs_, and sigmoid_coeffs_.
Referenced by core::scoring::SmoothEnvPairPotential::evaluate_env_and_cbeta_deriv(), and core::scoring::SmoothEnvPairPotential::evaluate_pair_and_cenpack_deriv().
Definition at line 39 of file SmoothEnvPairPotential.cc.
References gaussian_coeffs_, shift_, and sigmoid_coeffs_.
Referenced by core::scoring::SmoothEnvPairPotential::evaluate_env_and_cbeta_scores(), core::scoring::SmoothEnvPairPotential::evaluate_pair_and_cenpack_deriv(), and core::scoring::SmoothEnvPairPotential::evaluate_pair_and_cenpack_score().
|
inline |
Definition at line 132 of file SmoothEnvPairPotential.hh.
References gaussian_coeffs_.
|
inline |
Definition at line 127 of file SmoothEnvPairPotential.hh.
References gaussian_coeffs_.
|
inline |
Definition at line 126 of file SmoothEnvPairPotential.hh.
References sigmoid_coeffs_.
|
inline |
Definition at line 124 of file SmoothEnvPairPotential.hh.
References shift_.
Referenced by core::scoring::SmoothEnvPairPotential::SmoothEnvPairPotential().
|
inline |
Definition at line 135 of file SmoothEnvPairPotential.hh.
References shift_.
|
inline |
Definition at line 129 of file SmoothEnvPairPotential.hh.
References sigmoid_coeffs_.
|
private |
Definition at line 148 of file SmoothEnvPairPotential.hh.
Referenced by add_gaussian(), clear(), dfunc(), func(), gaussian(), and ngaussians().
|
private |
Definition at line 149 of file SmoothEnvPairPotential.hh.
|
private |
Definition at line 147 of file SmoothEnvPairPotential.hh.
Referenced by add_sigmoid(), clear(), dfunc(), func(), nsigmoids(), and sigmoid().
1.8.4