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 | |
|
inline |
Definition at line 107 of file SparseGrid.hpp.
|
inline |
It call the copy function for each property.
Definition at line 113 of file SparseGrid.hpp.
|
private |
destination
Definition at line 97 of file SparseGrid.hpp.
|
private |
destination position
Definition at line 103 of file SparseGrid.hpp.
|
private |
source position
Definition at line 100 of file SparseGrid.hpp.
|
private |
source
Definition at line 94 of file SparseGrid.hpp.