#include "gstlearn_export.hpp"
#include "geoslib_define.h"
#include "Simulation/ACalcSimulation.hpp"
#include "Simulation/SimuBooleanParam.hpp"
#include "Boolean/ModelBoolean.hpp"
#include "Basic/AStringable.hpp"
Classes | |
class | SimuBoolean |
Functions | |
GSTLEARN_EXPORT int | simbool (Db *dbin, DbGrid *dbout, ModelBoolean *tokens, const SimuBooleanParam &boolparam=SimuBooleanParam(), int seed=432431, bool flag_simu=true, bool flag_rank=true, bool verbose=false, const NamingConvention &namconv=NamingConvention("Boolean")) |
GSTLEARN_EXPORT int simbool | ( | Db * | dbin, |
DbGrid * | dbout, | ||
ModelBoolean * | tokens, | ||
const SimuBooleanParam & | boolparam, | ||
int | seed, | ||
bool | flag_simu, | ||
bool | flag_rank, | ||
bool | verbose, | ||
const NamingConvention & | namconv | ||
) |
Performs the boolean simulation
[in] | dbin | Db structure containing the data (optional) |
[in] | dbout | DbGrid structure containing the simulated grid |
[in] | tokens | Tokens structure |
[in] | boolparam | SimuBooleanParam structure |
[in] | seed | Seed for the random number generator |
[in] | flag_simu | Store the boolean simulation |
[in] | flag_rank | Store the object rank |
[in] | verbose | 1 for a verbose output |
[in] | namconv | Naming convention |