#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 |
StdMeshers::Function::Function | ( | const int | conv | ) |
|
virtual |
|
pure virtual |
Implemented in StdMeshers::FunctionExpr, StdMeshers::FunctionTable, and StdMeshers::FunctionIntegral.
Referenced by StdMeshers::buildDistribution(), and StdMeshers::FunctionIntegral::value().
|
virtual |
Reimplemented in StdMeshers::FunctionExpr, StdMeshers::FunctionTable, and StdMeshers::FunctionIntegral.
References Handle(), myConv, and OCC_CATCH_SIGNALS.
Referenced by StdMeshers::dihotomySolve(), StdMeshers::FunctionTable::integral(), StdMeshers::FunctionIntegral::value(), StdMeshers::FunctionTable::value(), and StdMeshers::FunctionExpr::value().