![]() |
VPTissue Reference Manual
|
Implementation of ptree2hdf5. More...
#include "ptree2hdf5.h"#include <sstream>#include <iostream>#include <boost/xpressive/xpressive.hpp>#include <boost/lexical_cast.hpp>#include <boost/property_tree/xml_parser.hpp>#include <boost/property_tree/ptree.hpp>
Go to the source code of this file.
Namespaces | |
| SimPT_Shell | |
| Namespace for SimPT shell package. | |
Functions | |
| herr_t | SimPT_Shell::attribute_info (hid_t loc_id, const char *attr_name, const H5A_info_t *, void *data) |
| ptree | SimPT_Shell::hdf52ptree (hid_t h5) |
| Return the ptree that represents the groups of attributes in HDF5. | |
| bool | SimPT_Shell::isFloat (const std::string &str) |
| Returns true if the provided string represents a floating point number, false otherwise. | |
| bool | SimPT_Shell::isInteger (const std::string &str) |
| Returns true if the provided string represents an integer number, false otherwise. | |
| void | SimPT_Shell::ptree2hdf5 (const ptree &pt, hid_t h5_id) |
| herr_t | SimPT_Shell::visit_group (hid_t loc_id, const char *group_name, const H5O_info_t *obj_info, void *data) |
Implementation of ptree2hdf5.
Definition in file ptree2hdf5.cpp.