![]() |
Rosetta Core
2014.16.56682
|
Keep track of RNA centroid information inside the pose. / Rhiju move this to its own namespace! More...
#include <RNA_CentroidInfo.hh>
Public Member Functions | |
| RNA_CentroidInfo () | |
| RNA_CentroidInfo (RNA_CentroidInfo const &src) | |
| basic::datacache::CacheableDataOP | clone () const |
| void | update (pose::Pose const &pose) |
| Size | size () const |
| bool | calculated () const |
| bool & | calculated () |
| void | set_calculated (bool const &setting) |
| utility::vector1< Vector > const & | base_centroids () const |
| utility::vector1 < kinematics::Stub > const & | base_stubs () const |
| Vector | get_base_centroid (conformation::Residue const &rsd) const |
| kinematics::Stub | get_base_coordinate_system (conformation::Residue const &rsd, Vector const ¢roid) const |
| kinematics::Stub | get_base_coordinate_system (conformation::Residue const &rsd) const |
Public Member Functions inherited from basic::datacache::CacheableData | |
| virtual | ~CacheableData () |
Private Member Functions | |
| void | initialize_base_centroids_and_stubs (pose::Pose const &pose) |
Private Attributes | |
| utility::vector1< Vector > | base_centroids_ |
| utility::vector1 < kinematics::Stub > | base_stubs_ |
| bool | calculated_ |
Keep track of RNA centroid information inside the pose. / Rhiju move this to its own namespace!
|
inline |
Referenced by clone().
| core::scoring::rna::RNA_CentroidInfo::RNA_CentroidInfo | ( | RNA_CentroidInfo const & | src | ) |
Copy constructors must copy all data, not just some...
References base_centroids_, base_stubs_, and calculated_.
|
inline |
References base_centroids_.
|
inline |
References base_stubs_.
|
inline |
|
inline |
References calculated_.
|
inlinevirtual |
Implements basic::datacache::CacheableData.
References RNA_CentroidInfo().
| Vector core::scoring::rna::RNA_CentroidInfo::get_base_centroid | ( | conformation::Residue const & | rsd | ) | const |
References core::chemical::rna::get_rna_base_centroid(), and verbose.
Referenced by get_base_coordinate_system(), and initialize_base_centroids_and_stubs().
| kinematics::Stub core::scoring::rna::RNA_CentroidInfo::get_base_coordinate_system | ( | conformation::Residue const & | rsd, |
| Vector const & | centroid | ||
| ) | const |
References core::chemical::rna::get_rna_base_coordinate_system().
Referenced by initialize_base_centroids_and_stubs().
| kinematics::Stub core::scoring::rna::RNA_CentroidInfo::get_base_coordinate_system | ( | conformation::Residue const & | rsd | ) | const |
References centroid, get_base_centroid(), and core::chemical::rna::get_rna_base_coordinate_system().
|
private |
References base_centroids_, base_stubs_, get_base_centroid(), get_base_coordinate_system(), core::pose::Pose::residue(), and core::pose::Pose::total_residue().
Referenced by update().
|
inline |
References calculated_.
Referenced by core::scoring::rna::RG_Energy_RNA::finalize_total_energy().
|
inline |
References base_centroids_.
Referenced by core::scoring::rna::RNA_ScoringInfo::size().
| void core::scoring::rna::RNA_CentroidInfo::update | ( | pose::Pose const & | pose | ) |
References initialize_base_centroids_and_stubs().
Referenced by core::scoring::rna::RNA_LowResolutionPotential::check_clear_for_stacking(), core::scoring::rna::RNA_LowResolutionPotential::check_forming_base_pair(), core::scoring::rna::StackElecEnergy::setup_for_derivatives(), core::scoring::rna::RNA_FullAtomStackingEnergy::setup_for_derivatives(), core::scoring::rna::StackElecEnergy::setup_for_packing(), core::scoring::rna::RG_Energy_RNA::setup_for_scoring(), core::scoring::rna::RNA_FullAtomStackingEnergy::setup_for_scoring(), core::scoring::rna::StackElecEnergy::setup_for_scoring(), core::scoring::rna::RNA_LowResolutionPotential::update_rna_base_base_interactions(), and core::scoring::rna::RNA_LowResolutionPotential::update_rna_centroid_info().
|
private |
Referenced by base_centroids(), initialize_base_centroids_and_stubs(), RNA_CentroidInfo(), and size().
|
private |
Referenced by base_stubs(), initialize_base_centroids_and_stubs(), and RNA_CentroidInfo().
|
private |
Referenced by calculated(), RNA_CentroidInfo(), and set_calculated().
1.8.7