|
ug4
|
#include <vector>#include "load_balancing.h"#include "common/static_assert.h"#include "lib_grid/algorithms/trees/kd_tree_static.h"#include "lib_grid/algorithms/geom_obj_util/geom_obj_util.h"Go to the source code of this file.
Namespaces | |
| namespace | ug |
| the ug namespace | |
Functions | |
| template<class TElem , class TIterator , class TAAPos > | |
| bool | ug::PartitionElements_RegularGrid (SubsetHandler &shOut, TIterator begin, TIterator end, int numCellsX, int numCellsY, int numCellsZ, TAAPos &aaPos, typename Grid::traits< TElem >::callback cbConsiderElem=ConsiderAll(), int bucketSubset=-1) |
| Partitions the elements in the grid by sorting them into a regular grid. | |