#include <buriedPolar.h>
Public Member Functions | |
Constructors and Destructors | |
BuriedPolar () throw () | |
Default constructor. | |
BuriedPolar (ScoringFunction &sf) throw () | |
Constructor. | |
BuriedPolar (const BuriedPolar &bp) throw () | |
Copy constructor. | |
virtual | ~BuriedPolar () throw () |
Destructor. | |
Assignment | |
const BuriedPolar & | operator= (const BuriedPolar &bp) throw () |
Assignment. | |
virtual void | clear () throw () |
Clear method. | |
Predicates. | |
bool | operator== (const BuriedPolar &bp) 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/COMPONENTS/buriedPolar.h}
|
Default constructor.
|
|
Constructor.
|
|
Destructor.
|
|
Calculates and returns the component's energy.
|
|
Clear method.
|
|
Assignment.
|
|
Setup method.
|