Stimfit
@PACKAGE_VERSION@
Loading...
Searching...
No Matches
src
libstfio
atf
atflib.h
Go to the documentation of this file.
1
// This program is free software; you can redistribute it and/or
2
// modify it under the terms of the GNU General Public License
3
// as published by the Free Software Foundation; either version 2
4
// of the License, or (at your option) any later version.
5
6
// This program is distributed in the hope that it will be useful,
7
// but WITHOUT ANY WARRANTY; without even the implied warranty of
8
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9
// GNU General Public License for more details.
10
11
// You should have received a copy of the GNU General Public License
12
// along with this program; if not, write to the Free Software
13
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14
20
21
#ifndef _ATFLIB_H
22
#define _ATFLIB_H
23
24
#include "
./../stfio.h
"
25
#include "
./../abf/axon/AxAtfFio32/axatffio32.h
"
26
27
class
Recording
;
28
29
namespace
stfio
{
30
32
37
void
importATFFile
(
const
std::string& fName,
Recording
& ReturnData,
ProgressInfo
& progDlg);
38
40
43
StfioDll
bool
exportATFFile
(
const
std::string& fName,
const
Recording
& WData);
44
45
}
46
47
#endif
axatffio32.h
Recording
Represents the data within a file.
Definition
recording.h:44
stfio::ProgressInfo
ProgressInfo class.
Definition
stfio.h:69
StfioDll
#define StfioDll
Defines dll export or import functions for Windows.
Definition
core.h:49
stfio
The stfio namespace.
Definition
abflib.h:27
stfio::importATFFile
void importATFFile(const std::string &fName, Recording &ReturnData, ProgressInfo &progDlg)
Open an ATF file and store its contents to a Recording object.
stfio::exportATFFile
StfioDll bool exportATFFile(const std::string &fName, const Recording &WData)
Export a Recording to an ATF file.
stfio.h
header file for libstfio
Generated by
1.14.0