|
| | cfg_utils.hh |
| |
| | filesystem.hh |
| |
| | graph_load.hh |
| |
| | graph_utils.hh |
| |
| | hdfattribute.hh |
| | This file implements a C++ class which wraps a C HDF5 attribute to a HDF5-object (group or dataset), and provides the necessary functionality to read from, write to and create such objects.
|
| |
| | hdfbufferfactory.hh |
| | In this file, a class for automatically creating intermediate buffer data structures between the user provided data and the file are provided.
|
| |
| | hdfchunking.hh |
| |
| | hdfdataset.hh |
| | This is the central file of the HDF5 dataIO module of Utopia and provides a class for writing to, reading from and creating almost arbitrary data to a dataset in a HDF5 file.
|
| |
| | hdfdataspace.hh |
| |
| | hdffile.hh |
| |
| | hdfgroup.hh |
| | This file provides a class for creating and managing groups in a HDF5 file, which then can create other objects (groups and datasets) inside of them.
|
| |
| | hdfidentifier.hh |
| |
| | hdfobject.hh |
| |
| | hdftype.hh |
| | This file provides a class which is responsible for the automatic conversion between C/C++ types and HDF5 type identifiers.
|
| |
| | hdfutilities.hh |
| | This file provides metafunctions for automatically determining the nature of a C/C++ types at compile time (container or not, string or not, fixed-size array ), and getting the base type of pointer and cv-qualified types.
|
| |
| | monitor.hh |
| |