![]() |
Rosetta
2021.16
|
#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 override |
| 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) |
Private Attributes | |
| utility::vector1 < GenBornResidueInfoOP > | residue_info_ |
| utility::vector1< ResidueOP > | placeholder_residue_ |
| utility::vector1 < GenBornResidueInfoOP > | placeholder_info_ |
| utility::vector1< bool > | being_packed_ |
|
inline |
| core::scoring::GenBornPoseInfo::GenBornPoseInfo | ( | GenBornPoseInfo const & | src | ) |
References being_packed_, placeholder_info_, placeholder_residue_, residue_info_, and size().
|
inlineoverride |
| void core::scoring::GenBornPoseInfo::initialize | ( | pose::Pose const & | pose | ) |
|
inline |
|
inline |
References residue_info_.
Referenced by core::scoring::GenBornPotential::get_single_rotamer_born_radii(), and core::scoring::GenBornPotential::get_template_born_radii().
|
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().
1.8.7