![]() |
IMP
2.1.1
The Integrative Modeling Platform
|
Simple diameter restraint. More...
#include <IMP/restrainer/simplify_restraint.h>
Public Member Functions | |
| core::HarmonicUpperBound * | get_harmonic_upper_bound () |
| core::DiameterRestraint * | get_restraint () |
| base::VersionInfo | get_version_info () const |
| void | set_k (Float k) |
| Set the spring constant for the HarmonicUpperBound. More... | |
| void | set_mean (Float mean) |
| Set the mean for the HarmonicUpperBound. More... | |
| void | set_standard_deviation (Float sd) |
| Set the standard deviation for the HarmonicUpperBound. | |
| void | show (std::ostream &out=std::cout) const |
Friends | |
| SimpleDiameter | create_simple_diameter (const kernel::Particles &ps, Float diameter) |
Definition at line 307 of file simplify_restraint.h.
| void IMP::restrainer::SimpleDiameter::set_k | ( | Float | k | ) |
The default k is 1.
Definition at line 342 of file simplify_restraint.h.
| void IMP::restrainer::SimpleDiameter::set_mean | ( | Float | mean | ) |
The default mean is 0.
Definition at line 327 of file simplify_restraint.h.
|
friend |
Creates DiameterRestraint using HarmonicUpperBound scoring function as default.
| [in] | ps | Pointer to particles in diameter restraint. |
| [in] | diameter | Diameter. |