this class is a functor for "for_each" algorithm More...
#include <VTKWriter_grids.hpp>
Public Member Functions | |
prop_out_g (std::string &v_out, const openfpm::vector_std< ele_g > &vg) | |
constructor More... | |
template<typename T > | |
void | operator() (T &t) const |
It produce an output for each property. | |
void | lastProp () |
Data Fields | |
std::string & | v_out |
const openfpm::vector_std < ele_g > & | vg |
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 produce at output for each property
ele_g | element that store the grid and its attributes |
St | type of space where the grid live |
Definition at line 57 of file VTKWriter_grids.hpp.
|
inline |
constructor
v_out | string to fill with the vertex properties |
Definition at line 70 of file VTKWriter_grids.hpp.
|
inline |
Get a vertex iterator
Definition at line 83 of file VTKWriter_grids.hpp.