Rosetta 3.4
|
#include <LongRangeTwoBodyEnergy.hh>
Public Types | |
typedef TwoBodyEnergy | parent |
Public Member Functions | |
LongRangeTwoBodyEnergy (EnergyMethodCreatorOP creator) | |
Constructor with an EnergyMethodCreator to inform the grandparent EnergyMethod class which ScoreTypes this EnergyMethod computes. | |
virtual | ~LongRangeTwoBodyEnergy () |
virtual LongRangeEnergyType | long_range_type () const =0 |
virtual bool | defines_residue_pair_energy (pose::Pose const &pose, Size res1, Size res2) const =0 |
Reimplemented from core::scoring::methods::TwoBodyEnergy.
Reimplemented in core::scoring::methods::CartesianBondedEnergy, core::scoring::methods::ContextDependentLRTwoBodyEnergy, core::scoring::methods::ContextIndependentLRTwoBodyEnergy, core::scoring::methods::dfire::DFIRE_Energy, core::scoring::methods::GenBornEnergy, and core::scoring::methods::PoissonBoltzmannEnergy.
core::scoring::methods::LongRangeTwoBodyEnergy::LongRangeTwoBodyEnergy | ( | EnergyMethodCreatorOP | creator | ) |
Constructor with an EnergyMethodCreator to inform the grandparent EnergyMethod class which ScoreTypes this EnergyMethod computes.
core::scoring::methods::LongRangeTwoBodyEnergy::~LongRangeTwoBodyEnergy | ( | ) | [virtual] |
virtual bool core::scoring::methods::LongRangeTwoBodyEnergy::defines_residue_pair_energy | ( | pose::Pose const & | pose, |
Size | res1, | ||
Size | res2 | ||
) | const [pure virtual] |
virtual LongRangeEnergyType core::scoring::methods::LongRangeTwoBodyEnergy::long_range_type | ( | ) | const [pure virtual] |
Implemented in core::scoring::constraints::ConstraintsEnergy, core::scoring::disulfides::CentroidDisulfideEnergy, core::scoring::disulfides::DisulfideMatchingEnergy, core::scoring::disulfides::FullatomDisulfideEnergy, core::scoring::electron_density::ElecDensAllAtomCenEnergy, core::scoring::electron_density::ElecDensCenEnergy, core::scoring::electron_density::ElecDensEnergy, core::scoring::electron_density::FastDensEnergy, core::scoring::electron_density::PattersonCorrEnergy, core::scoring::electron_density_atomwise::ElecDensAtomwiseEnergy, core::scoring::methods::CartesianBondedEnergy, core::scoring::methods::dfire::DFIRE_Energy, core::scoring::methods::GenBornEnergy, core::scoring::methods::PoissonBoltzmannEnergy, and core::scoring::sym_e::symEnergy.