Public Member Functions | |
def | __disown__ |
virtual void | calc_scores (const Combinations &comb_states, CombinationValues &comb_values, Restraint *r, const Particles &ps) |
Score a restraint with a specific combination of states. | |
virtual void | show (std::ostream &out=std::cout) const |
virtual void IMP::domino::RestraintEvaluatorI::calc_scores | ( | const Combinations & | comb_states, | |
CombinationValues & | comb_values, | |||
Restraint * | r, | |||
const Particles & | ps | |||
) | [virtual] |
Score a restraint with a specific combination of states.
[in] | comb_states | the combination of states to calculate scores for |
[in] | r | the restraint to score |
[in] | ps | the particles that scored by the restraint |
[out] | comb_values | the value of the restraint when the particles are in a combination defined by cs. |
Reimplemented in IMP::domino::RestraintEvaluator, and IMP::domino::RestraintEvaluatorFromFile.