this class is a functor for "for_each" algorithm More...
this class is a functor for "for_each" algorithm
This class is a functor for "for_each" algorithm. For each element of the boost::vector the operator() is called. Is mainly used to set each property with external memory
Definition at line 165 of file grid_base_impl_layout.hpp.
#include <grid_base_impl_layout.hpp>
Public Member Functions | |
mem_setext_prp (grid_type &g_new, grid_type &old, data_type &data_) | |
constructor | |
template<typename T > | |
void | operator() (T &t) |
It call the copy function for each property. | |
Data Fields | |
grid_type & | grid_new |
grid_type & | old |
data_type & | data_ |
|
inline |
constructor
Definition at line 178 of file grid_base_impl_layout.hpp.
|
inline |
It call the copy function for each property.
Definition at line 184 of file grid_base_impl_layout.hpp.
data_type& mem_setext_prp< grid_type, data_type, S >::data_ |
Definition at line 171 of file grid_base_impl_layout.hpp.
grid_type& mem_setext_prp< grid_type, data_type, S >::grid_new |
Definition at line 167 of file grid_base_impl_layout.hpp.
grid_type& mem_setext_prp< grid_type, data_type, S >::old |
Definition at line 169 of file grid_base_impl_layout.hpp.