Public Member Functions | |
Float | get_sigma () const |
virtual std::string | get_type_name () const |
virtual ::IMP::VersionInfo | get_version_info () const |
NormalMover (SingletonContainer *sc, const FloatKeys &vars, Float sigma) | |
void | set_sigma (Float sigma) |
Protected Member Functions | |
virtual void | generate_move (Float f) |
Friends | |
template<class T > | |
void | IMP::internal::unref (T *) |
IMP::core::NormalMover::NormalMover | ( | SingletonContainer * | sc, | |
const FloatKeys & | vars, | |||
Float | sigma | |||
) |
[in] | sc | The set of particles to perturb. |
[in] | vars | The variables to use (normally the keys for x,y,z) |
[in] | sigma | The standard deviation to use. |