|
| StfioDll Vector_double | stfio::vec_scal_plus (const Vector_double &vec, double scalar) |
| StfioDll Vector_double | stfio::vec_scal_minus (const Vector_double &vec, double scalar) |
| StfioDll Vector_double | stfio::vec_scal_mul (const Vector_double &vec, double scalar) |
| StfioDll Vector_double | stfio::vec_scal_div (const Vector_double &vec, double scalar) |
| StfioDll Vector_double | stfio::vec_vec_plus (const Vector_double &vec1, const Vector_double &vec2) |
| StfioDll Vector_double | stfio::vec_vec_minus (const Vector_double &vec1, const Vector_double &vec2) |
| StfioDll Vector_double | stfio::vec_vec_mul (const Vector_double &vec1, const Vector_double &vec2) |
| StfioDll Vector_double | stfio::vec_vec_div (const Vector_double &vec1, const Vector_double &vec2) |
| StfioDll stfio::filetype | stfio::findType (const std::string &ext) |
| | Attempts to determine the filetype from the filter extension.
|
| StfioDll std::string | stfio::findExtension (stfio::filetype ftype) |
| | Returns file extension for a file type.
|
| StfioDll bool | stfio::importFile (const std::string &fName, stfio::filetype type, Recording &ReturnData, const stfio::txtImportSettings &txtImport, stfio::ProgressInfo &progDlg) |
| | Generic file import.
|
| StfioDll bool | stfio::exportFile (const std::string &fName, stfio::filetype type, const Recording &Data, ProgressInfo &progDlg) |
| | Generic file export.
|
| StfioDll Recording | stfio::concatenate (const Recording &src, const std::vector< std::size_t > §ions, ProgressInfo &progDlg) |
| | Produce new recording with concatenated sections.
|
| StfioDll Recording | stfio::multiply (const Recording &src, const std::vector< std::size_t > §ions, std::size_t channel, double factor) |
| | Produce new recording with multiplied sections.
|
header file for libstfio
- Author
- Christoph Schmidt-Hieber
- Date
- 2011-09-25
Header file for libstfio
Definition in file stfio.h.