![]() |
Rosetta Core
2014.35
|
#include <GenBornPotential.hh>
Public Types | |
typedef conformation::Residue | Residue |
typedef conformation::ResidueOP | ResidueOP |
Public Member Functions | |
GenBornPoseInfo () | |
GenBornPoseInfo (GenBornPoseInfo const &src) | |
basic::datacache::CacheableDataOP | clone () const |
Size | size () const |
GenBornResidueInfo & | residue_info (Size const i) |
GenBornResidueInfo const & | residue_info (Size const i) const |
bool | being_packed (Size const seqpos) const |
void | set_placeholder (Size const i, ResidueOP rsd, GenBornResidueInfoOP info) |
GenBornResidueInfo const & | placeholder_info (Size const seqpos) const |
Residue const & | placeholder_residue (Size const seqpos) const |
void | initialize (pose::Pose const &pose) |
void | set_repack_list (utility::vector1< bool > const &repacking_residues) |
![]() | |
virtual | ~CacheableData () |
|
inline |
Referenced by clone().
core::scoring::GenBornPoseInfo::GenBornPoseInfo | ( | GenBornPoseInfo const & | src | ) |
References being_packed_, placeholder_info_, placeholder_residue_, residue_info_, and size().
|
inlinevirtual |
Implements basic::datacache::CacheableData.
References GenBornPoseInfo().
void core::scoring::GenBornPoseInfo::initialize | ( | pose::Pose const & | pose | ) |
|
inline |
|
inline |
References residue_info_.
Referenced by core::scoring::GenBornPotential::eval_atom_derivative(), core::scoring::GenBornPotential::get_single_rotamer_born_radii(), core::scoring::GenBornPotential::get_template_born_radii(), core::scoring::methods::GenBornEnergy::residue_pair_energy(), and core::scoring::GenBornPotential::update_residue_for_packing().
|
inline |
References residue_info_.
void core::scoring::GenBornPoseInfo::set_placeholder | ( | Size const | i, |
ResidueOP | rsd, | ||
GenBornResidueInfoOP | info | ||
) |
References placeholder_info_, and placeholder_residue_.
Referenced by core::scoring::GenBornPotential::build_placeholders().
void core::scoring::GenBornPoseInfo::set_repack_list | ( | utility::vector1< bool > const & | repacking_residues | ) |
References being_packed_, and size().
|
inline |
References residue_info_.
Referenced by GenBornPoseInfo(), core::scoring::GenBornPotential::get_template_born_radii(), and set_repack_list().
|
private |
Referenced by being_packed(), GenBornPoseInfo(), initialize(), and set_repack_list().
|
private |
Referenced by GenBornPoseInfo(), initialize(), placeholder_info(), and set_placeholder().
|
private |
Referenced by GenBornPoseInfo(), initialize(), placeholder_residue(), and set_placeholder().
|
private |
Referenced by GenBornPoseInfo(), initialize(), residue_info(), and size().