OpenFPM_io  0.2.0
Project that contain the implementation and interfaces for basic structure like vectors, grids, graph ... .
 All Data Structures Functions Variables Typedefs
HDF5_XdmfWriter< H5_POINTSET > Class Template Reference

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

Private Attributes

int t
 
hid_t file_id
 HDF5 file.
 

Detailed Description

template<>
class HDF5_XdmfWriter< H5_POINTSET >

Definition at line 103 of file HDF5_XdmfWriter_point_set.hpp.

Constructor & Destructor Documentation

HDF5_XdmfWriter< H5_POINTSET >::HDF5_XdmfWriter ( )
inline

H5PartWriter constructor

Definition at line 118 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 position and properties into HDF5.

Template Parameters
PosVector of positions type Prp Vector of properties type
prplist of properties to output
Parameters
posVector with the positions
prpVector with the properties
stopsize 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: