OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
HDF5_XdmfWriter< H5_POINTSET > Class Reference

HDF5 writer for a point set. More...

Detailed Description

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.
 

Constructor & Destructor Documentation

◆ HDF5_XdmfWriter()

HDF5_XdmfWriter< H5_POINTSET >::HDF5_XdmfWriter ( )
inline

H5PartWriter constructor

Definition at line 129 of file HDF5_XdmfWriter_point_set.hpp.

Member Function Documentation

◆ write()

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 positions and properties into HDF5.

Template Parameters
PosVector of positions type \taparam Prp Vector of properties type
prplist of properties to output
Parameters
fileoutput file
v_posVector with the positions
v_prpVector with the properties
stopsize of the vector to output

Definition at line 148 of file HDF5_XdmfWriter_point_set.hpp.

Field Documentation

◆ file_id

hid_t HDF5_XdmfWriter< H5_POINTSET >::file_id
private

HDF5 file.

Definition at line 120 of file HDF5_XdmfWriter_point_set.hpp.


The documentation for this class was generated from the following file: