9 #ifndef IMPSPB_RIGID_BODY_NEW_MOVER_H
10 #define IMPSPB_RIGID_BODY_NEW_MOVER_H
18 #include "spb_config.h"
20 IMPSPB_BEGIN_NAMESPACE
35 Float max_y_translation,
Float max_z_translation,
49 Float max_x_translation_;
50 Float max_y_translation_;
51 Float max_z_translation_;
A container for Singletons.
Simple Monte Carlo optimizer.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
#define IMP_SHOWABLE(Name)
virtual void do_reject()=0
Implement reset_proposed_move()
Return value of the MonteCarloMover::propose() function.
A more IMP-like version of the std::vector.
Modify the transformation of a rigid body.
A base class for classes which perturb particles.
functionality for defining rigid bodies
The base class for movers for Monte Carlo optimization.
virtual MonteCarloMoverResult do_propose()=0
Implement propose_move()
double Float
Basic floating-point value (could be float, double...)
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.