OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
HDF5_XdmfWriter< H5_POINTSET > Class Template Reference

HDF5 writer for a point set. More...

Detailed Description

template<>
class HDF5_XdmfWriter< H5_POINTSET >

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. More...
 

Private Attributes

hid_t file_id
 HDF5 file.
 

Constructor & Destructor Documentation

HDF5_XdmfWriter< H5_POINTSET >::HDF5_XdmfWriter ( )
inline

H5PartWriter constructor

Definition at line 129 of file HDF5_XdmfWriter_point_set.hpp.

Member Function Documentation

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 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.


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