BALL
1.4.79
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
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_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::LinearBaseFunction
Definition:
linearBaseFunction.h:13
BALL::ScoringBaseFunction
Definition:
baseFunction.h:14
BALL
-*- Mode: C++; tab-width: 2; -*-
Definition:
constants.h:12
BALL_EXPORT
#define BALL_EXPORT
Definition:
COMMON/global.h:50
Generated by
1.8.8