Pack an N-dimensional grid into a vector like structure B given an iterator of the grid. More...
Pack an N-dimensional grid into a vector like structure B given an iterator of the grid.
it | type of iterator of the grid-structure |
dtype | type of the structure B |
dim | Dimensionality of the grid |
properties | to pack |
Definition at line 1186 of file copy_grid_fast.hpp.
#include <copy_grid_fast.hpp>
Static Public Member Functions | |
static void | unpack (grid &gr, it &sub_it, stype &src) |
Pack an N-dimensional grid into a vector like structure B given an iterator of the grid. | |
|
inlinestatic |
Pack an N-dimensional grid into a vector like structure B given an iterator of the grid.
it | Grid iterator |
obj | object to pack |
dest | where to pack |
Definition at line 1195 of file copy_grid_fast.hpp.