|
| 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 position and properties into HDF5. More...
|
|
template<>
class HDF5_XdmfWriter< H5_POINTSET >
Definition at line 103 of file HDF5_XdmfWriter_point_set.hpp.
template<typename VPos , typename VPrp , int... prp>
bool HDF5_XdmfWriter< H5_POINTSET >::write |
( |
const std::string & |
file, |
|
|
openfpm::vector< VPos > & |
v_pos, |
|
|
openfpm::vector< VPrp > & |
v_prp, |
|
|
size_t |
stop |
|
) |
| |
|
inline |
Write a set of particle position and properties into HDF5.
- Template Parameters
-
Pos | Vector of positions type Prp Vector of properties type |
prp | list of properties to output |
- Parameters
-
pos | Vector with the positions |
prp | Vector with the properties |
stop | size of the vector to output |
Definition at line 136 of file HDF5_XdmfWriter_point_set.hpp.
The documentation for this class was generated from the following file: