#include <polarSolvation.h>
Inherits BALL::ScoringComponent.
Public Types |
|
| enum |
CalculationMethod { CALCULATION__FRESNO, CALCULATION__FULL_SLICK, CALCULATION__FULL_CYCLE, CALCULATION__FULL_CYCLE_FOCUSED, CALCULATION__COULOMB, CALCULATION__EEF1 } |
| enum | AveragingMethod { AVERAGING__NONE, AVERAGING__STATIC, AVERAGING__RANDOM_FACTOR, AVERAGING__RANDOM } |
| Averaging methods for model 0 and 3.
More... |
|
Public Member Functions |
|
|
Constructors and Destructors
|
|
| PolarSolvation () | |
| Default constructor. |
|
| PolarSolvation (ScoringFunction &sf) | |
| Constructor. |
|
| PolarSolvation (const PolarSolvation &fhb) | |
| Copy constructor. |
|
| virtual | ~PolarSolvation () |
| Destructor. |
|
|
Assignment
|
|
| const PolarSolvation & | operator= (const PolarSolvation &fr) |
| Assignment. |
|
| virtual void | clear () |
| Clear method. |
|
|
Predicates.
|
|
| bool | operator== (const PolarSolvation &fr) const |
|
Setup Methods
|
|
| virtual bool | setup () |
| Setup method. |
|
|
Accessors
|
|
| virtual double | calculateScore () |
| Calculates and returns the
component's energy. |
|
Averaging methods for model 0 and 3.
1.5.8