IMP Reference Guide
2.14.0
The Integrative Modeling Platform
|
Return value of the MonteCarloMover::propose() function. More...
#include <IMP/core/MonteCarloMover.h>
Return value of the MonteCarloMover::propose() function.
The values are the list of particle indexes moved and the ratio between the probability of the backwards move and the probability of the forwards move (for many or most move sets this is 1.0).
Definition at line 29 of file MonteCarloMover.h.
Public Member Functions | |
MonteCarloMoverResult (ParticleIndexes i0=ParticleIndexes(), double i1=double()) | |
ParticleIndexes & | access_moved_particles () |
double & | access_proposal_ratio () |
const ParticleIndexes & | get_moved_particles () const |
const double & | get_proposal_ratio () const |
void | set_moved_particles (const ParticleIndexes &v) |
void | set_proposal_ratio (const double &v) |
void | show (std::ostream &out=std::cout) const |