#include "Boolean/AShape.hpp"#include "Db/DbGrid.hpp"#include "Db/Db.hpp"#include "Simulation/ACalcSimulation.hpp"#include "Simulation/SimuBoolean.hpp"#include "Simulation/BooleanObject.hpp"#include "Simulation/SimuBooleanParam.hpp"#include "Basic/Law.hpp"#include "Basic/VectorHelper.hpp"#include <math.h>Functions | |
| int | simbool (Db *dbin, DbGrid *dbout, ModelBoolean *tokens, const SimuBooleanParam &boolparam, int seed, bool flag_simu, bool flag_rank, bool verbose, const NamingConvention &namconv) |
| 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 |