HDF5 writer for a point set. More...
HDF5 writer for a point set.
Definition at line 117 of file HDF5_XdmfWriter_point_set.hpp.
#include <HDF5_XdmfWriter_point_set.hpp>
Public Member Functions | |
HDF5_XdmfWriter () | |
template<typename VPos , typename VPrp , int ... prp> | |
bool | write (const std::string &file, openfpm::vector< VPos > &v_pos, openfpm::vector< VPrp > &v_prp, size_t stop) |
Write a set of particle positions and properties into HDF5. | |
Private Attributes | |
hid_t | file_id |
HDF5 file. | |
|
inline |
H5PartWriter constructor
Definition at line 129 of file HDF5_XdmfWriter_point_set.hpp.
|
inline |
Write a set of particle positions and properties into HDF5.
Pos | Vector of positions type \taparam Prp Vector of properties type |
prp | list of properties to output |
file | output file |
v_pos | Vector with the positions |
v_prp | Vector with the properties |
stop | size of the vector to output |
Definition at line 148 of file HDF5_XdmfWriter_point_set.hpp.
|
private |
HDF5 file.
Definition at line 120 of file HDF5_XdmfWriter_point_set.hpp.