1 #ifndef PTREE2HDF5_H_INCLUDED
2 #define PTREE2HDF5_H_INCLUDED
25 #include <boost/property_tree/ptree.hpp>
33 void ptree2hdf5(
const boost::property_tree::ptree& pt, hid_t h5);
38 boost::property_tree::ptree
hdf52ptree(hid_t h5);
44 #endif // end_of_include_guard
Namespace for SimPT shell package.
ptree hdf52ptree(hid_t loc_id)
Return the ptree that represents the groups of attributes in HDF5.