#include "SMESH_StdMeshers.hxx"
#include <vector>
#include <math_Function.hxx>
#include <ExprIntrp_GenExp.hxx>
#include <Expr_Array1OfNamedUnknown.hxx>
#include <TColStd_Array1OfReal.hxx>
Go to the source code of this file.
|
bool | buildDistribution (const Function &f, const double start, const double end, const int nbSeg, std::vector< double > &data, const double eps) |
|
bool | buildDistribution (const TCollection_AsciiString &f, const int conv, const double start, const double end, const int nbSeg, std::vector< double > &data, const double eps) |
|
bool | buildDistribution (const std::vector< double > &f, const int conv, const double start, const double end, const int nbSeg, std::vector< double > &data, const double eps) |
|
◆ buildDistribution() [1/3]
bool buildDistribution |
( |
const Function & |
f, |
|
|
const double |
start, |
|
|
const double |
end, |
|
|
const int |
nbSeg, |
|
|
std::vector< double > & |
data, |
|
|
const double |
eps |
|
) |
| |
◆ buildDistribution() [2/3]
bool buildDistribution |
( |
const TCollection_AsciiString & |
f, |
|
|
const int |
conv, |
|
|
const double |
start, |
|
|
const double |
end, |
|
|
const int |
nbSeg, |
|
|
std::vector< double > & |
data, |
|
|
const double |
eps |
|
) |
| |
◆ buildDistribution() [3/3]
bool buildDistribution |
( |
const std::vector< double > & |
f, |
|
|
const int |
conv, |
|
|
const double |
start, |
|
|
const double |
end, |
|
|
const int |
nbSeg, |
|
|
std::vector< double > & |
data, |
|
|
const double |
eps |
|
) |
| |