|
IMP Reference Guide
develop.169ea894ba,2025/11/01
The Integrative Modeling Platform
|
#include <IMP/ScoreAccumulator.h>
A class for storing evaluation state.
Definition at line 29 of file ScoreAccumulator.h.
Public Member Functions | |
| EvaluationState (double oscore, bool ogood) | |
| void | show (std::ostream &out=std::cout) const |
Public Attributes | |
| bool | good |
| double | score |