template<unsigned int dim, typename cnt_type, typename ids_type, typename transform>
struct cid_< dim, cnt_type, ids_type, transform >
Definition at line 15 of file Cuda_cell_list_util_func.hpp.
|
static __device__ __host__ cnt_type | get_cid (openfpm::array< ids_type, 1, cnt_type > &div_c, ids_type *e) |
|
static __device__ __host__ cnt_type | get_cid (const openfpm::array< ids_type, dim, cnt_type > &div_c, const grid_key_dx< 1, cnt_type > &e) |
|
template<typename T > |
static __device__ __host__ cnt_type | get_cid (const openfpm::array< ids_type, dim, cnt_type > &div_c, const openfpm::array< T, dim, cnt_type > &spacing, const transform &t, const Point< dim, T > &p) |
|