v2.0.0
Loading...
Searching...
No Matches
src
libraries
mne
filter_thread_arg.cpp
Go to the documentation of this file.
1
//=============================================================================================================
15
16
//=============================================================================================================
17
// INCLUDES
18
//=============================================================================================================
19
20
#include "
filter_thread_arg.h
"
21
22
#include <
fiff/fiff_coord_trans.h
>
23
24
constexpr
int
FAIL
= -1;
25
constexpr
int
OK
= 0;
26
27
//=============================================================================================================
28
// USED NAMESPACES
29
//=============================================================================================================
30
31
using namespace
Eigen;
32
using namespace
MNELIB
;
33
34
//=============================================================================================================
35
// DEFINE MEMBER METHODS
36
//=============================================================================================================
37
38
FilterThreadArg::FilterThreadArg
()
39
:
s
(nullptr)
40
,
limit
(-1)
41
,
filtered
(nullptr)
42
,
stat
(
FAIL
)
43
{
44
}
45
46
//=============================================================================================================
47
48
FilterThreadArg::~FilterThreadArg
()
49
{
50
}
FAIL
constexpr int FAIL
Definition
compute_fwd.cpp:44
OK
constexpr int OK
Definition
compute_fwd.cpp:45
filter_thread_arg.h
Argument record passed to a background raw-data filter worker.
fiff_coord_trans.h
4x4 affine FIFF coordinate transform (FIFF_COORD_TRANS) annotated with source/destination coordinate-...
MNELIB
Core MNE data structures (source spaces, source estimates, hemispheres).
Definition
connectivitysettings.h:58
MNELIB::FilterThreadArg::stat
int stat
Definition
filter_thread_arg.h:88
MNELIB::FilterThreadArg::FilterThreadArg
FilterThreadArg()
Definition
filter_thread_arg.cpp:38
MNELIB::FilterThreadArg::limit
float limit
Definition
filter_thread_arg.h:86
MNELIB::FilterThreadArg::s
MNESourceSpace * s
Definition
filter_thread_arg.h:83
MNELIB::FilterThreadArg::filtered
QTextStream * filtered
Definition
filter_thread_arg.h:87
MNELIB::FilterThreadArg::~FilterThreadArg
~FilterThreadArg()
Definition
filter_thread_arg.cpp:48
Generated on
for MNE-CPP by
1.16.1