|
BALL
1.4.79
|
#include <BALL/DOCKING/COMMON/dockResult.h>
Public Member Functions | |
| Compare_ () throw () | |
| ~Compare_ () throw () | |
| bool | operator() (const ConformationSet::Conformation &a, const ConformationSet::Conformation &b) const throw () |
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.
Definition at line 260 of file dockResult.h.
| BALL::DockResult::Compare_::Compare_ | ( | ) | ||
| throw | ( | |||
| ) | ||||
Default constructor
| BALL::DockResult::Compare_::~Compare_ | ( | ) | ||
| throw | ( | |||
| ) | ||||
Destructor
| bool BALL::DockResult::Compare_::operator() | ( | const ConformationSet::Conformation & | a, |
| const ConformationSet::Conformation & | b | ||
| ) | const | ||
| throw | ( | ||
| ) | |||
Operator ()
1.8.7