Rosetta 3.4
|
DistanceChainbreakEnergy class iterates across all residues in finalize() and determines the penalty between residues i and i+1 by how far apart their N and C atom are. More...
#include <DistanceChainbreakEnergy.hh>
Public Types | |
typedef WholeStructureEnergy | parent |
Public Member Functions | |
DistanceChainbreakEnergy () | |
virtual EnergyMethodOP | clone () const |
clone | |
virtual void | finalize_total_energy (pose::Pose &pose, ScoreFunction const &, EnergyMap &totals) const |
called at the end of energy evaluation | |
virtual void | indicate_required_context_graphs (utility::vector1< bool > &) const |
DistanceChainbreak Energy is context independent and thus indicates that no context graphs need to be maintained by class Energies. | |
virtual core::Size | version () const |
Return the version of the energy method. |
DistanceChainbreakEnergy class iterates across all residues in finalize() and determines the penalty between residues i and i+1 by how far apart their N and C atom are.
Reimplemented from core::scoring::methods::WholeStructureEnergy.
core::scoring::methods::DistanceChainbreakEnergy::DistanceChainbreakEnergy | ( | ) |
Referenced by clone().
virtual EnergyMethodOP core::scoring::methods::DistanceChainbreakEnergy::clone | ( | ) | const [inline, virtual] |
void core::scoring::methods::DistanceChainbreakEnergy::finalize_total_energy | ( | pose::Pose & | pose, |
ScoreFunction const & | , | ||
EnergyMap & | totals | ||
) | const [virtual] |
called at the end of energy evaluation
Reimplemented from core::scoring::methods::EnergyMethod.
References core::kinematics::FoldTree::cutpoint(), core::chemical::CUTPOINT_LOWER, core::chemical::CUTPOINT_UPPER, core::kinematics::distance(), core::scoring::distance_chainbreak, core::pose::Pose::fold_tree(), core::kinematics::FoldTree::num_cutpoint(), core::pose::Pose::residue(), and core::scoring::methods::tr().
void core::scoring::methods::DistanceChainbreakEnergy::indicate_required_context_graphs | ( | utility::vector1< bool > & | ) | const [virtual] |
DistanceChainbreak Energy is context independent and thus indicates that no context graphs need to be maintained by class Energies.
Implements core::scoring::methods::EnergyMethod.
core::Size core::scoring::methods::DistanceChainbreakEnergy::version | ( | ) | const [virtual] |
Return the version of the energy method.
Implements core::scoring::methods::EnergyMethod.