Version: 9.12.0
StdMeshers_Distribution.hxx File Reference
#include "SMESH_StdMeshers.hxx"
#include <vector>
#include <math_Function.hxx>
#include <ExprIntrp_GenExp.hxx>
#include <Expr_Array1OfNamedUnknown.hxx>
#include <TColStd_Array1OfReal.hxx>
#include <smIdType.hxx>
Include dependency graph for StdMeshers_Distribution.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  StdMeshers::Function
 
class  StdMeshers::FunctionIntegral
 
class  StdMeshers::FunctionTable
 
class  StdMeshers::FunctionExpr
 

Namespaces

 StdMeshers
 StdMeshers: interfaces to standard hypotheses and algorithms.
 

Functions

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