BALL 1.5.0
linearBaseFunction.h
Go to the documentation of this file.
1// $Id: linearBaseFunction.h,v 1.1 2005/11/21 19:27:03 anker Exp $
2
3#ifndef BALL_SCORING_COMMON_LINEARBASEFUNCTION_H
4#define BALL_SCORING_COMMON_LINEARBASEFUNCTION_H
5
7
8namespace BALL
9{
10
14 : public ScoringBaseFunction
15 {
16
17 public:
18
21 ;
22
27 LinearBaseFunction(float lower, float upper)
28 ;
29
31 float calculate(float x) const
32 ;
33
35 float calculate(float x, float lower, float upper)
36 ;
37
38 };
39
40}
41
42#endif // BALL_SCORING_COMMON_LINEARBASEFUNCTION_H
Definition: constants.h:13
float calculate(float x, float lower, float upper)
float calculate(float x) const
LinearBaseFunction(float lower, float upper)
#define BALL_EXPORT
Definition: COMMON/global.h:50