|
BALL
1.4.2
|
#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 } |
Public Member Functions | |
Constructors and Destructors | |
| NonpolarSolvation () | |
| NonpolarSolvation (ScoringFunction &sf) | |
| NonpolarSolvation (const NonpolarSolvation &fhb) | |
| virtual | ~NonpolarSolvation () |
Assignment | |
| const NonpolarSolvation & | operator= (const NonpolarSolvation &fr) |
| virtual void | clear () |
Predicates. | |
| bool | operator== (const NonpolarSolvation &fr) const |
Setup Methods | |
| virtual bool | setup () |
Accessors | |
| virtual double | calculateScore () |
Public Member Functions inherited from BALL::ScoringComponent | |
| ScoringComponent () | |
| ScoringComponent (const ScoringComponent &sc) | |
| ScoringComponent (ScoringFunction &sf) | |
| virtual | ~ScoringComponent () |
| ScoringFunction * | getScoringFunction () const |
| void | setScoringFunction (ScoringFunction &sf) |
| String | getName () const |
| void | setName (const String &name) |
| virtual double | getScore () const |
Additional Inherited Members | |
Protected Attributes inherited from BALL::ScoringComponent | |
| ScoringFunction * | scoring_function_ |
| double | score_ |
SLICK nonpolar solvation component. { Definition:} {BALL/SORING/COMMON/nonpolarSolvation.h}
Definition at line 18 of file nonpolarSolvation.h.
| Enumerator | |
|---|---|
| CALCULATION__NONE | |
| CALCULATION__UHLIG | |
| CALCULATION__PCM | |
| CALCULATION__VDW_SOLVENT | |
| CALCULATION__VDW_INTERACTION | |
Definition at line 26 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 |
Calculates and returns the component's energy.
Reimplemented from BALL::ScoringComponent.
|
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.
|
private |
Definition at line 289 of file nonpolarSolvation.h.
|
private |
Definition at line 269 of file nonpolarSolvation.h.
|
private |
Definition at line 253 of file nonpolarSolvation.h.
|
private |
Definition at line 281 of file nonpolarSolvation.h.
|
private |
Definition at line 265 of file nonpolarSolvation.h.
|
private |
Definition at line 249 of file nonpolarSolvation.h.
|
private |
Definition at line 297 of file nonpolarSolvation.h.
|
private |
Definition at line 273 of file nonpolarSolvation.h.
|
private |
Definition at line 257 of file nonpolarSolvation.h.
|
private |
Definition at line 245 of file nonpolarSolvation.h.
|
private |
Definition at line 285 of file nonpolarSolvation.h.
|
private |
Definition at line 277 of file nonpolarSolvation.h.
|
private |
Definition at line 293 of file nonpolarSolvation.h.
|
private |
Definition at line 301 of file nonpolarSolvation.h.
|
private |
Definition at line 261 of file nonpolarSolvation.h.
1.8.3.1