#include <BALL/SCORING/COMMON/scoringComponent.h>
Detailed Description
Definition at line 14 of file scoringComponent.h.
Constructor & Destructor Documentation
BALL::ScoringComponent::ScoringComponent |
( |
| ) |
|
virtual BALL::ScoringComponent::~ScoringComponent |
( |
| ) |
|
|
virtual |
Member Function Documentation
virtual double BALL::ScoringComponent::calculateScore |
( |
| ) |
|
|
virtual |
virtual void BALL::ScoringComponent::clear |
( |
| ) |
|
|
virtual |
String BALL::ScoringComponent::getName |
( |
| ) |
const |
virtual double BALL::ScoringComponent::getScore |
( |
| ) |
const |
|
virtual |
void BALL::ScoringComponent::setName |
( |
const String & |
name | ) |
|
virtual bool BALL::ScoringComponent::setup |
( |
| ) |
|
|
virtual |
Member Data Documentation
String BALL::ScoringComponent::name_ |
|
private |
double BALL::ScoringComponent::score_ |
|
protected |