OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
copy_sparse_to_sparse< dim, Tsrc, Tdst > Class Template Reference

Detailed Description

template<unsigned int dim, typename Tsrc, typename Tdst>
class copy_sparse_to_sparse< dim, Tsrc, Tdst >

Definition at line 91 of file SparseGrid.hpp.

Public Member Functions

 copy_sparse_to_sparse (const Tsrc &src, Tdst &dst, grid_key_dx< dim > &pos_src, grid_key_dx< dim > &pos_dst)
 
template<typename T >
void operator() (T &t) const
 It call the copy function for each property.
 

Private Attributes

const Tsrc & src
 source
 
Tdst & dst
 destination
 
grid_key_dx< dim > & pos_src
 source position
 
grid_key_dx< dim > & pos_dst
 destination position
 

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