#include <CoarseEtable.hh>
|
| | CoarseEtable (chemical::AtomTypeSetCAP atom_set, std::string tag) |
| |
| void | dump_oldstyle_type_table (std::ostream &os, const chemical::ResidueTypeSet &) |
| |
| void | read_files (std::string resolve, std::string etable, std::string dtable) |
| |
| void | set_residue_pair (conformation::Residue const &rsd1, conformation::Residue const &rsd2) const |
| | setup before atom_pair functions can be called More...
|
| |
| void | print_residue_info (conformation::Residue const &rsd1, conformation::Residue const &rsd2) const |
| |
| bool | handles (conformation::Atom const &atom1, conformation::Atom const &atom2) const |
| |
| bool | atom_pair_energy (int disbin, Real frac, conformation::Atom const &atom1, conformation::Atom const &atom2, Energy &bb) const |
| | atom_pair evaluations they return false if atom_pair is not evaluated by coarse table –> use normal etable instead WARNING, atom_pair evaluations require to call set_residue_pair first ! Okay that is a bit dirty, but otherwise we need to change quite a lot of the mini-scoring methods — do that when this stuff is established More...
|
| |
| Real | eval_dE_dR (int disbin, Real frac, conformation::Atom const &atom1, conformation::Atom const &atom2, const scoring::EnergyMap &weights) const |
| |
| void | check_atomset_compatibility (chemical::AtomTypeSetCAP normal) const |
| |
| chemical::AtomTypeSetCAP | atom_set () const |
| |
atom_pair evaluations they return false if atom_pair is not evaluated by coarse table –> use normal etable instead WARNING, atom_pair evaluations require to call set_residue_pair first ! Okay that is a bit dirty, but otherwise we need to change quite a lot of the mini-scoring methods — do that when this stuff is established
References etable_, get_eID(), and seq_dist_.
| void CoarseEtable::read_files |
( |
std::string |
resolve, |
|
|
std::string |
etable, |
|
|
std::string |
dtable |
|
) |
| |
References atom_set_, cerr, dtable_, etable_, getline(), Entry::ID, l, maxDist, maxID, maxType, resolve_, Entry::seq_dist_, tag, Entry::type, and utility_exit_with_message.
Referenced by CoarseEtable().
| ObjexxFCL::FArray2D< Real > core::coarse::CoarseEtable::dtable_ |
|
private |
| ObjexxFCL::FArray2D< Real > core::coarse::CoarseEtable::etable_ |
|
private |
| int core::coarse::CoarseEtable::maxDist |
|
private |
| int core::coarse::CoarseEtable::maxID |
|
private |
| int core::coarse::CoarseEtable::maxType |
|
private |
| ObjexxFCL::FArray3D< uint > core::coarse::CoarseEtable::resolve_ |
|
private |
| int core::coarse::CoarseEtable::seq_dist_ |
|
mutableprivate |
The documentation for this class was generated from the following files: