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
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
57using namespace Eigen;
58using namespace MNELIB;
59
60//=============================================================================================================
61// DEFINE MEMBER METHODS
62//=============================================================================================================
63
65:s (NULL)
66,limit (-1)
67,filtered (NULL)
68,stat (FAIL)
69{
70}
71
72//=============================================================================================================
73
FiffCoordTrans class declaration.
Filter Thread Argument (FilterThreadArg) class declaration.
#define FAIL
Core MNE data structures (source spaces, source estimates, hemispheres).