![]() |
Rosetta
2021.16
|
Classes | |
| class | NetChargeConstraint |
| class | NetChargeEnergySetup |
| NetChargeEnergySetup, a helper class for the NetChargeEnergy energy method that stores all of its setup data. More... | |
Typedefs | |
| typedef utility::pointer::shared_ptr < NetChargeConstraint > | NetChargeConstraintOP |
| typedef utility::pointer::shared_ptr < NetChargeConstraint const > | NetChargeConstraintCOP |
| typedef utility::pointer::shared_ptr < NetChargeEnergySetup > | NetChargeEnergySetupOP |
| typedef utility::pointer::shared_ptr < NetChargeEnergySetup const > | NetChargeEnergySetupCOP |
Enumerations | |
| enum | TailFunction { tf_linear = 1, tf_quadratic, tf_constant, tf_unknown, tf_end_of_list =tf_unknown } |
| The different types of behaviour for the penalty values past the defined range. More... | |
Functions | |
| static basic::Tracer | TR ("core.scoring.netcharge_energy.NetChargeConstraint") |
| static basic::Tracer | TR ("core.scoring.netcharge_energy.NetChargeEnergySetup") |
| typedef utility::pointer::shared_ptr< NetChargeConstraint const > core::scoring::netcharge_energy::NetChargeConstraintCOP |
| typedef utility::pointer::shared_ptr< NetChargeConstraint > core::scoring::netcharge_energy::NetChargeConstraintOP |
| typedef utility::pointer::shared_ptr< NetChargeEnergySetup const > core::scoring::netcharge_energy::NetChargeEnergySetupCOP |
| typedef utility::pointer::shared_ptr< NetChargeEnergySetup > core::scoring::netcharge_energy::NetChargeEnergySetupOP |
The different types of behaviour for the penalty values past the defined range.
When values are added to this enum, they should also be added to the NetChargeEnergySetup::get_tailfunction_name() function.
| Enumerator | |
|---|---|
| tf_linear | |
| tf_quadratic | |
| tf_constant | |
| tf_unknown | |
| tf_end_of_list | |
|
static |
|
static |
1.8.7