OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
copy_all_prop_sparse< e_src, e_dst, indexT > Struct Template Reference

Detailed Description

template<typename e_src, typename e_dst, typename indexT>
struct copy_all_prop_sparse< e_src, e_dst, indexT >

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
 

Constructor & Destructor Documentation

◆ copy_all_prop_sparse()

template<typename e_src , typename e_dst , typename indexT >
__device__ __host__ copy_all_prop_sparse< e_src, e_dst, indexT >::copy_all_prop_sparse ( const e_src &  block_data_src,
e_dst &  block_data_dst,
indexT  local_id 
)
inline

constructor

Parameters
srcsource encapsulated object
dstsource encapsulated object

Definition at line 94 of file grid_dist_id.hpp.

Member Function Documentation

◆ operator()()

template<typename e_src , typename e_dst , typename indexT >
template<typename T >
__device__ __host__ void copy_all_prop_sparse< e_src, e_dst, indexT >::operator() ( T &  t) const
inline

Definition at line 100 of file grid_dist_id.hpp.

Field Documentation

◆ block_data_dst

template<typename e_src , typename e_dst , typename indexT >
e_dst& copy_all_prop_sparse< e_src, e_dst, indexT >::block_data_dst

Definition at line 84 of file grid_dist_id.hpp.

◆ block_data_src

template<typename e_src , typename e_dst , typename indexT >
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.

◆ local_id

template<typename e_src , typename e_dst , typename indexT >
indexT copy_all_prop_sparse< e_src, e_dst, indexT >::local_id

Definition at line 86 of file grid_dist_id.hpp.


The documentation for this struct was generated from the following file: