|
Rosetta 3.5
|
#include <EtableEnergy.hh>


Private Attributes | |
| Etable const & | etable_ |
| Real | safe_max_dis2_ |
Definition at line 109 of file EtableEnergy.hh.
| core::scoring::etable::AnalyticEtableEvaluator::AnalyticEtableEvaluator | ( | Etable const & | etable) |
Definition at line 360 of file EtableEnergy.cc.
| core::scoring::etable::AnalyticEtableEvaluator::~AnalyticEtableEvaluator | ( | ) |
Definition at line 366 of file EtableEnergy.cc.
|
inline |
Definition at line 190 of file EtableEnergy.hh.
References core::scoring::etable::EtableEvaluator::st_atr(), core::scoring::etable::EtableEvaluator::st_rep(), and core::scoring::etable::EtableEvaluator::st_sol().
Referenced by atom_pair_energy_v(), heavyatom_heavyatom_energy(), heavyatom_hydrogenatom_energy(), hydrogenatom_heavyatom_energy(), hydrogenatom_hydrogenatom_energy(), and pair_energy_H().
|
inline |
AnalyticEtableEvaluator inline methods.
Definition at line 1019 of file EtableEnergy.hh.
References core::scoring::etable::Etable::analytic_etable_evaluation(), and etable_.
|
inlinevirtual |
Definition at line 207 of file EtableEnergy.hh.
References atom_pair_energy().
|
inline |
Definition at line 1040 of file EtableEnergy.hh.
References core::scoring::etable::Etable::analytic_etable_derivatives(), etable_, safe_max_dis2_, core::scoring::etable::EtableEvaluator::st_atr(), core::scoring::etable::EtableEvaluator::st_rep(), core::scoring::etable::EtableEvaluator::st_sol(), and core::conformation::Atom::xyz().
|
inline |
Inline Methods For Trie-vs-Trie Algorithm.
Definition at line 260 of file EtableEnergy.hh.
References atom_pair_energy(), and core::scoring::etable::EtableEvaluator::sum_energies().
|
inline |
Definition at line 273 of file EtableEnergy.hh.
References atom_pair_energy(), and core::scoring::etable::EtableEvaluator::sum_energies().
|
inline |
Definition at line 285 of file EtableEnergy.hh.
References atom_pair_energy(), and core::scoring::etable::EtableEvaluator::sum_energies().
|
inline |
Definition at line 297 of file EtableEnergy.hh.
References atom_pair_energy(), and core::scoring::etable::EtableEvaluator::sum_energies().
|
inline |
Definition at line 234 of file EtableEnergy.hh.
References atom_pair_energy(), core::scoring::etable::EtableEvaluator::st_atr(), core::scoring::etable::EtableEvaluator::st_rep(), and core::scoring::etable::EtableEvaluator::st_sol().
| void core::scoring::etable::AnalyticEtableEvaluator::residue_atom_pair_energy | ( | conformation::Residue const & | rsd1, |
| conformation::Residue const & | rsd2, | ||
| count_pair::CountPairFunction const & | cp, | ||
| EnergyMap & | emap | ||
| ) | const |
Atom pair energy inline type resolution functions.
atom-pair-energy inline type resolution function
Definition at line 371 of file EtableEnergy.cc.
References core::scoring::etable::count_pair::CountPairFunction::residue_atom_pair_energy().
Referenced by core::scoring::etable::AnalyticEtableEnergy::eval_intrares_energy().
| void core::scoring::etable::AnalyticEtableEvaluator::residue_atom_pair_energy_backbone_backbone | ( | conformation::Residue const & | rsd1, |
| conformation::Residue const & | rsd2, | ||
| count_pair::CountPairFunction const & | cp, | ||
| EnergyMap & | emap | ||
| ) | const |
atom-pair-energy inline type resolution function
Definition at line 408 of file EtableEnergy.cc.
References core::scoring::etable::count_pair::CountPairFunction::residue_atom_pair_energy_backbone_backbone().
| void core::scoring::etable::AnalyticEtableEvaluator::residue_atom_pair_energy_sidechain_backbone | ( | conformation::Residue const & | rsd1, |
| conformation::Residue const & | rsd2, | ||
| count_pair::CountPairFunction const & | cp, | ||
| EnergyMap & | emap | ||
| ) | const |
atom-pair-energy inline type resolution function
Definition at line 383 of file EtableEnergy.cc.
References core::scoring::etable::count_pair::CountPairFunction::residue_atom_pair_energy_sidechain_backbone().
| void core::scoring::etable::AnalyticEtableEvaluator::residue_atom_pair_energy_sidechain_sidechain | ( | conformation::Residue const & | rsd1, |
| conformation::Residue const & | rsd2, | ||
| count_pair::CountPairFunction const & | cp, | ||
| EnergyMap & | emap | ||
| ) | const |
atom-pair-energy inline type resolution function
Definition at line 420 of file EtableEnergy.cc.
References core::scoring::etable::count_pair::CountPairFunction::residue_atom_pair_energy_sidechain_sidechain().
| void core::scoring::etable::AnalyticEtableEvaluator::residue_atom_pair_energy_sidechain_whole | ( | conformation::Residue const & | rsd1, |
| conformation::Residue const & | rsd2, | ||
| count_pair::CountPairFunction const & | cp, | ||
| EnergyMap & | emap | ||
| ) | const |
atom-pair-energy inline type resolution function
Definition at line 395 of file EtableEnergy.cc.
References core::scoring::etable::count_pair::CountPairFunction::residue_atom_pair_energy_sidechain_whole().
| void core::scoring::etable::AnalyticEtableEvaluator::trie_vs_path | ( | trie::RotamerTrieBase const & | trie1, |
| trie::RotamerTrieBase const & | trie2, | ||
| trie::TrieCountPairBase & | cp, | ||
| utility::vector1< core::PackerEnergy > & | pair_energy_vector, | ||
| utility::vector1< core::PackerEnergy > & | temp_vector | ||
| ) | const |
first level polymorphic type resolution function
Definition at line 447 of file EtableEnergy.cc.
References core::scoring::trie::RotamerTrieBase::trie_vs_path().
| void core::scoring::etable::AnalyticEtableEvaluator::trie_vs_trie | ( | trie::RotamerTrieBase const & | trie1, |
| trie::RotamerTrieBase const & | trie2, | ||
| trie::TrieCountPairBase & | cp, | ||
| ObjexxFCL::FArray2D< core::PackerEnergy > & | pair_energy_table, | ||
| ObjexxFCL::FArray2D< core::PackerEnergy > & | temp_table | ||
| ) | const |
Trie vs trie / trie vs path type resolution functions.
first level polymorphic type resolution function
Definition at line 434 of file EtableEnergy.cc.
References core::scoring::trie::RotamerTrieBase::trie_vs_trie().
|
private |
Definition at line 311 of file EtableEnergy.hh.
Referenced by atom_pair_energy(), and eval_dE_dR_over_r().
|
private |
Definition at line 312 of file EtableEnergy.hh.
Referenced by eval_dE_dR_over_r().
1.8.4