Rosetta 3.4
|
#include <LinearChainbreakEnergyCreator.hh>
Public Member Functions | |
virtual methods::EnergyMethodOP | create_energy_method (methods::EnergyMethodOptions const &) const |
Instantiate a new LinearChainbreakEnergy. | |
virtual ScoreTypes | score_types_for_method () const |
Return the set of score types claimed by the EnergyMethod this EnergyMethodCreator creates in its create_energy_method() function. |
EnergyMethodOP core::scoring::methods::LinearChainbreakEnergyCreator::create_energy_method | ( | methods::EnergyMethodOptions const & | opt | ) | const [virtual] |
Instantiate a new LinearChainbreakEnergy.
Creates and initializes a new LinearChainbreakEnergy object with the specified options
Implements core::scoring::methods::EnergyMethodCreator.
References core::scoring::methods::EnergyMethodOptions::cst_max_seq_sep().
ScoreTypes core::scoring::methods::LinearChainbreakEnergyCreator::score_types_for_method | ( | ) | const [virtual] |
Return the set of score types claimed by the EnergyMethod this EnergyMethodCreator creates in its create_energy_method() function.
Implements core::scoring::methods::EnergyMethodCreator.
References core::scoring::linear_chainbreak, and core::scoring::overlap_chainbreak.