Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members

BuriedPolar Class Reference

Fresno buried polar component. More...

#include <buriedPolar.h>

List of all members.

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 BuriedPolaroperator= (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.


Detailed Description

Fresno buried polar component.

{ Definition:} {BALL/SCORING/COMPONENTS/buriedPolar.h}


Constructor & Destructor Documentation

BuriedPolar::BuriedPolar  )  throw ()
 

Default constructor.

BuriedPolar::BuriedPolar ScoringFunction &  sf  )  throw ()
 

Constructor.

virtual BuriedPolar::~BuriedPolar  )  throw () [virtual]
 

Destructor.


Member Function Documentation

virtual double BuriedPolar::calculateScore  )  throw () [virtual]
 

Calculates and returns the component's energy.

virtual void BuriedPolar::clear  )  throw () [virtual]
 

Clear method.

const BuriedPolar& BuriedPolar::operator= const BuriedPolar bp  )  throw ()
 

Assignment.

virtual bool BuriedPolar::setup  )  throw () [virtual]
 

Setup method.