MNE-CPP  beta 1.0
selectionloader.h
Go to the documentation of this file.
1 //=============================================================================================================
37 #ifndef SELECTIONLOADER_H
38 #define SELECTIONLOADER_H
39 
40 //*************************************************************************************************************
41 //=============================================================================================================
42 // INCLUDES
43 //=============================================================================================================
44 
45 #include "utils_global.h"
46 
47 
48 //*************************************************************************************************************
49 //=============================================================================================================
50 // Qt INCLUDES
51 //=============================================================================================================
52 #include <QMap>
53 #include <QStringList>
54 #include <QFile>
55 #include <QDebug>
56 #include <QTextStream>
57 
58 
59 //*************************************************************************************************************
60 //=============================================================================================================
61 // Eigen INCLUDES
62 //=============================================================================================================
63 
64 
65 //*************************************************************************************************************
66 //=============================================================================================================
67 // DEFINE NAMESPACE MNELIB
68 //=============================================================================================================
69 
70 namespace UTILSLIB
71 {
72 
73 
74 //*************************************************************************************************************
75 //=============================================================================================================
76 // USED NAMESPACES
77 //=============================================================================================================
78 
79 
80 //*************************************************************************************************************
81 //=============================================================================================================
82 // DEFINES
83 //=============================================================================================================
84 
85 
86 //=============================================================================================================
93 {
94 public:
95  //=========================================================================================================
100 
101  //=========================================================================================================
107  bool readMNESelFile(QString path, QMap<QString,QStringList> &selectionMap);
108 
109 };
110 
111 } // NAMESPACE
112 
113 #endif // SELECTIONLOADER_H
#define UTILSSHARED_EXPORT
Definition: utils_global.h:57
utils library export/import macros.
Processes selection files (mne .sel) files which contain the chanels for each selection group...