|
Rosetta 3.5
|
#include <DDPlookup.hh>


Public Member Functions | |
| DDPlookup (std::string filename) | |
| core::Real | get_potentials (const core::chemical::AA &aa1, const core::chemical::AA &aa2, core::Real distance) const |
Private Attributes | |
| numeric::interpolation::spline::SplineGenerator *** | lookup_table_ |
| utility::vector1 < utility::vector1< core::Real > > | left_ |
| utility::vector1 < utility::vector1< core::Real > > | right_ |
Definition at line 33 of file DDPlookup.hh.
| core::scoring::interface::DDPlookup::DDPlookup | ( | std::string | filename) |
Definition at line 24 of file DDPlookup.cc.
References core::sequence::end, left_, lookup_table_, and right_.
| core::Real core::scoring::interface::DDPlookup::get_potentials | ( | const core::chemical::AA & | aa1, |
| const core::chemical::AA & | aa2, | ||
| core::Real | distance | ||
| ) | const |
Definition at line 172 of file DDPlookup.cc.
References left_, lookup_table_, and right_.
Referenced by core::scoring::interface::DDPscore::residue_pair_energy().
|
private |
Definition at line 44 of file DDPlookup.hh.
Referenced by DDPlookup(), and get_potentials().
|
private |
Definition at line 43 of file DDPlookup.hh.
Referenced by DDPlookup(), and get_potentials().
|
private |
Definition at line 45 of file DDPlookup.hh.
Referenced by DDPlookup(), and get_potentials().
1.8.4