Rosetta 3.4
|
#include <PyEnergy.hh>
Public Member Functions | |
PyContextIndependentOneBodyEnergy (EnergyMethodCreatorOP op) | |
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 void | Py_residue_energy (utility::pointer::access_ptr< conformation::Residue const > const &, pose::PoseCAP const &, utility::pointer::access_ptr< EnergyMap > const &) const =0 |
core::scoring::methods::PyContextIndependentOneBodyEnergy::PyContextIndependentOneBodyEnergy | ( | EnergyMethodCreatorOP | op | ) | [inline] |
virtual void core::scoring::methods::PyContextIndependentOneBodyEnergy::Py_residue_energy | ( | utility::pointer::access_ptr< conformation::Residue const > const & | , |
pose::PoseCAP const & | , | ||
utility::pointer::access_ptr< EnergyMap > const & | |||
) | const [pure virtual] |
Referenced by residue_energy().
virtual void core::scoring::methods::PyContextIndependentOneBodyEnergy::residue_energy | ( | conformation::Residue const & | rsd, |
pose::Pose const & | pose, | ||
EnergyMap & | emap | ||
) | const [inline, 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::methods::_AP(), and Py_residue_energy().