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 | is the vector of properties |
seq,sequence | of property to output |
has_name | define if the structure define names |
Definition at line 76 of file HDF5_XdmfWriter_point_set.hpp.
#include <HDF5_XdmfWriter_point_set.hpp>
Public Member Functions | |
H5_prop_out (hid_t file_id, ele_v &vv, size_t stop) | |
constructor | |
template<typename T > | |
void | operator() (T &t) const |
It produce an output for each property. | |
Data Fields | |
hid_t | file_id |
HDF5 file. | |
ele_v & | vv |
vector that we are processing | |
size_t | stop |
Up to which element to write. | |
|
inline |
constructor
file_id | handle of the file |
vv | element to write |
stop | up to which element to write |
Definition at line 94 of file HDF5_XdmfWriter_point_set.hpp.
|
inline |
It produce an output for each property.
t | property id |
Definition at line 104 of file HDF5_XdmfWriter_point_set.hpp.
hid_t H5_prop_out< ele_v, false >::file_id |
HDF5 file.
Definition at line 79 of file HDF5_XdmfWriter_point_set.hpp.
size_t H5_prop_out< ele_v, false >::stop |
Up to which element to write.
Definition at line 85 of file HDF5_XdmfWriter_point_set.hpp.
ele_v& H5_prop_out< ele_v, false >::vv |
vector that we are processing
Definition at line 82 of file HDF5_XdmfWriter_point_set.hpp.