Rosetta 3.4
|
#include <GaussianOverlapEnergyCreator.hh>
Public Member Functions | |
virtual methods::EnergyMethodOP | create_energy_method (methods::EnergyMethodOptions const &) const |
Instantiate a new GaussianOverlapEnergy. | |
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. |
methods::EnergyMethodOP core::scoring::methods::GaussianOverlapEnergyCreator::create_energy_method | ( | methods::EnergyMethodOptions const & | ) | const [virtual] |
Instantiate a new GaussianOverlapEnergy.
This must return a fresh instance of the GaussianOverlapEnergy class, never an instance already in use
Implements core::scoring::methods::EnergyMethodCreator.
ScoreTypes core::scoring::methods::GaussianOverlapEnergyCreator::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.