#include "gstlearn_export.hpp"#include "geoslib_define.h"#include "Basic/Plane.hpp"#include "Simulation/ACalcSimulation.hpp"#include "Simulation/SimuPartitionParam.hpp"Classes | |
| struct | Stack |
| class | CalcSimuPartition |
Functions | |
| GSTLEARN_EXPORT int | tessellation_voronoi (DbGrid *dbgrid, Model *model, const SimuPartitionParam &parparam, int seed=43243, int verbose=false, const NamingConvention &namconv=NamingConvention("Voronoi")) |
| GSTLEARN_EXPORT int | tessellation_poisson (DbGrid *dbgrid, Model *model, const SimuPartitionParam &parparam, int seed=432432, int verbose=false, const NamingConvention &namconv=NamingConvention("Poisson")) |
| GSTLEARN_EXPORT int tessellation_poisson | ( | DbGrid * | dbgrid, |
| Model * | model, | ||
| const SimuPartitionParam & | parparam, | ||
| int | seed = 432432, |
||
| int | verbose = false, |
||
| const NamingConvention & | namconv = NamingConvention("Poisson") |
||
| ) |
| GSTLEARN_EXPORT int tessellation_voronoi | ( | DbGrid * | dbgrid, |
| Model * | model, | ||
| const SimuPartitionParam & | parparam, | ||
| int | seed = 43243, |
||
| int | verbose = false, |
||
| const NamingConvention & | namconv = NamingConvention("Voronoi") |
||
| ) |