OpenFPM  5.2.0
Project that contain the implementation of distributed structures
mp_funct< grid, ginfo > Class Template Reference

Public Member Functions

 mp_funct (const grid &gd_src, grid &gd_dst, ginfo &gs_src, ginfo &gs_dst, const Box< grid::dims, size_t > &bx_src, const Box< grid::dims, size_t > &bx_dst, grid_key_dx< grid::dims >(&cnt)[1])
 
template<typename T >
void operator() (T &t)
 It call the copy function for each property.
 

Private Member Functions

 grid_key_dx (&cnt)[1]
 

Private Attributes

const gridgd_src
 
gridgd_dst
 
ginfo & gs_src
 
ginfo & gs_dst
 
const Box< grid::dims, size_t > & bx_src
 
const Box< grid::dims, size_t > & bx_dst
 

Detailed Description

template<typename grid, typename ginfo>
class mp_funct< grid, ginfo >

Definition at line 568 of file copy_grid_fast.hpp.


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