#include <nonpolarSolvation.h>
Public Types | |
enum | CalculationMethod { CALCULATION__NONE, CALCULATION__UHLIG, CALCULATION__PCM, CALCULATION__VDW_SOLVENT, CALCULATION__VDW_INTERACTION } |
Public Member Functions | |
Constructors and Destructors | |
NonpolarSolvation () throw () | |
Default constructor. | |
NonpolarSolvation (ScoringFunction &sf) throw () | |
Constructor. | |
NonpolarSolvation (const NonpolarSolvation &fhb) throw () | |
Copy constructor. | |
virtual | ~NonpolarSolvation () throw () |
Destructor. | |
Assignment | |
const NonpolarSolvation & | operator= (const NonpolarSolvation &fr) throw () |
Assignment. | |
virtual void | clear () throw () |
Clear method. | |
Predicates. | |
bool | operator== (const NonpolarSolvation &fr) const throw () |
Setup Methods | |
virtual bool | setup () throw () |
Setup method. | |
Accessors | |
virtual double | calculateScore () throw () |
Calculates and returns the component's energy. |
{ Definition:} {BALL/SORING/COMMON/nonpolarSolvation.h}
|
Default constructor.
|
|
Constructor.
|
|
Destructor.
|
|
Calculates and returns the component's energy.
|
|
Clear method.
|
|
Assignment.
|
|
Setup method.
|