Rosetta
|
#include <FACTSPose.hh>
Public Types | |
typedef conformation::Residue | Residue |
typedef conformation::ResidueOP | ResidueOP |
Public Member Functions | |
FACTSPoseInfo () | |
FACTSPoseInfo (FACTSPoseInfo const &src) | |
basic::datacache::CacheableDataOP | clone () const override |
Size | size () const |
FACTSResidueInfo & | residue_info (Size const i) |
FACTSResidueInfo const & | residue_info (Size const i) const |
bool | being_packed (Size const seqpos) const |
void | set_placeholder (Size const i, ResidueOP rsd, FACTSResidueInfoOP info) |
FACTSResidueInfo const & | placeholder_info (Size const seqpos) const |
Residue const & | placeholder_residue (Size const seqpos) const |
void | initialize (pose::Pose const &pose, FACTSRsdTypeMap &rsdtypemap) |
void | set_repack_list (utility::vector1< bool > const &repacking_residues) |
bool | is_changed (pose::Pose const &pose) |
void | update_enumeration_shell (pose::Pose const &pose, bool const enumerate_second_shell=false) |
bool | context_derivative_empty () |
Public Attributes | |
utility::vector1< FACTSResidueInfoOP > | residue_info_ |
utility::vector1< ResidueOP > | placeholder_residue_ |
utility::vector1< FACTSResidueInfoOP > | placeholder_info_ |
utility::vector1< bool > | being_packed_ |
bool | context_derivative_empty_ |
core::scoring::facts::FACTSPoseInfo::FACTSPoseInfo | ( | ) |
core::scoring::facts::FACTSPoseInfo::FACTSPoseInfo | ( | FACTSPoseInfo const & | src | ) |
References being_packed_, context_derivative_empty_, placeholder_info_, placeholder_residue_, residue_info_, and size().
|
inline |
References being_packed_.
Referenced by core::scoring::facts::FACTSPotential::get_template_born_radii().
|
inlineoverride |
|
inline |
References context_derivative_empty_.
void core::scoring::facts::FACTSPoseInfo::initialize | ( | pose::Pose const & | pose, |
FACTSRsdTypeMap & | rsdtypemap | ||
) |
bool core::scoring::facts::FACTSPoseInfo::is_changed | ( | pose::Pose const & | pose | ) |
|
inline |
References placeholder_info_.
|
inline |
References placeholder_residue_.
|
inline |
References residue_info_.
Referenced by core::energy_methods::FACTSEnergy::eval_intrares_energy(), core::energy_methods::FACTSEnergy::evaluate_rotamer_background_energies(), core::energy_methods::FACTSEnergy::evaluate_rotamer_background_energy_maps(), core::scoring::facts::FACTSPotential::get_single_rotamer_born_radii(), core::scoring::facts::FACTSPotential::get_template_born_radii(), is_changed(), and update_enumeration_shell().
|
inline |
References residue_info_.
void core::scoring::facts::FACTSPoseInfo::set_placeholder | ( | Size const | i, |
ResidueOP | rsd, | ||
FACTSResidueInfoOP | info | ||
) |
References placeholder_info_, and placeholder_residue_.
void core::scoring::facts::FACTSPoseInfo::set_repack_list | ( | utility::vector1< bool > const & | repacking_residues | ) |
References being_packed_, and size().
|
inline |
References residue_info_.
Referenced by FACTSPoseInfo(), core::scoring::facts::FACTSPotential::get_template_born_radii(), and set_repack_list().
void core::scoring::facts::FACTSPoseInfo::update_enumeration_shell | ( | pose::Pose const & | pose, |
bool const | enumerate_second_shell = false |
||
) |
utility::vector1< bool > core::scoring::facts::FACTSPoseInfo::being_packed_ |
Referenced by being_packed(), FACTSPoseInfo(), and set_repack_list().
bool core::scoring::facts::FACTSPoseInfo::context_derivative_empty_ |
Referenced by context_derivative_empty(), and FACTSPoseInfo().
utility::vector1< FACTSResidueInfoOP > core::scoring::facts::FACTSPoseInfo::placeholder_info_ |
Referenced by FACTSPoseInfo(), initialize(), placeholder_info(), and set_placeholder().
utility::vector1< ResidueOP > core::scoring::facts::FACTSPoseInfo::placeholder_residue_ |
Referenced by FACTSPoseInfo(), initialize(), placeholder_residue(), and set_placeholder().
utility::vector1< FACTSResidueInfoOP > core::scoring::facts::FACTSPoseInfo::residue_info_ |
Referenced by FACTSPoseInfo(), initialize(), residue_info(), and size().