It provides convenient methods to change mean, k, and standard deviation.
Public Member Functions | |
| core::HarmonicUpperBound * | get_harmonic_upper_bound () |
| core::ConnectivityRestraint * | get_restraint () |
| core::SphereDistancePairScore * | get_sphere_distance_pair_score () |
| VersionInfo | get_version_info () const |
| void | set_k (Float k) |
| Set the spring constant for the HarmonicUpperBound. | |
| void | set_mean (Float mean) |
| Set the mean for the HarmonicUpperBound. | |
| void | set_stddev (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) |
| void IMP::helper::SimpleConnectivity::set_k | ( | Float | k | ) |
Set the spring constant for the HarmonicUpperBound.
The default k is 1.
| void IMP::helper::SimpleConnectivity::set_mean | ( | Float | mean | ) |
Set the mean for the HarmonicUpperBound.
The default mean is 0.
| SimpleConnectivity create_simple_connectivity_on_molecules | ( | atom::Hierarchies const & | mhs | ) | [friend] |
Creates ConnectivityRestraint on molecules using LowestRefinedPairScore and LeavesRefiner.
SphereDistancePairScore
HarmonicUpperBound
LeavesRefiner