#include <CalcSimuPostPropByLayer.hpp>
Public Member Functions | |
CalcSimuPostPropByLayer () | |
CalcSimuPostPropByLayer (const CalcSimuPostPropByLayer &r)=delete | |
CalcSimuPostPropByLayer & | operator= (const CalcSimuPostPropByLayer &r)=delete |
virtual | ~CalcSimuPostPropByLayer () |
void | setFlagTopToBase (bool topToBase) |
Public Member Functions inherited from CalcSimuPost | |
CalcSimuPost () | |
CalcSimuPost (const CalcSimuPost &r)=delete | |
CalcSimuPost & | operator= (const CalcSimuPost &r)=delete |
virtual | ~CalcSimuPost () |
void | setNames (VectorString names) |
void | setNfact (VectorInt nfact) |
void | setUpscale (const EPostUpscale &upscale) |
void | setVerbose (bool verbose) |
void | setFlagMatch (bool match) |
void | setFlagUpscale (bool flagUpscale) |
void | setStats (std::vector< EPostStat > stats) |
void | setCheckTargets (const VectorInt &ranks) |
void | setCheckLevel (int level) |
Public Member Functions inherited from ACalcDbToDb | |
ACalcDbToDb (bool mustShareSameSpaceDimension=true) | |
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 |
bool | hasDbin (bool verbose=true) const |
bool | hasDbout (bool verbose=true) const |
bool | isGridIn (bool verbose=true) const |
bool | isGridOut (bool verbose=true) const |
Public Member Functions inherited from ACalculator | |
ACalculator () | |
ACalculator (const ACalculator &r)=delete | |
ACalculator & | operator= (const ACalculator &r)=delete |
virtual | ~ACalculator () |
bool | run () |
This particular Multivariate Simulation post_processing considers each simulated variable as a thickness of ordered layers (define in R_N). For each cell of the output grid (defined in R_{N+1}, we calculate the proportion of each layer within the cell
CalcSimuPostPropByLayer::CalcSimuPostPropByLayer | ( | ) |
|
delete |
|
virtual |
|
delete |
|
inline |