Definition at line 63 of file SparseGrid.hpp.
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 |
|
inline |
Definition at line 75 of file SparseGrid.hpp.
|
inline |
It call the copy function for each property.
Definition at line 81 of file SparseGrid.hpp.
|
private |
destination
Definition at line 69 of file SparseGrid.hpp.
|
private |
Definition at line 71 of file SparseGrid.hpp.
|
private |
source
Definition at line 66 of file SparseGrid.hpp.