#include <BALL/STRUCTURE/DOCKING/amberEvaluation.h>
List of all members.
Detailed Description
A class for energetic evaluators of docking results using an AMBER force field as scoring function.
Constructor & Destructor Documentation
| BALL::AmberEvaluation::AmberEvaluation |
( |
|
) |
|
| BALL::AmberEvaluation::AmberEvaluation |
( |
AmberFF & |
ff |
) |
|
| BALL::AmberEvaluation::AmberEvaluation |
( |
AmberFF & |
ff, |
|
|
Options & |
option | |
|
) |
| | |
| virtual BALL::AmberEvaluation::~AmberEvaluation |
( |
|
) |
[virtual] |
Member Function Documentation
| const ForceField& BALL::AmberEvaluation::getForceField |
( |
|
) |
const |
| ForceField& BALL::AmberEvaluation::getForceField |
( |
|
) |
|
| const Options& BALL::AmberEvaluation::getOptions |
( |
|
) |
const |
| Options& BALL::AmberEvaluation::getOptions |
( |
|
) |
|
| void BALL::AmberEvaluation::setForceField |
( |
ForceField & |
ff |
) |
|
| void BALL::AmberEvaluation::setOptions |
( |
const Options & |
options |
) |
|