Stimfit  0.13.15
Classes | Enumerations | Functions
stfio Namespace Reference

The stfio namespace. More...

Classes

class  ProgressInfo
 ProgressInfo class. More...
class  StdoutProgressInfo
 StdoutProgressInfo class. More...
struct  txtImportSettings
 Text file import filter settings. More...

Enumerations

enum  filetype {
  atf, abf, axg, ascii,
  cfs, igor, son, hdf5,
  heka, biosig, none
}
 File types. More...

Functions

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 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 > &sections, ProgressInfo &progDlg)
 Produce new recording with concatenated sections.
StfioDll Recording multiply (const Recording &src, const std::vector< std::size_t > &sections, std::size_t channel, double factor)
 Produce new recording with multiplied sections.

Detailed Description

The stfio namespace.

All essential core functions and classes are in this namespace. Its purpose is to reduce name mangling problems.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines