Main Page   Namespace List   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

GeneralFunctions Class Reference

#include <GeneralFunctions.h>

List of all members.

Public Methods

 GeneralFunctions ()
virtual ~GeneralFunctions ()
double interpolate (TGraph *aGraph, float reqTime)
double interpolate (double *times, double *values, int n, float reqTime)


Constructor & Destructor Documentation

GeneralFunctions::GeneralFunctions   [inline]
 

Constructer

virtual GeneralFunctions::~GeneralFunctions   [inline, virtual]
 

Destructer


Member Function Documentation

double GeneralFunctions::interpolate double *    times,
double *    values,
int    n,
float    reqTime
 

Interpolation function.

Parameters:
times  array of times.
values  array of values.
n  number of values.
reqTime  required time.
Returns:
the estimated value.

double GeneralFunctions::interpolate TGraph *    aGraph,
float    reqTime
 

Interpolation function.

Parameters:
aGraph  input TGraph.
reqTime  required time.
Returns:
the estimated value.


The documentation for this class was generated from the following files:
Generated on Tue Apr 27 09:37:59 2004 for Laser Ana by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002