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
constexpr
int
FAIL
= -1;
46
constexpr
int
OK
= 0;
47
48
//=============================================================================================================
49
// USED NAMESPACES
50
//=============================================================================================================
51
52
using namespace
Eigen;
53
using namespace
MNELIB
;
54
55
//=============================================================================================================
56
// DEFINE MEMBER METHODS
57
//=============================================================================================================
58
59
FilterThreadArg::FilterThreadArg
()
60
:
s
(nullptr)
61
,
limit
(-1)
62
,
filtered
(nullptr)
63
,
stat
(
FAIL
)
64
{
65
}
66
67
//=============================================================================================================
68
69
FilterThreadArg::~FilterThreadArg
()
70
{
71
}
FAIL
constexpr int FAIL
Definition
compute_fwd.cpp:69
OK
constexpr int OK
Definition
compute_fwd.cpp:70
fiff_coord_trans.h
FiffCoordTrans class declaration.
filter_thread_arg.h
Filter Thread Argument (FilterThreadArg) class declaration.
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:59
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:69
Generated on
for MNE-CPP by
1.16.1