Public Member Functions | |
| copy_prop_to_vector (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 63 of file SparseGrid.hpp.