Rosetta 3.4
|
#include <P_AA_Energy.hh>
Public Types | |
typedef ContextIndependentOneBodyEnergy | parent |
Public Member Functions | |
P_AA_Energy () | |
virtual EnergyMethodOP | clone () const |
virtual void | residue_energy (conformation::Residue const &rsd, pose::Pose const &pose, EnergyMap &emap) const |
Evaluate the one-body energies for a particular residue, in the context of a given Pose, and increment those energies in the input Emap (do not overwrite them). | |
virtual Real | eval_dof_derivative (id::DOF_ID const &dof_id, id::TorsionID const &tor_id, pose::Pose const &pose, ScoreFunction const &sfxn, EnergyMap const &weights) const |
virtual void | indicate_required_context_graphs (utility::vector1< bool > &) const |
P_AA_Energy is context independent; indicates that no context graphs are required. |
Reimplemented from core::scoring::methods::ContextIndependentOneBodyEnergy.
core::scoring::methods::P_AA_Energy::P_AA_Energy | ( | ) |
Referenced by clone().
EnergyMethodOP core::scoring::methods::P_AA_Energy::clone | ( | ) | const [virtual] |
Implements core::scoring::methods::EnergyMethod.
References P_AA_Energy().
Real core::scoring::methods::P_AA_Energy::eval_dof_derivative | ( | id::DOF_ID const & | dof_id, |
id::TorsionID const & | tor_id, | ||
pose::Pose const & | pose, | ||
ScoreFunction const & | sfxn, | ||
EnergyMap const & | weights | ||
) | const [virtual] |
void core::scoring::methods::P_AA_Energy::indicate_required_context_graphs | ( | utility::vector1< bool > & | ) | const [virtual] |
P_AA_Energy is context independent; indicates that no context graphs are required.
Implements core::scoring::methods::EnergyMethod.
void core::scoring::methods::P_AA_Energy::residue_energy | ( | conformation::Residue const & | rsd, |
pose::Pose const & | pose, | ||
EnergyMap & | emap | ||
) | const [virtual] |
Evaluate the one-body energies for a particular residue, in the context of a given Pose, and increment those energies in the input Emap (do not overwrite them).
Implements core::scoring::methods::ContextIndependentOneBodyEnergy.
References core::scoring::p_aa, and core::scoring::P_AA::P_AA_energy().