The transformation of a rigid body is moved in a ball of given size. The probability distribution is uniform over the ball.
Public Member Functions | |
void | accept_move () |
virtual std::string | get_type_name () const |
virtual ::IMP::VersionInfo | get_version_info () const |
void | propose_move (Float f) |
void | reject_move () |
RigidBodyMover (RigidBody d, Float max_translation, Float max_rotation) | |
Friends | |
template<class T > | |
void | IMP::internal::unref (T *) |
IMP::core::RigidBodyMover::RigidBodyMover | ( | RigidBody | d, | |
Float | max_translation, | |||
Float | max_rotation | |||
) |
The rigid body is rotated and translated to move
[in] | d | the rigid body decorator |
[in] | max_translation | maximum translation during a step |
[in] | max_rotation | maximum rotation angle in radians |