OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
unpack_with_iterator< dim, grid, encap_src, encap_dst, boost_vct, it, stype, prp > Struct Template Reference

Pack an N-dimensional grid into a vector like structure B given an iterator of the grid. More...

Detailed Description

template<unsigned int dim, typename grid, typename encap_src, typename encap_dst, typename boost_vct, typename it, typename stype, int... prp>
struct unpack_with_iterator< dim, grid, encap_src, encap_dst, boost_vct, it, stype, prp >

Pack an N-dimensional grid into a vector like structure B given an iterator of the grid.

Template Parameters
ittype of iterator of the grid-structure
dtypetype of the structure B
dimDimensionality of the grid
propertiesto pack

Definition at line 982 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. More...
 

Member Function Documentation

template<unsigned int dim, typename grid , typename encap_src , typename encap_dst , typename boost_vct , typename it , typename stype , int... prp>
static void unpack_with_iterator< dim, grid, encap_src, encap_dst, boost_vct, it, stype, prp >::unpack ( grid gr,
it &  sub_it,
stype &  src 
)
inlinestatic

Pack an N-dimensional grid into a vector like structure B given an iterator of the grid.

Parameters
itGrid iterator
objobject to pack
destwhere to pack

Definition at line 991 of file copy_grid_fast.hpp.


The documentation for this struct was generated from the following file: