#include <BALL/STRUCTURE/DOCKING/amberEvaluation.h>
Public Member Functions | |
AmberEvaluation () | |
AmberEvaluation (AmberFF &ff) | |
AmberEvaluation (AmberFF &ff, Options &option) | |
virtual | ~AmberEvaluation () |
void | setForceField (ForceField &ff) |
void | setOptions (const Options &options) |
ForceField & | getForceField () |
const ForceField & | getForceField () const |
Options & | getOptions () |
const Options & | getOptions () const |
A class for energetic evaluators of docking results using an AMBER force field as scoring function.
Definition at line 26 of file amberEvaluation.h.
BALL::AmberEvaluation::AmberEvaluation | ( | ) |
BALL::AmberEvaluation::AmberEvaluation | ( | AmberFF & | ff | ) |
virtual BALL::AmberEvaluation::~AmberEvaluation | ( | ) | [virtual] |
const ForceField& BALL::AmberEvaluation::getForceField | ( | ) | const |
Reimplemented from BALL::ForceFieldEvaluation.
ForceField& BALL::AmberEvaluation::getForceField | ( | ) |
Reimplemented from BALL::ForceFieldEvaluation.
const Options& BALL::AmberEvaluation::getOptions | ( | ) | const |
Reimplemented from BALL::ForceFieldEvaluation.
Options& BALL::AmberEvaluation::getOptions | ( | ) |
Reimplemented from BALL::ForceFieldEvaluation.
void BALL::AmberEvaluation::setForceField | ( | ForceField & | ff | ) |
Operations
Reimplemented from BALL::ForceFieldEvaluation.
void BALL::AmberEvaluation::setOptions | ( | const Options & | options | ) |
Reimplemented from BALL::ForceFieldEvaluation.