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

DockResult::Compare_ Class Reference

Nested class in DockResult. More...

#include <dockResult.h>

List of all members.

Public Member Functions

 Compare_ () throw ()
 Default constructor.
 ~Compare_ () throw ()
 Destructor.
bool operator() (const ConformationSet::Conformation &a, const ConformationSet::Conformation &b) const throw ()
 Operator ().


Detailed Description

Nested class in DockResult.

This class is needed for the sorting of the vector of Conformations in addScoring(const String& name, const Options& options, const vector<ConformationSet::Conformation>& scores). The vector should be sorted by the score values.