|
Stimfit @PACKAGE_VERSION@
|
Import from and export to hdf5. More...
#include "../stfio.h"
Go to the source code of this file.
Namespaces | |
| namespace | stfio |
| The stfio namespace. | |
Functions | |
| void | stfio::importHDF5File (const std::string &fName, Recording &ReturnData, ProgressInfo &progDlg) |
| Open a HDF5 file and store its contents to a Recording object. | |
| StfioDll bool | stfio::exportHDF5File (const std::string &fName, const Recording &WData, ProgressInfo &progDlg) |
| Export a Recording to a HDF5 file. | |