#include "gstlearn_export.hpp"
#include "geoslib_define.h"
#include "Simulation/ACalcSimulation.hpp"
#include "Simulation/SimuSphericalParam.hpp"
Classes | |
class | SimuSpherical |
Functions | |
GSTLEARN_EXPORT int | simsph (DbGrid *db, Model *model, const SimuSphericalParam &sphepar, int seed, bool verbose, const NamingConvention &namconv=NamingConvention("SimSphe")) |
GSTLEARN_EXPORT int simsph | ( | DbGrid * | db, |
Model * | model, | ||
const SimuSphericalParam & | sphepar, | ||
int | seed, | ||
bool | verbose, | ||
const NamingConvention & | namconv | ||
) |
Simulates the random function on the sphere
[in] | db | Data base containing the coordinates of target points These coordinates must be expressed in long/lat |
[in] | model | Model (defined in Euclidean space) to be used |
[in] | sphepar | SimuSphericalParam structure |
[in] | seed | Seed for random number generation |
[in] | verbose | Verbose flag |
[in] | namconv | Naming convention |