![]() |
IMP
2.1.0
The Integrative Modeling Platform
|
Simple connectivity restraint. More...
#include <IMP/restrainer/simplify_restraint.h>
Public Member Functions | |
| core::HarmonicUpperBound * | get_harmonic_upper_bound () |
| core::ConnectivityRestraint * | get_restraint () |
| core::SphereDistancePairScore * | get_sphere_distance_pair_score () |
| 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 | |
| SimpleConnectivity | create_simple_connectivity_on_molecules (atom::Hierarchies const &mhs) |
| SimpleConnectivity | create_simple_connectivity_on_rigid_bodies (const core::RigidBodies &rbs, Refiner *ref) |
Definition at line 144 of file simplify_restraint.h.
| void IMP::restrainer::SimpleConnectivity::set_k | ( | Float | k | ) |
The default k is 1.
Definition at line 188 of file simplify_restraint.h.
| void IMP::restrainer::SimpleConnectivity::set_mean | ( | Float | mean | ) |
The default mean is 0.
Definition at line 173 of file simplify_restraint.h.
|
friend |
Creates ConnectivityRestraint on molecules using LowestRefinedPairScore and LeavesRefiner.
|
friend |
Creates ConnectivityRestraint on rigid bodies.