Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members

DockResult::Scoring_ Class Reference

Nested class in DockResult. More...

#include <dockResult.h>

List of all members.

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< Indexsnapshot_order_
 Vector of snapshot indices The indices are sorted by their scores.


Detailed Description

Nested class in DockResult.

This class contains information about the scoring: name of the scoring function, options of the function and scores