#include <dockResult.h>
Public Member Functions | |
| Scoring_ () throw () | |
| Default Constructor. | |
| Scoring_ (const Scoring_ &scoring) throw () | |
| Copy constructor. | |
| Scoring_ (const String &name, const Options &options, const vector< float > &scores, const vector< Index > &snapshot_order) throw () | |
| Constructor. | |
| ~Scoring_ () throw () | |
| Destructor. | |
| const Scoring_ & | operator= (const Scoring_ &scoring) throw () |
| Assignment operator. | |
Public Attributes | |
| String | name_ |
| Name of scoring function. | |
| Options | options_ |
| options of scoring function | |
| vector< float > | scores_ |
| Vector of scores The score at position i belongs to the snapshot i. | |
| vector< Index > | snapshot_order_ |
| Vector of snapshot indices The indices are sorted by their scores. | |
This class contains information about the scoring: name of the scoring function, options of the function and scores