BALL  1.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | List of all members
BALL::DockResult::Compare_ Class Reference

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

Public Member Functions

 Compare_ ()
 
 ~Compare_ ()
 
bool operator() (const ConformationSet::Conformation &a, const ConformationSet::Conformation &b) const
 

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.

Definition at line 268 of file dockResult.h.

Constructor & Destructor Documentation

BALL::DockResult::Compare_::Compare_ ( )

Default constructor

BALL::DockResult::Compare_::~Compare_ ( )

Destructor

Member Function Documentation

bool BALL::DockResult::Compare_::operator() ( const ConformationSet::Conformation a,
const ConformationSet::Conformation b 
) const

Operator ()