HDF5File class.
More...
#include <radarlib/odimh5v21_hdf5.hpp>
|
static H5::H5File * | open (const std::string &path, int h5flags) |
| Open a HDF5 file. More...
|
|
static H5::Group * | getRoot (H5::H5File *file) |
| Get the HDF5 root group of a file Get the HDF5 root group of a given HDF5 file. More...
|
|
HDF5File class.
This is an internal class with methods to perform operations on HDF5 files
◆ open()
H5::H5File * OdimH5v21::HDF5File::open |
( |
const std::string & |
path, |
|
|
int |
h5flags |
|
) |
| |
|
static |
Open a HDF5 file.
Open a HDF5 file using the given HDF5 options
- Parameters
-
path | the path to open |
h5flags | HDF5 io flags |
- Exceptions
-
◆ getRoot()
H5::Group * OdimH5v21::HDF5File::getRoot |
( |
H5::H5File * |
file | ) |
|
|
static |
Get the HDF5 root group of a file Get the HDF5 root group of a given HDF5 file.
- Parameters
-
- Exceptions
-
The documentation for this class was generated from the following files: