radarlib  1.4.6
OdimH5v21::HDF5File Class Reference

HDF5File class. More...

#include <radarlib/odimh5v21_hdf5.hpp>

Static Public Member Functions

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...
 

Detailed Description

HDF5File class.

This is an internal class with methods to perform operations on HDF5 files

Member Function Documentation

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
paththe path to open
h5flagsHDF5 io flags
Exceptions
OdimH5Exceptionif an unexpected error occurs
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
fileThe HDF5 file
Exceptions
OdimH5Exceptionif an unexpected error occurs

The documentation for this class was generated from the following files: