Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

TabulatedFunction Class Reference

#include <tab_fn.H>

List of all members.

Public Methods

 TabulatedFunction (double a, double b, real_fn_t f, int res)
 TabulatedFunction (double a, double b, double vals[], int res)
void init (double a, double b, double vals[], int res)
void init (double a, double b, real_fn_t f, int res)
double map (double x) const

Protected Attributes

double _a
double _b
double _len
int _res
double _rlen
double * _tab
real_fn_t _f


Constructor & Destructor Documentation

TabulatedFunction::TabulatedFunction double    a,
double    b,
real_fn_t    f,
int    res
[inline]
 

TabulatedFunction::TabulatedFunction double    a,
double    b,
double    vals[],
int    res
[inline]
 


Member Function Documentation

void TabulatedFunction::init double    a,
double    b,
real_fn_t    f,
int    res
[inline]
 

void TabulatedFunction::init double    a,
double    b,
double    vals[],
int    res
[inline]
 

double TabulatedFunction::map double    x const [inline]
 


Member Data Documentation

double TabulatedFunction::_a [protected]
 

double TabulatedFunction::_b [protected]
 

real_fn_t TabulatedFunction::_f [protected]
 

double TabulatedFunction::_len [protected]
 

int TabulatedFunction::_res [protected]
 

double TabulatedFunction::_rlen [protected]
 

double* TabulatedFunction::_tab [protected]
 


The documentation for this class was generated from the following file:
Generated on Mon Sep 15 16:26:01 2003 for gluebase by doxygen1.2.18