![]() |
Rosetta Protocols
2014.16.56682
|
#include <ResidualDipolarCouplingEnergyRigidSegments.hh>
Public Types | |
| typedef core::scoring::methods::WholeStructureEnergy | parent |
Public Member Functions | |
| ResidualDipolarCouplingEnergyRigidSegments () | |
| virtual core::scoring::methods::EnergyMethodOP | clone () const |
| virtual void | setup_for_scoring (core::pose::Pose &, core::scoring::ScoreFunction const &) const |
| void | finalize_total_energy (core::pose::Pose &pose, core::scoring::ScoreFunction const &, core::scoring::EnergyMap &totals) const |
| Called at the beginning of atom tree minimization, this method allows the derived class the opportunity to initialize pertinent data that will be used during minimization. During minimzation, the chemical structure of the pose is constant, so assumptions on the number of atoms per residue and their identities are safe so long as the pose's Energies object's "use_nblist()" method returns true. More... | |
| void | indicate_required_context_graphs (utility::vector1< bool > &) const |
Private Member Functions | |
| protocols::scoring::ResidualDipolarCouplingRigidSegments & | rdc_segments_from_pose (core::pose::Pose &pose) const |
| core::Real | eval_dipolar (core::pose::Pose &pose) const |
| virtual core::Size | version () const |
Private Attributes | |
| core::Real | dip_score_ |
| core::id::AtomID_Map< Size > | atom2rdc_map_ |
| typedef core::scoring::methods::WholeStructureEnergy protocols::scoring::methods::ResidualDipolarCouplingEnergyRigidSegments::parent |
| protocols::scoring::methods::ResidualDipolarCouplingEnergyRigidSegments::ResidualDipolarCouplingEnergyRigidSegments | ( | ) |
Referenced by clone().
|
virtual |
References ResidualDipolarCouplingEnergyRigidSegments().
|
private |
| void protocols::scoring::methods::ResidualDipolarCouplingEnergyRigidSegments::finalize_total_energy | ( | core::pose::Pose & | pose, |
| core::scoring::ScoreFunction const & | , | ||
| core::scoring::EnergyMap & | totals | ||
| ) | const |
Called at the beginning of atom tree minimization, this method allows the derived class the opportunity to initialize pertinent data that will be used during minimization. During minimzation, the chemical structure of the pose is constant, so assumptions on the number of atoms per residue and their identities are safe so long as the pose's Energies object's "use_nblist()" method returns true.
References dip_score_, and rdc_segments.
|
inline |
|
private |
References protocols::scoring::retrieve_RDC_segments_from_pose(), and protocols::scoring::store_RDC_segments_in_pose().
Referenced by eval_dipolar().
|
virtual |
References dip_score_, and eval_dipolar().
|
privatevirtual |
|
mutableprivate |
|
mutableprivate |
Referenced by finalize_total_energy(), and setup_for_scoring().
1.8.7