Stimfit @PACKAGE_VERSION@
Loading...
Searching...
No Matches
axglib.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
15// This program is free software; you can redistribute it and/or
16// modify it under the terms of the GNU General Public License
17// as published by the Free Software Foundation; either version 2
18// of the License, or (at your option) any later version.
19
20// This program is distributed in the hope that it will be useful,
21// but WITHOUT ANY WARRANTY; without even the implied warranty of
22// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23// GNU General Public License for more details.
24
25// You should have received a copy of the GNU General Public License
26// along with this program; if not, write to the Free Software
27// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
28
34
35#ifndef _AXGLIB_H
36#define _AXGLIB_H
37
38#include "../stfio.h"
39
40class Recording;
41
42namespace stfio {
43
45
50 void importAXGFile(const std::string& fName, Recording& ReturnData, ProgressInfo& progDlg);
51
52}
53
54#endif
Represents the data within a file.
Definition recording.h:44
ProgressInfo class.
Definition stfio.h:69
The stfio namespace.
Definition abflib.h:27
void importAXGFile(const std::string &fName, Recording &ReturnData, ProgressInfo &progDlg)
Open an AXG file and store its contents to a Recording object.
header file for libstfio