Definition at line 204 of file SparseGrid.hpp.
Public Member Functions | |
copy_sparse_to_sparse_op (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 Types | |
typedef to_boost_vmpl< prp... >::type | v_prp |
Convert the packed properties into an MPL vector. | |
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 | |
|
private |
Convert the packed properties into an MPL vector.
Definition at line 219 of file SparseGrid.hpp.
|
inline |
Definition at line 223 of file SparseGrid.hpp.
|
inline |
It call the copy function for each property.
Definition at line 229 of file SparseGrid.hpp.
|
private |
destination
Definition at line 210 of file SparseGrid.hpp.
|
private |
destination position
Definition at line 216 of file SparseGrid.hpp.
|
private |
source position
Definition at line 213 of file SparseGrid.hpp.
|
private |
source
Definition at line 207 of file SparseGrid.hpp.