BALL
1.4.79
|
#include <BALL/SCORING/COMPONENTS/vanDerWaals.h>
Additional Inherited Members | |
Protected Member Functions inherited from BALL::ScoringComponent | |
double | scaleScore (double score) const |
Protected Attributes inherited from BALL::ScoringComponent | |
bool | ligand_intra_molecular_ |
bool | gridable_ |
bool | atom_pairwise_ |
ScoringFunction * | scoring_function_ |
ScoringBaseFunction * | base_function_ |
double | score_ |
double | coefficient_ |
double | stddev_ |
double | mean_ |
bool | enabled_ |
String | type_name_ |
Definition at line 16 of file vanDerWaals.h.
BALL::VanDerWaals::VanDerWaals | ( | Options & | options, |
ForceFieldParameters & | forcefield_parameters | ||
) |
BALL::VanDerWaals::VanDerWaals | ( | Electrostatic * | es | ) |
BALL::VanDerWaals::~VanDerWaals | ( | ) |
AmberNonBonded* BALL::VanDerWaals::getAmberNonBonded | ( | ) |
Update this ScoringComponent using the given atom-pairs.
This function should be overloaded by all ScoringComponents
Reimplemented from BALL::ScoringComponent.
|
virtual |
Calculate the score for this component (for all interactions that have been set by the last call of update()) and return the score.
The coefficient assigned by the user to this component should be taken into account for the calculation, so that the weighted score is returned.
Reimplemented from BALL::ScoringComponent.