BALL  1.4.79
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
8 namespace 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
#define BALL_EXPORT
Definition: COMMON/global.h:50