9 #ifndef IMPSYMMETRY_RIGID_BODY_MOVER_H
10 #define IMPSYMMETRY_RIGID_BODY_MOVER_H
12 #include <IMP/symmetry/symmetry_config.h>
20 IMPSYMMETRY_BEGIN_NAMESPACE
51 std::vector<core::RigidBody> rbs_;
57 std::vector<core::RigidBody> get_rigid_bodies(
Particles ps);
60 IMPSYMMETRY_END_NAMESPACE
Move a rigid body and keep it in the primitive cell of a periodic lattice.
A container for Singletons.
Simple Monte Carlo optimizer.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
ParticlesTemp get_particles(Model *m, const ParticleIndexes &ps)
Get the particles from a list of indexes.
virtual void do_reject()=0
Implement reset_proposed_move()
Return value of the MonteCarloMover::propose() function.
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