this class is a functor for "for_each" algorithm More...
#include <HDF5_XdmfWriter_point_set.hpp>
Public Member Functions | |
H5_prop_out (hid_t file_id, ele_v &vv, size_t stop) | |
constructor More... | |
template<typename T > | |
void | operator() (T &t) const |
It produce an output for each property. | |
Data Fields | |
hid_t | file_id |
ele_v & | vv |
size_t | stop |
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 write each property in H5Part
ele_v | is the vector of properties |
seq,sequence | of property to output |
has_name | define if the structure define names for the properties |
Definition at line 28 of file HDF5_XdmfWriter_point_set.hpp.
|
inline |
constructor
v_out | string to fill with the vertex properties |
Definition at line 44 of file HDF5_XdmfWriter_point_set.hpp.