BALL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Public Member Functions | Public Attributes
BALL::DockResult::Scoring_ Class Reference

#include <BALL/STRUCTURE/DOCKING/dockResult.h>

List of all members.

Public Member Functions

 Scoring_ ()
 Scoring_ (const Scoring_ &scoring)
 Scoring_ (const String &name, const Options &options, const vector< float > &scores, const vector< Index > &snapshot_order)
 ~Scoring_ ()
const Scoring_operator= (const Scoring_ &scoring)

Public Attributes

String name_
Options options_
vector< floatscores_
vector< Indexsnapshot_order_

Detailed Description

Nested class in DockResult. This class contains information about the scoring: name of the scoring function, options of the function and scores

Definition at line 220 of file dockResult.h.


Constructor & Destructor Documentation

Default Constructor

Copy constructor

BALL::DockResult::Scoring_::Scoring_ ( const String name,
const Options options,
const vector< float > &  scores,
const vector< Index > &  snapshot_order 
)

Constructor

Destructor


Member Function Documentation

const Scoring_& BALL::DockResult::Scoring_::operator= ( const Scoring_ scoring)

Assignment operator


Member Data Documentation

Name of scoring function

Definition at line 248 of file dockResult.h.

options of scoring function

Definition at line 251 of file dockResult.h.

Vector of scores The score at position i belongs to the snapshot i

Definition at line 255 of file dockResult.h.

Vector of snapshot indices The indices are sorted by their scores

Definition at line 259 of file dockResult.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines