9 #ifndef IMPCORE_RIGID_BODY_MOVER_H
10 #define IMPCORE_RIGID_BODY_MOVER_H
12 #include <IMP/core/core_config.h>
19 IMPCORE_BEGIN_NAMESPACE
28 Float max_translation_;
45 void set_maximum_translation(
Float mt) {
47 max_translation_ = mt;
50 void set_maximum_rotation(
Float mr) {
55 Float get_maximum_translation()
const {
return max_translation_; }
57 Float get_maximum_rotation()
const {
return max_angle_; }
A container for Singletons.
Simple Monte Carlo optimizer.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
Modify the transformation of a rigid body.
virtual void do_reject()=0
Implement reset_proposed_move()
Class for storing model, its restraints, constraints, and particles.
A base class for classes which perturb particles.
functionality for defining rigid bodies
The base class for movers for MC optimization.
virtual MonteCarloMoverResult do_propose()=0
Implement propose_move()
double Float
Basic floating-point value (could be float, double...)
#define IMP_USAGE_CHECK(expr, message)
A runtime test for incorrect usage of a class or method.
A decorator for a rigid body.
virtual ModelObjectsTemp do_get_inputs() const =0
#define IMP_OVERRIDE
Cause a compile error if this method does not override a parent method.