|
Rosetta 3.5
|
#include <CartBondedParameters.hh>


Public Member Functions | |
| BBDepCartBondedParameters () | |
| BBDepCartBondedParameters (ObjexxFCL::FArray2D< core::Real > const &mu, ObjexxFCL::FArray2D< core::Real > const &Ks, std::string tag_in="") | |
| void | init (ObjexxFCL::FArray2D< core::Real > const &mu, ObjexxFCL::FArray2D< core::Real > const &Ks) |
| void | init (numeric::MathMatrix< Real > const &x, numeric::interpolation::spline::BicubicSpline &x_spline) |
| virtual Real | mu (Real phi, Real psi) const |
| virtual Real | K (Real phi, Real psi) const |
| virtual Real | dmu_dphi (Real phi, Real psi) const |
| virtual Real | dmu_dpsi (Real phi, Real psi) const |
| virtual Real | dK_dphi (Real phi, Real psi) const |
| virtual Real | dK_dpsi (Real phi, Real psi) const |
| Size | period () const |
Public Member Functions inherited from core::scoring::methods::CartBondedParameters | |
| virtual bool | is_null () const |
Private Attributes | |
| numeric::interpolation::spline::BicubicSpline | mus_spline_ |
| numeric::interpolation::spline::BicubicSpline | Ks_spline_ |
| std::string | tag_ |
Definition at line 110 of file CartBondedParameters.hh.
|
inline |
Definition at line 112 of file CartBondedParameters.hh.
|
inline |
Definition at line 114 of file CartBondedParameters.hh.
|
inlinevirtual |
Reimplemented from core::scoring::methods::CartBondedParameters.
Definition at line 175 of file CartBondedParameters.hh.
References Ks_spline_.
|
inlinevirtual |
Reimplemented from core::scoring::methods::CartBondedParameters.
Definition at line 182 of file CartBondedParameters.hh.
References Ks_spline_.
|
inlinevirtual |
Reimplemented from core::scoring::methods::CartBondedParameters.
Definition at line 167 of file CartBondedParameters.hh.
References mus_spline_.
|
inlinevirtual |
Reimplemented from core::scoring::methods::CartBondedParameters.
Definition at line 171 of file CartBondedParameters.hh.
References mus_spline_.
|
inline |
Definition at line 123 of file CartBondedParameters.hh.
References Ks_spline_, mu(), and mus_spline_.
Referenced by BBDepCartBondedParameters().
|
inline |
Definition at line 137 of file CartBondedParameters.hh.
|
inlinevirtual |
Implements core::scoring::methods::CartBondedParameters.
Definition at line 157 of file CartBondedParameters.hh.
References Ks_spline_.
|
inlinevirtual |
Implements core::scoring::methods::CartBondedParameters.
Definition at line 153 of file CartBondedParameters.hh.
References mus_spline_.
Referenced by init().
|
inlinevirtual |
Implements core::scoring::methods::CartBondedParameters.
Definition at line 187 of file CartBondedParameters.hh.
|
private |
|
private |
Definition at line 192 of file CartBondedParameters.hh.
Referenced by dmu_dphi(), dmu_dpsi(), init(), and mu().
|
private |
Definition at line 194 of file CartBondedParameters.hh.
Referenced by BBDepCartBondedParameters().
1.8.4