OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
H5_write< T, pid, V > Struct Template Reference

Write an HDF5 dataset in case of scalars and vectors. More...

Detailed Description

template<typename T, size_t pid, typename V>
struct H5_write< T, pid, V >

Write an HDF5 dataset in case of scalars and vectors.

Template Parameters
Ttype to write
pidProperty id
VVector containing the information

Definition at line 130 of file HDF5_XdmfWriter_util.hpp.

#include <HDF5_XdmfWriter_util.hpp>

Static Public Member Functions

static void write (hid_t file_id, const std::string &str, V &v, size_t stop)
 write More...
 

Member Function Documentation

template<typename T , size_t pid, typename V >
static void H5_write< T, pid, V >::write ( hid_t  file_id,
const std::string &  str,
V &  v,
size_t  stop 
)
inlinestatic

write

Parameters
file_idHDF5 file
strdataset name
vVector containing the information
stopsize to store

Definition at line 140 of file HDF5_XdmfWriter_util.hpp.


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