|
Rosetta 3.5
|
#include <ConstraintsEnergyCreator.hh>


Public Member Functions | |
| virtual methods::EnergyMethodOP | create_energy_method (methods::EnergyMethodOptions const &) const |
| Instantiate a new ConstraintsEnergy. 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 ConstraintsEnergyCreator.hh.
|
virtual |
Instantiate a new ConstraintsEnergy.
This must return a fresh instance of the ConstraintsEnergy class, never an instance already in use
Implements core::scoring::methods::EnergyMethodCreator.
Definition at line 49 of file ConstraintsEnergy.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 56 of file ConstraintsEnergy.cc.
References core::scoring::angle_constraint, core::scoring::atom_pair_constraint, core::scoring::backbone_stub_constraint, core::scoring::big_bin_constraint, core::scoring::constant_constraint, core::scoring::coordinate_constraint, core::scoring::dihedral_constraint, core::scoring::dof_constraint, core::scoring::dunbrack_constraint, core::scoring::metalhash_constraint, core::scoring::pocket_constraint, core::scoring::res_type_constraint, core::scoring::res_type_linking_constraint, and core::scoring::rna_bond_geometry.
1.8.4