IMP  2.0.1
The Integrative Modeling Platform
IMP::core::RigidBodyMover Class Reference

Modify the transformation of a rigid body. More...

#include <IMP/core/RigidBodyMover.h>

+ Inheritance diagram for IMP::core::RigidBodyMover:

Public Member Functions

 RigidBodyMover (Model *m, ParticleIndex pi, Float max_translation, Float max_rotation)
 
Float get_maximum_rotation () const
 
Float get_maximum_translation () const
 
void set_maximum_rotation (Float mr)
 
void set_maximum_translation (Float mt)
 
- Public Member Functions inherited from IMP::core::MonteCarloMover
 MonteCarloMover (Model *m, std::string name)
 
void accept ()
 Roll back any changes made to the Particles.
 
MonteCarloMoverResult propose ()
 propose a modification More...
 
void reject ()
 Roll back any changes made to the Particles.
 
unsigned int get_number_of_proposed () const
 
unsigned int get_number_of_accepted () const
 
void reset_statistics ()
 
- Public Member Functions inherited from IMP::kernel::ModelObject
 ModelObject (Model *m, std::string name)
 
ModelObjectsTemp get_inputs () const
 
ModelObjectsTemps get_interactions () const
 
Modelget_model () const
 
ModelObjectsTemp get_outputs () const
 
- Public Member Functions inherited from IMP::base::Object
virtual void clear_caches ()
 
virtual IMP::base::VersionInfo get_version_info () const =0
 Get information about the module and version of the object.
 
void set_check_level (CheckLevel l)
 
void set_log_level (LogLevel l)
 Set the logging level used in this object. More...
 
void set_was_used (bool tf) const
 
void show (std::ostream &out=std::cout) const
 
const std::string & get_name () const
 
void set_name (std::string name)
 

Protected Member Functions

virtual kernel::ModelObjectsTemp do_get_inputs () const
 
virtual MonteCarloMoverResult do_propose ()
 Implement propose_move()
 
virtual void do_reject ()
 Implement reset_proposed_move()
 
- Protected Member Functions inherited from IMP::core::MonteCarloMover
virtual void do_accept ()
 Implement accept_proposed_move(), default impl is empty.
 
virtual ModelObjectsTemp do_get_outputs () const
 
virtual void do_update_dependencies ()
 
- Protected Member Functions inherited from IMP::kernel::ModelObject
virtual ModelObjectsTemps do_get_interactions () const
 
virtual void update_dependencies ()
 
- Protected Member Functions inherited from IMP::base::Object
 Object (std::string name)
 Construct an object with the given name. More...
 

Additional Inherited Members

Detailed Description

The transformation of a rigid body is moved in a ball of given size. The probability distribution is uniform over the ball.

See Also
MonteCarlo

Definition at line 26 of file RigidBodyMover.h.

Member Function Documentation

virtual kernel::ModelObjectsTemp IMP::core::RigidBodyMover::do_get_inputs ( ) const
protectedvirtual

Override if this reads other objects during evaluate.

Implements IMP::kernel::ModelObject.


The documentation for this class was generated from the following file: