![]() |
Rosetta
2021.16
|
#include <GenericBondedPotential.hh>

Public Member Functions | |
| GenBondedExclInfo (bool const score_full, bool const score_hybrid) | |
| basic::datacache::CacheableDataOP | clone () const override |
| void | add_residue_exclude_torsions (chemical::ResidueType const &rsd_type) |
| ResidueExclParamsCOP | get_residue_data (core::chemical::ResidueType const &rsd_type) const |
| ResidueExclParamsCOP | get_residue_pair_data (core::Size seqpos1, core::Size seqpos2) const |
Private Attributes | |
| bool | score_full_ |
| bool | score_hybrid_ |
| std::unordered_map < std::string, ResidueExclParamsOP > | perres_excls_ |
| std::unordered_map< uint64_t, ResidueExclParamsOP > | respair_excls_ |
| core::scoring::GenBondedExclInfo::GenBondedExclInfo | ( | bool const | score_full, |
| bool const | score_hybrid | ||
| ) |
Referenced by clone().
| void core::scoring::GenBondedExclInfo::add_residue_exclude_torsions | ( | chemical::ResidueType const & | rsd_type | ) |
|
inlineoverride |
References GenBondedExclInfo().
| ResidueExclParamsCOP core::scoring::GenBondedExclInfo::get_residue_data | ( | core::chemical::ResidueType const & | rsd_type | ) | const |
| ResidueExclParamsCOP core::scoring::GenBondedExclInfo::get_residue_pair_data | ( | core::Size | seqpos1, |
| core::Size | seqpos2 | ||
| ) | const |
References core::scoring::get_parameter_hash(), and respair_excls_.
|
private |
Referenced by add_residue_exclude_torsions(), and get_residue_data().
|
private |
Referenced by get_residue_pair_data().
|
private |
Referenced by add_residue_exclude_torsions(), and get_residue_data().
|
private |
Referenced by add_residue_exclude_torsions(), and get_residue_data().
1.8.7