|
Stimfit @PACKAGE_VERSION@
|
Import and export plain text files. More...

Go to the source code of this file.
Namespaces | |
| namespace | stfio |
| The stfio namespace. | |
Functions | |
| void | stfio::importASCIIFile (const std::string &fName, int hLinesToSkip, int nColumns, bool firstIsTime, bool toSection, Recording &ReturnRec, ProgressInfo &progDlg) |
| Open an ASCII file and store its contents to a Recording object. | |
| bool | stfio::exportASCIIFile (const std::string &fName, const Section &Export) |
| Export a Section to a text file. | |
| bool | stfio::exportASCIIFile (const std::string &fName, const Channel &Export) |
| Export a Channel to a text file. | |