|
Stimfit @PACKAGE_VERSION@
|
Lightweight core definitions shared by libstfio model classes. More...
#include <cmath>#include <cfloat>#include <cstddef>#include <deque>#include <map>#include <stdexcept>#include <string>#include <vector>#include <boost/function.hpp>

Go to the source code of this file.
Macros | |
| #define | StfioDll __declspec( dllimport ) |
| Defines dll export or import functions for Windows. | |
Typedefs | |
| typedef std::vector< double > | Vector_double |
| typedef std::vector< float > | Vector_float |
Lightweight core definitions shared by libstfio model classes.
Definition in file core.h.
| #define StfioDll __declspec( dllimport ) |
Defines dll export or import functions for Windows.
Definition at line 49 of file core.h.
Referenced by stfio::concatenate(), stfio::exportATFFile(), stfio::exportCFSFile(), stfio::exportFile(), stfio::exportHDF5File(), stfio::findExtension(), stfio::findType(), stfio::importFile(), stfio::vec_scal_div(), stfio::vec_scal_minus(), stfio::vec_scal_mul(), stfio::vec_scal_plus(), stfio::vec_vec_div(), stfio::vec_vec_minus(), stfio::vec_vec_mul(), and stfio::vec_vec_plus().
| typedef std::vector<double > Vector_double |
| typedef std::vector<float > Vector_float |