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 | |