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 produce an output for each property
ele_v | It is the class ele_v that store the couple vector of position and property |
Definition at line 208 of file VTKWriter_point_set.hpp.
#include <VTKWriter_point_set.hpp>
Public Member Functions | |
prop_out_v_pvtp (std::string &v_out, const openfpm::vector< std::string > &prop_names) | |
constructor | |
template<typename T > | |
void | operator() (T &t) const |
It produce an output for each property. | |
void | lastProp () |
Data Fields | |
std::string & | v_out |
property output string | |
const openfpm::vector< std::string > & | prop_names |
properties names | |
|
inline |
constructor
v_out | string to fill with the vertex properties |
vv | vector we are processing |
ft | ASCII or BINARY format |
Definition at line 223 of file VTKWriter_point_set.hpp.
|
inline |
Definition at line 247 of file VTKWriter_point_set.hpp.
|
inline |
It produce an output for each property.
t | property id |
Definition at line 236 of file VTKWriter_point_set.hpp.
const openfpm::vector<std::string>& prop_out_v_pvtp< ele_v, St >::prop_names |
properties names
Definition at line 214 of file VTKWriter_point_set.hpp.
std::string& prop_out_v_pvtp< ele_v, St >::v_out |
property output string
Definition at line 211 of file VTKWriter_point_set.hpp.