Gaudi Framework, version v25r0
Home
Generated: Mon Feb 17 2014
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
GaudiGSL
src
Lib
Adapters.cpp
Go to the documentation of this file.
1
// $Id: Adapters.cpp,v 1.1 2004/03/28 18:50:36 mato Exp $
2
// ============================================================================
3
// Include files
4
// ============================================================================
5
// STD & STL
6
// ============================================================================
7
#include <
iostream
>
8
// ============================================================================
9
// AIDA
10
// ============================================================================
11
#include "AIDA/IFunction.h"
12
// ============================================================================
13
// local
14
// ============================================================================
15
#include "
GaudiMath/Adapters.h
"
16
// ============================================================================
17
24
namespace
GaudiMath
25
{
26
27
AIDAFunction
adapter
28
(
const
AIDA::IFunction&
function
)
29
{
return
AIDAFunction
(
function
) ; }
30
31
Function2D
adapter
32
(
Function2D::Function
function
)
33
{
return
Function2D
(
function
) ; }
34
35
Function3D
adapter
36
(
Function3D::Function
function
)
37
{
return
Function3D
(
function
) ; }
38
39
SimpleFunction
adapter
40
(
SimpleFunction::Function1
function
)
41
{
return
SimpleFunction
(
function
) ; }
42
43
SimpleFunction
adapter
44
(
const
size_t
dim ,
45
SimpleFunction::Function2
function
)
46
{
return
SimpleFunction
(
function
, dim ) ; }
47
48
SimpleFunction
adapter
49
(
const
size_t
dim ,
50
SimpleFunction::Function3
function
)
51
{
return
SimpleFunction
(
function
, dim ) ; }
52
53
GSLFunctionWithMode
adapter
54
(
GSLFunctionWithMode::Function
function
,
55
const
gsl_mode_t& mode )
56
{
return
GSLFunctionWithMode
(
function
, mode ) ; }
57
58
GSLFunctionWithError
adapter
59
(
GSLFunctionWithError::Function
function
)
60
{
return
GSLFunctionWithError
(
function
) ; }
61
62
GSLFunctionWithModeAndError
adapter
63
(
GSLFunctionWithModeAndError::Function
function
,
64
const
gsl_mode_t& mode )
65
{
return
GSLFunctionWithModeAndError
(
function
, mode ) ; }
66
67
68
}
// end of namespace GaudiMath
69
// ============================================================================
70
// The END
71
// ============================================================================
Generated at Mon Feb 17 2014 14:37:41 for Gaudi Framework, version v25r0 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004