#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 | StdMeshers::buildDistribution (const Function &func, const double start, const double end, const int nbSeg, vector< double > &data, const double eps) |
|
bool | StdMeshers::buildDistribution (const TCollection_AsciiString &f, const int conv, const double start, const double end, const int nbSeg, vector< double > &data, const double eps) |
|
bool | StdMeshers::buildDistribution (const std::vector< double > &f, const int conv, const double start, const double end, const int nbSeg, vector< double > &data, const double eps) |
|