CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
funct::DefIntegral< F, MIN, MAX, Integrator, no_var > Struct Template Reference

#include <Integral.h>

Public Member Functions

 DefIntegral (const F &f, const MIN &min, const MAX &max, const Integrator &integrator)
 
double operator() (double x) const
 

Private Attributes

F f_
 
Integrator integrator_
 
MAX max_
 
MIN min_
 

Detailed Description

template<typename F, typename MIN, typename MAX, typename Integrator>
struct funct::DefIntegral< F, MIN, MAX, Integrator, no_var >

Definition at line 136 of file Integral.h.

Constructor & Destructor Documentation

template<typename F , typename MIN , typename MAX , typename Integrator >
funct::DefIntegral< F, MIN, MAX, Integrator, no_var >::DefIntegral ( const F f,
const MIN &  min,
const MAX &  max,
const Integrator &  integrator 
)
inline

Definition at line 137 of file Integral.h.

Member Function Documentation

template<typename F , typename MIN , typename MAX , typename Integrator >
double funct::DefIntegral< F, MIN, MAX, Integrator, no_var >::operator() ( double  x) const
inline

Member Data Documentation

template<typename F , typename MIN , typename MAX , typename Integrator >
F funct::DefIntegral< F, MIN, MAX, Integrator, no_var >::f_
private

Definition at line 143 of file Integral.h.

template<typename F , typename MIN , typename MAX , typename Integrator >
Integrator funct::DefIntegral< F, MIN, MAX, Integrator, no_var >::integrator_
private

Definition at line 146 of file Integral.h.

template<typename F , typename MIN , typename MAX , typename Integrator >
MAX funct::DefIntegral< F, MIN, MAX, Integrator, no_var >::max_
private

Definition at line 145 of file Integral.h.

template<typename F , typename MIN , typename MAX , typename Integrator >
MIN funct::DefIntegral< F, MIN, MAX, Integrator, no_var >::min_
private

Definition at line 144 of file Integral.h.