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 468 of file copy_grid_fast.hpp.
#include <copy_grid_fast.hpp>
Static Public Member Functions | |
| static void | pack (grid &gr, it &sub_it, dtype &dest) | 
| Pack an N-dimensional grid into a vector like structure B given an iterator of the grid.  More... | |
      
  | 
  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 477 of file copy_grid_fast.hpp.