Rosetta 3.4
|
#include <PackStatEnergy.hh>
Public Types | |
typedef WholeStructureEnergy | parent |
Public Member Functions | |
PackStatEnergy () | |
c-tor | |
virtual EnergyMethodOP | clone () const |
clone | |
void | finalize_total_energy (pose::Pose &pose, ScoreFunction const &, EnergyMap &totals) const |
Calculate the radius of gyration and place the answer into totals[ rg ]. | |
virtual core::Size | version () const |
Return the version of the energy method. | |
void | indicate_required_context_graphs (utility::vector1< bool > &) const |
Indicate in the context-graphs-required list which context-graphs this energy method requires that the Pose maintain when doing neighbor evaluation. Context graphs are allowed. |
Reimplemented from core::scoring::methods::WholeStructureEnergy.
core::scoring::methods::PackStatEnergy::PackStatEnergy | ( | ) |
c-tor
Referenced by clone().
EnergyMethodOP core::scoring::methods::PackStatEnergy::clone | ( | ) | const [virtual] |
void core::scoring::methods::PackStatEnergy::finalize_total_energy | ( | pose::Pose & | pose, |
ScoreFunction const & | , | ||
EnergyMap & | totals | ||
) | const [virtual] |
Calculate the radius of gyration and place the answer into totals[ rg ].
Reimplemented from core::scoring::methods::EnergyMethod.
References core::scoring::packstat::compute_packing_score(), core::scoring::pack_stat, and core::pose::Pose::total_residue().
void core::scoring::methods::PackStatEnergy::indicate_required_context_graphs | ( | utility::vector1< bool > & | context_graphs_required | ) | const [inline, virtual] |
Indicate in the context-graphs-required list which context-graphs this energy method requires that the Pose maintain when doing neighbor evaluation. Context graphs are allowed.
Implements core::scoring::methods::EnergyMethod.
core::Size core::scoring::methods::PackStatEnergy::version | ( | ) | const [virtual] |
Return the version of the energy method.
Implements core::scoring::methods::EnergyMethod.