|
BALL
1.4.79
|
#include <BALL/SCORING/COMPONENTS/nonpolarSolvation.h>
Classes | |
| struct | Default |
| struct | Option |
Public Types | |
| enum | CalculationMethod { CALCULATION__NONE, CALCULATION__UHLIG, CALCULATION__PCM, CALCULATION__VDW_SOLVENT, CALCULATION__VDW_INTERACTION } |
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_ |
SLICK nonpolar solvation component. { Definition:} {BALL/SORING/COMMON/nonpolarSolvation.h}
Definition at line 17 of file nonpolarSolvation.h.
| Enumerator | |
|---|---|
| CALCULATION__NONE | |
| CALCULATION__UHLIG | |
| CALCULATION__PCM | |
| CALCULATION__VDW_SOLVENT | |
| CALCULATION__VDW_INTERACTION | |
Definition at line 23 of file nonpolarSolvation.h.
| BALL::NonpolarSolvation::NonpolarSolvation | ( | ) |
Default constructor.
| BALL::NonpolarSolvation::NonpolarSolvation | ( | ScoringFunction & | sf | ) |
Constructor.
| BALL::NonpolarSolvation::NonpolarSolvation | ( | const NonpolarSolvation & | fhb | ) |
Copy constructor
|
virtual |
Destructor.
|
virtual |
Clear method.
Reimplemented from BALL::ScoringComponent.
| const NonpolarSolvation& BALL::NonpolarSolvation::operator= | ( | const NonpolarSolvation & | fr | ) |
Assignment.
| bool BALL::NonpolarSolvation::operator== | ( | const NonpolarSolvation & | fr | ) | const |
|
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.
1.8.7