9 #ifndef IMPPMI_TRANSFORM_MOVER_H
10 #define IMPPMI_TRANSFORM_MOVER_H
12 #include <IMP/pmi/pmi_config.h>
20 IMPPMI_BEGIN_NAMESPACE
29 Float max_translation_;
45 unsigned int nelements=0;
46 for (
unsigned int i=0;i<pixyzs_.size();i++) {
55 for (
unsigned int i=0;i<pirbs_.size();i++){
58 unsigned int nparticles=rb.get_number_of_members();
59 x=x+xyz[0]*float(nparticles);
60 y=y+xyz[1]*float(nparticles);
61 z=z+xyz[2]*float(nparticles);
62 nelements=nelements+nparticles;
66 center[0]=x/float(nelements);
67 center[1]=y/float(nelements);
68 center[2]=z/float(nelements);
81 pixyzs_.push_back(pi);
94 void set_maximum_translation(
Float mt) {
96 max_translation_ = mt;
99 void set_maximum_rotation(
Float mr) {
104 Float get_maximum_translation()
const {
return max_translation_; }
106 Float get_maximum_rotation()
const {
return max_angle_; }
Import IMP/kernel/SingletonContainer.h in the namespace.
Simple Monte Carlo optimizer.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
virtual void do_reject()=0
Implement reset_proposed_move()
A base class for classes which perturb particles.
functionality for defining rigid bodies
The base class for movers for MC optimization.
A decorator for a particle with x,y,z coordinates.
virtual MonteCarloMoverResult do_propose()=0
Implement propose_move()
const algebra::Vector3D & get_coordinates() const
Convert it to a vector.
virtual ModelObjectsTemp do_get_inputs() const =0
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.
#define IMP_OVERRIDE
Cause a compile error if this method does not override a parent method.
Class for storing model, its restraints, constraints, and particles.