![]() |
Rosetta
2021.16
|
Keep track of the cenlist information. More...
#include <EnvPairPotential.hh>

Public Member Functions | |
| CenListInfo () | |
| basic::datacache::CacheableDataOP | clone () const override |
| Size | size () const |
| Real | fcen6 (Size const seqpos) const |
| Real & | fcen6 (Size const seqpos) |
| Real | fcen10 (Size const seqpos) const |
| Real & | fcen10 (Size const seqpos) |
| Real | fcen12 (Size const seqpos) const |
| Real & | fcen12 (Size const seqpos) |
| bool | calculated () const |
| bool & | calculated () |
| void | initialize (pose::Pose const &pose) |
| void | set_fcen6 (Size const seqpos, Real value) |
| void | set_fcen10 (Size const seqpos, Real value) |
| void | set_fcen12 (Size const seqpos, Real value) |
Private Attributes | |
| utility::vector1< Real > | fcen6_ |
| utility::vector1< Real > | fcen10_ |
| utility::vector1< Real > | fcen12_ |
| bool | calculated_ |
Keep track of the cenlist information.
|
inline |
|
inline |
|
inline |
References calculated_.
|
inlineoverride |
References fcen10_.
Referenced by protocols::simple_moves::StructProfileMover::calc_cenlist(), core::energy_methods::MPEnvEnergy::compute_mpenv_score(), core::scoring::EnvPairPotential::evaluate_env_and_cbeta_scores(), core::scoring::EnvPairPotential::fill_cenlist(), and core::scoring::EnvPairPotential::truncate_cenlist_values().
References fcen12_.
Referenced by protocols::simple_moves::StructProfileMover::calc_cenlist(), core::energy_methods::MPCbetaEnergy::compute_mpcbeta_score(), core::scoring::EnvPairPotential::evaluate_env_and_cbeta_scores(), core::scoring::EnvPairPotential::fill_cenlist(), and core::scoring::EnvPairPotential::truncate_cenlist_values().
References fcen6_.
Referenced by protocols::simple_moves::StructProfileMover::calc_cenlist(), core::energy_methods::MPCbetaEnergy::compute_mpcbeta_score(), core::energy_methods::MPEnvEnergy::compute_mpenv_score(), core::scoring::EnvPairPotential::evaluate_env_and_cbeta_scores(), core::scoring::EnvPairPotential::fill_cenlist(), and core::scoring::EnvPairPotential::truncate_cenlist_values().
| void core::scoring::CenListInfo::initialize | ( | pose::Pose const & | pose | ) |
References fcen10_, fcen12_, fcen6_, and core::pose::Pose::size().
Referenced by core::scoring::EnvPairPotential::compute_centroid_environment(), and core::scoring::MembranePotential::compute_membrane_embedding().
References fcen10_.
References fcen12_.
References fcen6_.
|
inline |
References fcen6_.
Referenced by core::scoring::EnvPairPotential::truncate_cenlist_values().
|
private |
Referenced by calculated().
|
private |
Referenced by fcen10(), initialize(), and set_fcen10().
|
private |
Referenced by fcen12(), initialize(), and set_fcen12().
|
private |
Referenced by fcen6(), initialize(), set_fcen6(), and size().
1.8.7