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

csfl::IFExponential Class Reference

#include <function.h>

Inheritance diagram for csfl::IFExponential::

csfl::IFunction csfl::ISFLObject List of all members.

Public Methods

 IFExponential (double _a, double _b, double _c=0.0)
 IFExponential (IFExponential *_f)
double GetA () const
double GetB () const
double GetC () const
double Eval (double _pos)

Private Attributes

double a
double b
double c

Detailed Description

Classe que representa uma função exponencial do tipo a*exp( b*x ) + c.


Constructor & Destructor Documentation

csfl::IFExponential::IFExponential ( double _a,
double _b,
double _c = 0.0 ) [inline]
 

Os argumentos “_a“, “_b“ e “_c“ representam os coeficientes da função exponencial.

csfl::IFExponential::IFExponential ( IFExponential * _f ) [inline]
 


Member Function Documentation

double csfl::IFExponential::Eval ( double _pos ) [inline, virtual]
 

Retorna o valor da função para um dado valor de x = _pos.

Reimplemented from csfl::IFunction.

double csfl::IFExponential::GetA ( ) const [inline]
 

Retorna o coeficiente "a" da função exponencial.

double csfl::IFExponential::GetB ( ) const [inline]
 

Retorna o coeficiente "b" da função exponencial.

double csfl::IFExponential::GetC ( ) const [inline]
 

Retorna o coeficiente "c" da função exponencial.


Member Data Documentation

double csfl::IFExponential::a [private]
 

double csfl::IFExponential::b [private]
 

double csfl::IFExponential::c [private]
 


The documentation for this class was generated from the following file:

 

CFD Project | Documents | Downloads | Contact us | Use Terms

 

© SINMEC/EMC/UFSC, 2001.

All rights reserved.

Last Update: Jan. 18, 2002

 Webmaster