|
Rosetta 3.5
|
#include <RamachandranEnergyCreator.hh>


Public Member Functions | |
| virtual methods::EnergyMethodOP | create_energy_method (methods::EnergyMethodOptions const &) const |
| Instantiate a new RamachandranEnergy. 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 RamachandranEnergyCreator.hh.
|
virtual |
Instantiate a new RamachandranEnergy.
This must return a fresh instance of the RamachandranEnergy class, never an instance already in use
Implements core::scoring::methods::EnergyMethodCreator.
Definition at line 45 of file RamachandranEnergy.cc.
|
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 52 of file RamachandranEnergy.cc.
References core::scoring::rama.
1.8.4