|
BALL
1.4.2
|
#include <BALL/STRUCTURE/DOCKING/dockResult.h>
Public Member Functions | |
| Compare_ () | |
| ~Compare_ () | |
| bool | operator() (const ConformationSet::Conformation &a, const ConformationSet::Conformation &b) const |
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 268 of file dockResult.h.
| BALL::DockResult::Compare_::Compare_ | ( | ) |
Default constructor
| BALL::DockResult::Compare_::~Compare_ | ( | ) |
Destructor
| bool BALL::DockResult::Compare_::operator() | ( | const ConformationSet::Conformation & | a, |
| const ConformationSet::Conformation & | b | ||
| ) | const |
Operator ()
1.8.3.1