BALL
1.4.2
|
#include <BALL/STRUCTURE/DOCKING/forceFieldEvaluation.h>
Public Member Functions | |
ForceFieldEvaluation () | |
Default constructor. More... | |
ForceFieldEvaluation (ForceField &ff) | |
virtual | ~ForceFieldEvaluation () |
void | setForceField (ForceField &ff) |
void | setOptions (const Options &options) |
ForceField & | getForceField () |
const ForceField & | getForceField () const |
Options & | getOptions () |
const Options & | getOptions () const |
virtual std::vector < ConformationSet::Conformation > | operator() (ConformationSet &conformations) throw (Exception::TooManyErrors) |
Public Member Functions inherited from BALL::EnergeticEvaluation | |
EnergeticEvaluation () | |
virtual | ~EnergeticEvaluation () |
Protected Attributes | |
ForceField * | ff_ |
Options | options_ |
bool | delete_force_field_ |
Base class for energetic evaluators of docking results using a force field as scoring function.
Definition at line 21 of file forceFieldEvaluation.h.
BALL::ForceFieldEvaluation::ForceFieldEvaluation | ( | ) |
Default constructor.
BALL::ForceFieldEvaluation::ForceFieldEvaluation | ( | ForceField & | ff | ) |
|
virtual |
ForceField& BALL::ForceFieldEvaluation::getForceField | ( | ) |
const ForceField& BALL::ForceFieldEvaluation::getForceField | ( | ) | const |
Options& BALL::ForceFieldEvaluation::getOptions | ( | ) |
const Options& BALL::ForceFieldEvaluation::getOptions | ( | ) | const |
|
virtual |
Operations
Reimplemented from BALL::EnergeticEvaluation.
void BALL::ForceFieldEvaluation::setForceField | ( | ForceField & | ff | ) |
Operations
void BALL::ForceFieldEvaluation::setOptions | ( | const Options & | options | ) |
|
protected |
Definition at line 71 of file forceFieldEvaluation.h.
|
protected |
Definition at line 69 of file forceFieldEvaluation.h.
|
protected |
Definition at line 70 of file forceFieldEvaluation.h.