BALL::ScoringBaseFunction Class Reference
#include <BALL/SCORING/COMMON/baseFunction.h>
List of all members.
Detailed Description
Define the interface for the base function
Member Enumeration Documentation
- Enumerator:
BASE_FUNCTION_TYPE__LINEAR |
|
BASE_FUNCTION_TYPE__FERMI |
|
Constructor & Destructor Documentation
BALL::ScoringBaseFunction::ScoringBaseFunction |
( |
|
) |
|
BALL::ScoringBaseFunction::ScoringBaseFunction |
( |
float |
lower, |
|
|
float |
upper | |
|
) |
| | |
virtual BALL::ScoringBaseFunction::~ScoringBaseFunction |
( |
|
) |
[virtual] |
Member Function Documentation
virtual float BALL::ScoringBaseFunction::calculate |
( |
float |
x |
) |
const [virtual] |
virtual void BALL::ScoringBaseFunction::setLower |
( |
float |
lower |
) |
[virtual] |
virtual void BALL::ScoringBaseFunction::setUpper |
( |
float |
upper |
) |
[virtual] |
Member Data Documentation