![]() |
ReFRACtor
|
#include "printable.h"#include "fp_exception.h"#include "linear_algebra.h"#include "array_with_unit.h"#include <blitz/array.h>#include <boost/shared_ptr.hpp>#include <H5Cpp.h>#include <vector>#include <stdint.h>#include <string.h>
Include dependency graph for hdf_file.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | FullPhysics::HdfFile |
| This class reads and writes a HDF5 file. More... | |
Namespaces | |
| FullPhysics | |
| Contains classes to abstract away details in various Spurr Radiative Transfer software. | |
Functions | |
| template<> | |
| std::string | FullPhysics::HdfFile::read_attribute< std::string > (const std::string &Aname) const |
| Read the given attribute attached to a group or dataset. More... | |
| template<> | |
| std::vector< std::string > | FullPhysics::HdfFile::read_attribute< std::vector< std::string > > (const std::string &Aname) const |
| Read the given attribute attached to a group or dataset. More... | |
| template<> | |
| void | FullPhysics::HdfFile::write_attribute< std::string > (const std::string &Aname, const std::string &Data) |
| Write attribute to file. More... | |
| template<> | |
| void | FullPhysics::HdfFile::write_attribute< std::vector< std::string > > (const std::string &Aname, const std::vector< std::string > &Data) |
| Write attribute to file. More... | |