Definition at line 57 of file CellList_gpu_ker.cuh.
Public Member Functions | |
__device__ __host__ void | init_impl (const grid_key_dx< dim, ids_type > &cell_pos, const openfpm::array< ids_type, dim, cnt_type > &div_c) |
__device__ __host__ void | SelectValid_impl (const openfpm::array< ids_type, dim, cnt_type > &div_c) |
__device__ __host__ bool | isNext_impl () |
Data Fields | |
grid_key_dx< dim, ids_type > | cell_act |
grid_key_dx< dim, ids_type > | cell_start |
grid_key_dx< dim, ids_type > | cell_stop |
cnt_type | c_id |
|
inline |
Definition at line 66 of file CellList_gpu_ker.cuh.
|
inline |
Definition at line 106 of file CellList_gpu_ker.cuh.
|
inline |
check the overflow of all the index with exception of the last dimensionality
Definition at line 78 of file CellList_gpu_ker.cuh.
cnt_type NN_gpu_int_base_hr_impl< dim, r_int, pr_int, ids_type, cnt_type >::c_id |
Definition at line 64 of file CellList_gpu_ker.cuh.
grid_key_dx<dim,ids_type> NN_gpu_int_base_hr_impl< dim, r_int, pr_int, ids_type, cnt_type >::cell_act |
Definition at line 59 of file CellList_gpu_ker.cuh.
grid_key_dx<dim,ids_type> NN_gpu_int_base_hr_impl< dim, r_int, pr_int, ids_type, cnt_type >::cell_start |
Definition at line 61 of file CellList_gpu_ker.cuh.
grid_key_dx<dim,ids_type> NN_gpu_int_base_hr_impl< dim, r_int, pr_int, ids_type, cnt_type >::cell_stop |
Definition at line 62 of file CellList_gpu_ker.cuh.