![]() |
Rosetta
2021.16
|
#include <DecomposeAndReweightEnergiesCalculator.hh>
Public Member Functions | |
| EnergiesData () | |
| core::scoring::EnergyMap & | energy_map () |
| core::scoring::EnergyMap const & | energy_map () const |
| void | energy_map (core::scoring::EnergyMap const &energy_map) |
| core::scoring::EnergyMap & | weight_map () |
| core::scoring::EnergyMap const & | weight_map () const |
| void | weight_map (core::scoring::EnergyMap const &weight_map) |
| bool | use_original_weights () const |
| void | use_original_weights (bool use_original_weights) |
| core::Real | master_weight () const |
| void | master_weight (core::Real master_weight) |
| core::scoring::EnergyMap | weighted_energy_map () const |
| core::Real | weighted_total_no_master () const |
| core::Real | weighted_total () const |
Private Attributes | |
| core::scoring::EnergyMap | energy_map_ |
| core::scoring::EnergyMap | weight_map_ |
| bool | use_original_weights_ |
| core::Real | master_weight_ |
|
inline |
|
inline |
|
inline |
References energy_map_.
|
inline |
References energy_map(), and energy_map_.
Referenced by energy_map().
|
inline |
References master_weight_.
Referenced by protocols::pose_metric_calculators::DecomposeAndReweightEnergiesCalculator::master_weight_vector().
|
inline |
References master_weight(), and master_weight_.
Referenced by master_weight().
|
inline |
|
inline |
References use_original_weights(), and use_original_weights_.
Referenced by use_original_weights().
|
inline |
|
inline |
References weight_map_.
|
inline |
References weight_map(), and weight_map_.
Referenced by weight_map().
|
inline |
References energy_map_, master_weight_, and weight_map_.
Referenced by protocols::pose_metric_calculators::DecomposeAndReweightEnergiesCalculator::weighted_energy_map_vector().
|
inline |
References core::scoring::EMapVector::dot(), energy_map_, master_weight_, and weight_map_.
Referenced by protocols::pose_metric_calculators::DecomposeAndReweightEnergiesCalculator::update_weighted_total(), and protocols::pose_metric_calculators::DecomposeAndReweightEnergiesCalculator::weighted_total_vector().
|
inline |
|
private |
Referenced by energy_map(), weighted_energy_map(), weighted_total(), and weighted_total_no_master().
|
private |
Referenced by master_weight(), weighted_energy_map(), and weighted_total().
|
private |
Referenced by use_original_weights().
|
private |
Referenced by weight_map(), weighted_energy_map(), weighted_total(), and weighted_total_no_master().
1.8.7