![]() |
Rosetta
2021.16
|
#include <RotamerData.hh>
Public Member Functions | |
| RotamerPairEnergies () | |
| void | clear () |
| void | add_residue (core::Size nrots_i) |
| void | finalize () |
| ReweightableRepEnergy & | energy1b (core::Size ires, core::Size irot) |
| ReweightableRepEnergy & | energy2b (core::Size ires, core::Size irot, core::Size jres, core::Size jrot) |
| ReweightableRepEnergy & | energyBG (core::Size ires, core::Size irot) |
Private Member Functions | |
| ReweightableRepEnergy & | energy (core::Size ii, core::Size jj) |
Private Attributes | |
| utility::vector1 < ReweightableRepEnergy > | energy_table_ |
| utility::vector1< core::Size > | rot_counts_ |
| core::Size | nrots_ |
| protocols::ligand_docking::ga_ligand_dock::RotamerPairEnergies::RotamerPairEnergies | ( | ) |
References nrots_.
| void protocols::ligand_docking::ga_ligand_dock::RotamerPairEnergies::add_residue | ( | core::Size | nrots_i | ) |
References nrots_, and rot_counts_.
Referenced by protocols::ligand_docking::ga_ligand_dock::GAOptimizer::initialize_rotamer_set_and_scores().
| void protocols::ligand_docking::ga_ligand_dock::RotamerPairEnergies::clear | ( | ) |
References energy_table_, nrots_, and rot_counts_.
Referenced by protocols::ligand_docking::ga_ligand_dock::GAOptimizer::initialize_rotamer_set_and_scores().
|
private |
References energy_table_.
Referenced by energy1b(), energy2b(), and energyBG().
| ReweightableRepEnergy & protocols::ligand_docking::ga_ligand_dock::RotamerPairEnergies::energy1b | ( | core::Size | ires, |
| core::Size | irot | ||
| ) |
| ReweightableRepEnergy & protocols::ligand_docking::ga_ligand_dock::RotamerPairEnergies::energy2b | ( | core::Size | ires, |
| core::Size | irot, | ||
| core::Size | jres, | ||
| core::Size | jrot | ||
| ) |
| ReweightableRepEnergy & protocols::ligand_docking::ga_ligand_dock::RotamerPairEnergies::energyBG | ( | core::Size | ires, |
| core::Size | irot | ||
| ) |
References energy(), and rot_counts_.
Referenced by protocols::ligand_docking::ga_ligand_dock::GridScorer::packer_loop().
| void protocols::ligand_docking::ga_ligand_dock::RotamerPairEnergies::finalize | ( | ) |
|
private |
Referenced by clear(), energy(), and finalize().
|
private |
Referenced by add_residue(), clear(), finalize(), and RotamerPairEnergies().
|
private |
Referenced by add_residue(), clear(), energy1b(), energy2b(), and energyBG().
1.8.7