|
BALL 1.5.0
|
#include <BALL/SCORING/FUNCTIONS/randomEvaluation.h>
Public Member Functions | |
| RandomEvaluation () throw () | |
| virtual | ~RandomEvaluation () throw () |
| std::vector< ConformationSet::Conformation > | operator() (ConformationSet &conformations) throw () |
| Public Member Functions inherited from BALL::EnergeticEvaluation | |
| EnergeticEvaluation () throw () | |
| virtual | ~EnergeticEvaluation () throw () |
A basis class for energetic evaluators of docking results. This trivial class will return the identity scoring, leaving permutation and score unchanged.
Definition at line 28 of file randomEvaluation.h.
| BALL::RandomEvaluation::RandomEvaluation | ( | ) | ||||
| throw | ( | ) | ||||
|
virtual | ||||||||||||
|
virtual | |||||||||||||
Operations
Reimplemented from BALL::EnergeticEvaluation.