BALL
1.5.0
Loading...
Searching...
No Matches
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_H
4
#define BALL_SCORING_COMMON_LINEARBASEFUNCTION_H
5
6
#include <
BALL/SCORING/COMMON/baseFunction.h
>
7
8
namespace
BALL
9
{
10
13
class
BALL_EXPORT
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_H
baseFunction.h
BALL
Definition
constants.h:13
BALL::ScoringBaseFunction
Definition
baseFunction.h:15
BALL::LinearBaseFunction
Definition
linearBaseFunction.h:15
BALL::LinearBaseFunction::calculate
float calculate(float x, float lower, float upper)
BALL::LinearBaseFunction::calculate
float calculate(float x) const
BALL::LinearBaseFunction::LinearBaseFunction
LinearBaseFunction(float lower, float upper)
BALL::LinearBaseFunction::LinearBaseFunction
LinearBaseFunction()
BALL_EXPORT
#define BALL_EXPORT
Definition
COMMON/global.h:50
Generated by
1.12.0