v2.0.0
Loading...
Searching...
No Matches
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
44
45constexpr int FAIL = -1;
46constexpr int OK = 0;
47
48//=============================================================================================================
49// USED NAMESPACES
50//=============================================================================================================
51
52using namespace Eigen;
53using namespace MNELIB;
54
55//=============================================================================================================
56// DEFINE MEMBER METHODS
57//=============================================================================================================
58
60:s (nullptr)
61,limit (-1)
62,filtered (nullptr)
63,stat (FAIL)
64{
65}
66
67//=============================================================================================================
68
constexpr int FAIL
constexpr int OK
FiffCoordTrans class declaration.
Filter Thread Argument (FilterThreadArg) class declaration.
Core MNE data structures (source spaces, source estimates, hemispheres).