#include <polarSolvation.h>
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 () throw () | |
| Default constructor. | |
| PolarSolvation (ScoringFunction &sf) throw () | |
| Constructor. | |
| PolarSolvation (const PolarSolvation &fhb) throw () | |
| Copy constructor. | |
| virtual | ~PolarSolvation () throw () |
| Destructor. | |
Assignment | |
| const PolarSolvation & | operator= (const PolarSolvation &fr) throw () |
| Assignment. | |
| virtual void | clear () throw () |
| Clear method. | |
Predicates. | |
| bool | operator== (const PolarSolvation &fr) const throw () |
Setup Methods | |
| virtual bool | setup () throw () |
| Setup method. | |
Accessors | |
| virtual double | calculateScore () throw () |
| Calculates and returns the component's energy. | |
|
|
|
Default constructor.
|
|
|
Constructor.
|
|
|
Destructor.
|
|
|
Calculates and returns the component's energy.
|
|
|
Clear method.
|
|
|
Assignment.
|
|
|
Setup method.
|