#include <StdMeshers_Distribution.hxx>

Public Member Functions | |
| Function (const int) | |
| virtual | ~Function () |
| virtual bool | value (const double, double &) const |
| virtual double | integral (const double, const double) const =0 |
Private Attributes | |
| int | myConv |
Definition at line 41 of file StdMeshers_Distribution.hxx.
| Function::Function | ( | const int | conv | ) |
Definition at line 46 of file StdMeshers_Distribution.cxx.
: myConv( conv ) { }
| Function::~Function | ( | ) | [virtual] |
Definition at line 51 of file StdMeshers_Distribution.cxx.
{
}
| virtual double Function.integral | ( | const double | , |
| const double | |||
| ) | const [pure virtual] |
Implemented in FunctionIntegral, FunctionTable, and FunctionExpr.
Referenced by buildDistribution(), and FunctionIntegral.value().
| bool Function::value | ( | const double | , |
| double & | f | ||
| ) | const [virtual] |
Reimplemented in FunctionIntegral, FunctionTable, and FunctionExpr.
Definition at line 55 of file StdMeshers_Distribution.cxx.
References Handle(), and myConv.
Referenced by dihotomySolve().
int Function.myConv [private] |
Definition at line 50 of file StdMeshers_Distribution.hxx.
Referenced by value().