v2.0.0
Loading...
Searching...
No Matches
src
libraries
mne
filter_thread_arg.cpp
Go to the documentation of this file.
1
//=============================================================================================================
36
37
//=============================================================================================================
38
// INCLUDES
39
//=============================================================================================================
40
41
#include "
filter_thread_arg.h
"
42
43
#include <
fiff/fiff_coord_trans.h
>
44
45
#ifndef FAIL
46
#define FAIL -1
47
#endif
48
49
#ifndef OK
50
#define OK 0
51
#endif
52
53
//=============================================================================================================
54
// USED NAMESPACES
55
//=============================================================================================================
56
57
using namespace
Eigen;
58
using namespace
MNELIB
;
59
60
//=============================================================================================================
61
// DEFINE MEMBER METHODS
62
//=============================================================================================================
63
64
FilterThreadArg::FilterThreadArg
()
65
:
s
(NULL)
66
,
limit
(-1)
67
,
filtered
(NULL)
68
,
stat
(
FAIL
)
69
{
70
}
71
72
//=============================================================================================================
73
74
FilterThreadArg::~FilterThreadArg
()
75
{
76
}
fiff_coord_trans.h
FiffCoordTrans class declaration.
filter_thread_arg.h
Filter Thread Argument (FilterThreadArg) class declaration.
FAIL
#define FAIL
Definition
compute_fwd.cpp:47
MNELIB
Core MNE data structures (source spaces, source estimates, hemispheres).
Definition
connectivitysettings.h:63
MNELIB::FilterThreadArg::stat
int stat
Definition
filter_thread_arg.h:106
MNELIB::FilterThreadArg::FilterThreadArg
FilterThreadArg()
Definition
filter_thread_arg.cpp:64
MNELIB::FilterThreadArg::limit
float limit
Definition
filter_thread_arg.h:104
MNELIB::FilterThreadArg::s
MNESourceSpace * s
Definition
filter_thread_arg.h:101
MNELIB::FilterThreadArg::filtered
QTextStream * filtered
Definition
filter_thread_arg.h:105
MNELIB::FilterThreadArg::~FilterThreadArg
~FilterThreadArg()
Definition
filter_thread_arg.cpp:74
Generated on
for MNE-CPP by
1.16.1