IMP
2.0.1
The Integrative Modeling Platform
|
Modify a set of continuous variables by perturbing them within a ball. More...
#include <IMP/core/BallMover.h>
Public Member Functions | |
BallMover (Model *m, ParticleIndex pi, const FloatKeys &vars, double radius) | |
BallMover (Model *m, ParticleIndex pi, double radius) | |
Move the x,y,z coordinates. | |
Float | get_radius () const |
void | set_radius (Float radius) |
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 |
Model * | get_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 | |
Related Functions inherited from IMP::core::MonteCarloMover | |
typedef IMP::base::Vector < IMP::base::WeakPointer < MonteCarloMover > > | MonteCarloMoversTemp |
The variables are perturbed within a ball of the given radius.
Definition at line 23 of file BallMover.h.
|
protectedvirtual |
Override if this reads other objects during evaluate.
Implements IMP::kernel::ModelObject.