Public Member Functions | |
| copy_sparse_to_sparse_bb (const Tsrc &src, Tdst &dst, short int pos_id_src, short int pos_id_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 | |
| short int | pos_id_src |
| source position | |
| short int | pos_id_dst |
| destination position | |
Definition at line 168 of file SparseGrid.hpp.