BALL
1.4.2
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
BALL
SCORING
COMMON
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
4
#define BALL_SCORING_COMMON_LINEARBASEFUNCTION
5
6
#include <
BALL/SCORING/COMMON/baseFunction.h
>
7
8
namespace
BALL
9
{
10
13
class
LinearBaseFunction
14
:
public
ScoringBaseFunction
15
{
16
17
public
:
18
20
LinearBaseFunction
()
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
Generated by
1.8.3.1