BALL  1.4.79
 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/DOCKING/COMMON/dockResult.h>

Public Member Functions

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

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 260 of file dockResult.h.

Constructor & Destructor Documentation

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

Default constructor

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

Destructor

Member Function Documentation

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

Operator ()