h o m e | d o c u m e n t a t i o n | c l a s s h i e r a r c h y |
#include <AdvancedFunctions0D.h>
Inheritance diagram for DensityF0D:
Public Member Functions | |
DensityF0D (double sigma=2) | |
string | getName () const |
double | operator() (Interface0DIterator &iter) |
DensityF0D | ( | double | sigma = 2 |
) | [inline] |
Builds the functor from the gaussian sigma value.
sigma | sigma indicates the x value for which the gaussian function is 0.5. It leads to the window size value. (the larger, the smoother) |
string getName | ( | ) | const [inline, virtual] |
Returns the string "DensityF0D"
Reimplemented from UnaryFunction0D< double >.
double operator() | ( | Interface0DIterator & | iter | ) | [virtual] |
The () operator.
Reimplemented from UnaryFunction0D< double >.