|
| | CountPairGeneric (conformation::Residue const &res1, conformation::Residue const &res2) |
| |
| | CountPairGeneric (chemical::ResidueType const &restype1, chemical::ResidueType const &restype2, utility::vector1< std::pair< Size, Size > > bond_pairs) |
| | Create a count pair object that pretends there exist a chemical bond between some number of atoms in residue 1 and some number of atoms in residue2; the bond_pairs vector is a set of ordered-pairs of atom-indices, where the first is an atom from restype1 and the second is an atom of restype2. More...
|
| |
| void | set_crossover (Size) |
| |
| | ~CountPairGeneric () override |
| |
| bool | operator() (int const at1, int const at2, Real &weight, Size &minpathdist) const |
| | function required by templated functions in atom_pair_energy_inline More...
|
| |
| int | path_distance (int const at1, int const at2) const |
| |
| bool | count (int const at1, int const at2, Real &, Size &path_dist) const override |
| |
| void | residue_atom_pair_energy (conformation::Residue const &res1, conformation::Residue const &res2, etable::TableLookupEvaluator const &, EnergyMap &) const override |
| | Type Resolution Functions ///. More...
|
| |
| void | residue_atom_pair_energy_sidechain_backbone (conformation::Residue const &, conformation::Residue const &, etable::TableLookupEvaluator const &, EnergyMap &) const override |
| |
| void | residue_atom_pair_energy_sidechain_whole (conformation::Residue const &, conformation::Residue const &, etable::TableLookupEvaluator const &, EnergyMap &) const override |
| |
| void | residue_atom_pair_energy_backbone_backbone (conformation::Residue const &, conformation::Residue const &, etable::TableLookupEvaluator const &, EnergyMap &) const override |
| |
| void | residue_atom_pair_energy_sidechain_sidechain (conformation::Residue const &, conformation::Residue const &, etable::TableLookupEvaluator const &, EnergyMap &) const override |
| |
| void | residue_atom_pair_energy (conformation::Residue const &res1, conformation::Residue const &res2, etable::AnalyticEtableEvaluator const &, EnergyMap &) const override |
| |
| void | residue_atom_pair_energy_sidechain_backbone (conformation::Residue const &, conformation::Residue const &, etable::AnalyticEtableEvaluator const &, EnergyMap &) const override |
| |
| void | residue_atom_pair_energy_sidechain_whole (conformation::Residue const &, conformation::Residue const &, etable::AnalyticEtableEvaluator const &, EnergyMap &) const override |
| |
| void | residue_atom_pair_energy_backbone_backbone (conformation::Residue const &, conformation::Residue const &, etable::AnalyticEtableEvaluator const &, EnergyMap &) const override |
| |
| void | residue_atom_pair_energy_sidechain_sidechain (conformation::Residue const &, conformation::Residue const &, etable::AnalyticEtableEvaluator const &, EnergyMap &) const override |
| |
| | CountPairFunction () |
| |
| | ~CountPairFunction () override |
| |
| bool | operator() (int const at1, int const at2, Real &, Size &path_dist) const |
| |