template<unsigned int dim, typename T, typename loc_wg = openfpm::vector<float>, typename loc_pos = openfpm::vector<Point<dim,T>>, typename
Box = Box<dim,T>, template< typename, typename > class Tree = Graph_CSR_s>
class ORB< dim, T, loc_wg, loc_pos, Box, Tree >
This class implement orthogonal recursive bisection.
- Template Parameters
-
dim | Dimensionality of the ORB |
T | type of the space |
loc_wg | type of structure that store the local weight of particles |
loc_pos | type of structure that store the local position of particles |
Box | type of structure that contain the domain extension |
Tree | type of structure that store the tree structure |
Definition at line 98 of file ORB.hpp.