|
Rosetta 3.5
|
#include <RNA_LJ_BaseEnergyCreator.hh>


Public Member Functions | |
| virtual methods::EnergyMethodOP | create_energy_method (methods::EnergyMethodOptions const &) const |
| Instantiate a new RNA_LJ_BaseEnergy. 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 RNA_LJ_BaseEnergyCreator.hh.
|
virtual |
Instantiate a new RNA_LJ_BaseEnergy.
This must return a fresh instance of the RNA_LJ_BaseEnergy class, never an instance already in use
Implements core::scoring::methods::EnergyMethodCreator.
Definition at line 56 of file RNA_LJ_BaseEnergy.cc.
References core::scoring::methods::EnergyMethodOptions::etable_type(), and core::scoring::ScoringManager::get_instance().
|
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 63 of file RNA_LJ_BaseEnergy.cc.
References core::scoring::rna_fa_atr_base, and core::scoring::rna_fa_rep_base.
1.8.4