|
Rosetta 3.5
|
#include <UnfoldedStateEnergyCreator.hh>


Public Member Functions | |
| virtual methods::EnergyMethodOP | create_energy_method (methods::EnergyMethodOptions const &) const |
| Instantiate a new UnfoldedStateEnergy. More... | |
| 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. More... | |
Definition at line 29 of file UnfoldedStateEnergyCreator.hh.
|
virtual |
Instantiate a new UnfoldedStateEnergy.
This must return a fresh instance of the UnfoldedStateEnergy class, never an instance already in use
Implements core::scoring::methods::EnergyMethodCreator.
Definition at line 41 of file UnfoldedStateEnergy.cc.
References core::scoring::methods::EnergyMethodOptions::has_method_weights(), core::scoring::methods::EnergyMethodOptions::method_weights(), core::scoring::n_score_types, core::scoring::unfolded, and core::scoring::methods::EnergyMethodOptions::unfolded_energies_type().
|
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.
Definition at line 62 of file UnfoldedStateEnergy.cc.
References core::scoring::unfolded.
1.8.4