#include <buriedPolar.h>
Inherits BALL::ScoringComponent.
Classes |
|
struct | Default |
Default values for
SLICK options. More... |
|
struct | Option |
Option names. More... |
|
Public Member Functions |
|
Constructors and Destructors
|
|
BuriedPolar () | |
Default
constructor. |
|
BuriedPolar (ScoringFunction &sf) | |
Constructor. |
|
BuriedPolar (const BuriedPolar &bp) | |
Copy constructor. |
|
virtual | ~BuriedPolar () |
Destructor. |
|
Assignment
|
|
const BuriedPolar & | operator= (const BuriedPolar &bp) |
Assignment. |
|
virtual void | clear () |
Clear method. |
|
Predicates.
|
|
bool | operator== (const BuriedPolar &bp) const |
Setup Methods
|
|
virtual bool | setup () |
Setup method. |
|
Accessors
|
|
virtual double | calculateScore () |
Calculates and returns the
component's energy. |
{ Definition:} {BALL/SCORING/COMPONENTS/buriedPolar.h}