#include <lipophilic.h>
Public Member Functions | |
Constructors and Destructors | |
| Lipophilic () throw () | |
| Default constructor. | |
| Lipophilic (ScoringFunction &sf) throw () | |
| Constructor. | |
| Lipophilic (const Lipophilic &li) throw () | |
| Copy constructor. | |
| virtual | ~Lipophilic () throw () |
| Destructor. | |
Assignment | |
| const Lipophilic & | operator= (const Lipophilic &li) throw () |
| Assignment. | |
| virtual void | clear () throw () |
| Clear method. | |
Predicates. | |
| bool | operator== (const Lipophilic &li) const throw () |
Setup Methods | |
| virtual bool | setup () throw () |
| Setup method. | |
Accessors | |
| virtual double | calculateScore () throw () |
| Calculates and returns the component's energy. | |
{ Definition:} {BALL/SCORING/COMMON/scoringComponent.h}
|
|
Default constructor.
|
|
|
Constructor.
|
|
|
Destructor.
|
|
|
Calculates and returns the component's energy.
|
|
|
Clear method.
|
|
|
Assignment.
|
|
|
Setup method.
|