Public Member Functions | |
| copy_bck (Tsrc &src, Tdst &dst, size_t pos) | |
| template<typename T > | |
| void | operator() (T &t) const |
| It call the copy function for each property. | |
Private Attributes | |
| Tsrc & | src |
| source | |
| Tdst & | dst |
| destination | |
| size_t | pos |
Definition at line 35 of file SparseGrid.hpp.