v2.0.0
Loading...
Searching...
No Matches
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
23
24constexpr int FAIL = -1;
25constexpr int OK = 0;
26
27//=============================================================================================================
28// USED NAMESPACES
29//=============================================================================================================
30
31using namespace Eigen;
32using namespace MNELIB;
33
34//=============================================================================================================
35// DEFINE MEMBER METHODS
36//=============================================================================================================
37
39:s (nullptr)
40,limit (-1)
41,filtered (nullptr)
42,stat (FAIL)
43{
44}
45
46//=============================================================================================================
47
constexpr int FAIL
constexpr int OK
Argument record passed to a background raw-data filter worker.
4x4 affine FIFF coordinate transform (FIFF_COORD_TRANS) annotated with source/destination coordinate-...
Core MNE data structures (source spaces, source estimates, hemispheres).