|
| | CalcSimuPGS (Id nbsimu=0, Id nbtuba=100, Id gibbsNBurn=10, Id gibbsNIter=100, double percent=5.0, Id seed=43234, bool verbose=false) |
| |
| | CalcSimuPGS (const CalcSimuPGS &r)=delete |
| |
| CalcSimuPGS & | operator= (const CalcSimuPGS &r)=delete |
| |
| virtual | ~CalcSimuPGS ()=default |
| |
| void | setFlagGaus (bool flag) |
| |
| void | setFlagProp (bool flag) |
| |
| void | setFlagCheck (bool flag) |
| |
| void | setFlagShow (bool flag) |
| |
| void | setNbTuba (Id nbtuba) |
| |
| void | setGibbsNBurn (Id gibbsNBurn) |
| |
| void | setGibbsNIter (Id gibbsNIter) |
| |
| void | setPercent (double percent) |
| |
| void | setRuleProp (RuleProp *ruleprop) |
| |
| void | setModel (Id ipgs, Id igrf, Model *model) |
| |
| | ACalcSimulation (Id nbsimu=1, Id seed=4324324, bool verbose=false) |
| |
| | ACalcSimulation (const ACalcSimulation &r)=delete |
| |
| ACalcSimulation & | operator= (const ACalcSimulation &r)=delete |
| |
| virtual | ~ACalcSimulation () |
| |
| bool | isConditional () const |
| |
| Id | getSeed () const |
| |
| Id | getNbSimu () const |
| |
| Id | getNVar () const |
| |
| void | setShift (Id shift) |
| |
| void | setSeed (Id seed) |
| |
| void | setNbSimu (Id nbsimu) |
| |
| Id | getSeedPerSimu (Id isimu) const |
| |
| | ACalcInterpolator (bool verbose=false) |
| |
| | ACalcInterpolator (const ACalcInterpolator &r)=delete |
| |
| ACalcInterpolator & | operator= (const ACalcInterpolator &r)=delete |
| |
| virtual | ~ACalcInterpolator () |
| |
| void | setModelGeneric (ModelGeneric *modelGeneric) |
| |
| void | setNeigh (ANeigh *neigh) |
| |
| void | setKrigopt (const KrigOpt &krigopt) |
| |
| ModelGeneric * | getModelGeneric () const |
| |
| ANeigh * | getNeigh () const |
| |
| const KrigOpt & | getKrigopt () const |
| |
| bool | hasModelGeneric (bool verbose=true) const |
| |
| bool | hasNeigh (bool verbose=true) const |
| |
| | ACalcDbToDb (bool mustShareSameSpaceDimension=true, bool verbose=false) |
| |
| | ACalcDbToDb (const ACalcDbToDb &r)=delete |
| |
| ACalcDbToDb & | operator= (const ACalcDbToDb &r)=delete |
| |
| virtual | ~ACalcDbToDb () |
| |
| void | setDbin (Db *dbin) |
| |
| void | setDbout (Db *dbout) |
| |
| void | setNamingConvention (const NamingConvention &namconv) |
| |
| void | setMustShareSpaceDimension (bool mustShareSpaceDimension) |
| |
| Db * | getDbin () const |
| |
| Db * | getDbout () const |
| |
| DbGrid * | getGridin () const |
| |
| DbGrid * | getGridout () const |
| |
| const NamingConvention & | getNamingConvention () const |
| |
| bool | hasDbin (bool verbose=true) const |
| |
| bool | hasDbout (bool verbose=true) const |
| |
| bool | isGridIn (bool verbose=true) const |
| |
| bool | isGridOut (bool verbose=true) const |
| |
| | ACalculator (bool verbose=false) |
| |
| | ACalculator (const ACalculator &r)=delete |
| |
| ACalculator & | operator= (const ACalculator &r)=delete |
| |
| virtual | ~ACalculator () |
| |
| bool | run () |
| |
| bool | getVerbose () const |
| |
| void | setVerbose (bool verbose) |
| |