Definition at line 80 of file grid_dist_id.hpp.
Public Member Functions | |
__device__ __host__ | copy_all_prop_sparse (const e_src &block_data_src, e_dst &block_data_dst, indexT local_id) |
constructor | |
template<typename T > | |
__device__ __host__ void | operator() (T &t) const |
Data Fields | |
const e_src & | block_data_src |
encapsulated source object | |
e_dst & | block_data_dst |
indexT | local_id |
|
inline |
constructor
src | source encapsulated object |
dst | source encapsulated object |
Definition at line 94 of file grid_dist_id.hpp.
|
inline |
Definition at line 100 of file grid_dist_id.hpp.
e_dst& copy_all_prop_sparse< e_src, e_dst, indexT >::block_data_dst |
Definition at line 84 of file grid_dist_id.hpp.
const e_src& copy_all_prop_sparse< e_src, e_dst, indexT >::block_data_src |
encapsulated source object
Definition at line 83 of file grid_dist_id.hpp.
indexT copy_all_prop_sparse< e_src, e_dst, indexT >::local_id |
Definition at line 86 of file grid_dist_id.hpp.