BALL
1.4.79
|
#include <BALL/SCORING/COMPONENTS/vanDerWaalsSlick.h>
Classes | |
struct | Default |
struct | Option |
Public Types | |
enum | CalculationMethod { CALCULATION__FULL_LJ_POTENTIAL, CALCULATION__SOFTENED_LJ_POTENTIAL_SIMPLE, CALCULATION__SOFTENED_LJ_POTENTIAL_LOG } |
Protected Attributes | |
std::vector< LennardJones::Data > | non_bonded_ |
std::vector< bool > | is_hydrogen_bond_ |
Size | number_of_1_4_ |
Size | number_of_h_bonds_ |
LennardJones | lennard_jones_ |
Potential1210 | hydrogen_bond_ |
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_ |
Additional Inherited Members | |
Protected Member Functions inherited from BALL::ScoringComponent | |
double | scaleScore (double score) const |
SLICK van-der-Waals Component based on AmberNonBonded \ { Definition:} {BALL/SCORING/COMPONENTS/vanDerWaalsSlick.h}
Definition at line 18 of file vanDerWaalsSlick.h.
Definition at line 23 of file vanDerWaalsSlick.h.
BALL::VanDerWaalsSlick::VanDerWaalsSlick | ( | ) |
BALL::VanDerWaalsSlick::VanDerWaalsSlick | ( | ScoringFunction & | sf | ) |
BALL::VanDerWaalsSlick::VanDerWaalsSlick | ( | ScoringComponent & | sc | ) |
|
virtual |
|
virtual |
Reimplemented from BALL::ScoringComponent.
|
virtual |
Setup method
Reimplemented from BALL::ScoringComponent.
|
virtual |
Update this ScoringComponent using the given atom-pairs.
This function should be overloaded by all ScoringComponents
Reimplemented from BALL::ScoringComponent.
|
virtual |
Calculates and returns the component's energy.
Reimplemented from BALL::ScoringComponent.
|
protected |
Definition at line 132 of file vanDerWaalsSlick.h.
|
protected |
Definition at line 126 of file vanDerWaalsSlick.h.
|
protected |
Definition at line 131 of file vanDerWaalsSlick.h.
|
protected |
Definition at line 123 of file vanDerWaalsSlick.h.
|
protected |
Definition at line 128 of file vanDerWaalsSlick.h.
|
protected |
Definition at line 129 of file vanDerWaalsSlick.h.