|
| void | importABFFile (const std::string &fName, Recording &ReturnData, ProgressInfo &progDlg) |
| | Open an ABF file and store its contents to a Recording object. Attempts to identify the ABF version.
|
| void | importABF1File (const std::string &fName, Recording &ReturnData, ProgressInfo &progDlg) |
| | Open an ABF1 file and store its contents to a Recording object.
|
| void | importABF2File (const std::string &fName, Recording &ReturnData, ProgressInfo &progDlg) |
| | Open an ABF2 file and store its contents to a Recording object.
|
| void | 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 | exportASCIIFile (const std::string &fName, const Section &Export) |
| | Export a Section to a text file.
|
| bool | exportASCIIFile (const std::string &fName, const Channel &Export) |
| | Export a Channel to a text file.
|
| void | importATFFile (const std::string &fName, Recording &ReturnData, ProgressInfo &progDlg) |
| | Open an ATF file and store its contents to a Recording object.
|
| StfioDll bool | exportATFFile (const std::string &fName, const Recording &WData) |
| | Export a Recording to an ATF file.
|
| void | importAXGFile (const std::string &fName, Recording &ReturnData, ProgressInfo &progDlg) |
| | Open an AXG file and store its contents to a Recording object.
|
| int | importCFSFile (const std::string &fName, Recording &ReturnData, ProgressInfo &progDlg) |
| | Open a CFS file and store its contents to a Recording object.
|
| StfioDll bool | exportCFSFile (const std::string &fName, const Recording &WData, ProgressInfo &progDlg) |
| | Export a Recording to a CFS file.
|
| void | importHDF5File (const std::string &fName, Recording &ReturnData, ProgressInfo &progDlg) |
| | Open a HDF5 file and store its contents to a Recording object.
|
| StfioDll bool | exportHDF5File (const std::string &fName, const Recording &WData, ProgressInfo &progDlg) |
| | Export a Recording to a HDF5 file.
|
| void | importHEKAFile (const std::string &fName, Recording &ReturnData, ProgressInfo &progDlg) |
| | Open an HEKA file and store its contents to a Recording object.
|
| StfioDll bool | exportIGORFile (const std::string &fName, const Recording &WData, ProgressInfo &progDlg) |
| | Export a Recording to an Igor binary wave.
|
| void | importIntanFile (const std::string &fName, Recording &ReturnData, ProgressInfo &progDlg) |
| | Open an Intan file and store its contents to a Recording object.
|
| StfioDll Vector_double | vec_scal_plus (const Vector_double &vec, double scalar) |
| StfioDll Vector_double | vec_scal_minus (const Vector_double &vec, double scalar) |
| StfioDll Vector_double | vec_scal_mul (const Vector_double &vec, double scalar) |
| StfioDll Vector_double | vec_scal_div (const Vector_double &vec, double scalar) |
| StfioDll Vector_double | vec_vec_plus (const Vector_double &vec1, const Vector_double &vec2) |
| StfioDll Vector_double | vec_vec_minus (const Vector_double &vec1, const Vector_double &vec2) |
| StfioDll Vector_double | vec_vec_mul (const Vector_double &vec1, const Vector_double &vec2) |
| StfioDll Vector_double | vec_vec_div (const Vector_double &vec1, const Vector_double &vec2) |
| StfioDll stfio::filetype | findType (const std::string &ext) |
| | Attempts to determine the filetype from the filter extension.
|
| StfioDll std::string | findExtension (stfio::filetype ftype) |
| | Returns file extension for a file type.
|
| StfioDll bool | importFile (const std::string &fName, stfio::filetype type, Recording &ReturnData, const stfio::txtImportSettings &txtImport, stfio::ProgressInfo &progDlg) |
| | Generic file import.
|
| StfioDll bool | exportFile (const std::string &fName, stfio::filetype type, const Recording &Data, ProgressInfo &progDlg) |
| | Generic file export.
|
| StfioDll Recording | concatenate (const Recording &src, const std::vector< std::size_t > §ions, ProgressInfo &progDlg) |
| | Produce new recording with concatenated sections.
|
| StfioDll Recording | multiply (const Recording &src, const std::vector< std::size_t > §ions, std::size_t channel, double factor) |
| | Produce new recording with multiplied sections.
|
The stfio namespace.
All essential core functions and classes are in this namespace. Its purpose is to reduce name mangling problems.