BALL
1.4.79
|
#include <BALL/SCORING/COMPONENTS/polarSolvation.h>
Classes | |
struct | Default |
struct | Option |
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 polar solvation component \ { Definition:} {BALL/SCORING/COMPONENTS/polarSolvation.h}
Definition at line 16 of file polarSolvation.h.
Averaging methods for model 0 and 3
Enumerator | |
---|---|
AVERAGING__NONE |
No averaging will be done. |
AVERAGING__STATIC |
The grid of the PB solver will be translated a bit in every direction by a fixed length. |
AVERAGING__RANDOM_FACTOR |
The grid of the PB solver will be translated a bit in every direction by a randomly chosen length (not yet implemented). |
AVERAGING__RANDOM |
The grid of the PB solver will be translated a bit in every direction by different randomly chosen length (not yet implemented). |
Definition at line 53 of file polarSolvation.h.
Enumerator | |
---|---|
CALCULATION__FRESNO | |
CALCULATION__FULL_SLICK | |
CALCULATION__FULL_CYCLE | |
CALCULATION__FULL_CYCLE_FOCUSED | |
CALCULATION__COULOMB | |
CALCULATION__EEF1 |
Definition at line 22 of file polarSolvation.h.
BALL::PolarSolvation::PolarSolvation | ( | ) |
Default constructor.
BALL::PolarSolvation::PolarSolvation | ( | ScoringFunction & | sf | ) |
Constructor.
BALL::PolarSolvation::PolarSolvation | ( | const PolarSolvation & | fhb | ) |
Copy constructor
|
virtual |
Destructor.
|
virtual |
Clear method.
Reimplemented from BALL::ScoringComponent.
const PolarSolvation& BALL::PolarSolvation::operator= | ( | const PolarSolvation & | fr | ) |
Assignment.
bool BALL::PolarSolvation::operator== | ( | const PolarSolvation & | 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.