MNE-CPP
beta 1.0
|
Processes selection files (mne .sel) files which contain the chanels for each selection group. More...
#include <selectionloader.h>
Public Member Functions | |
SelectionLoader () | |
bool | readMNESelFile (QString path, QMap< QString, QStringList > &selectionMap) |
Processes selection files (mne .sel) files which contain the chanels for each selection group.
Processes selection files (mne .sel) files which contain the chanels for each selection group.
Definition at line 92 of file selectionloader.h.
SelectionLoader::SelectionLoader | ( | ) |
Constructs a Filter object.
Definition at line 58 of file selectionloader.cpp.
bool SelectionLoader::readMNESelFile | ( | QString | path, |
QMap< QString, QStringList > & | selectionMap | ||
) |
Reads the specified MNE sel file.
[in] | path | holds the file path of the elc file which is to be read. |
[in] | selectionMap | holds the map to which the read selection groups are stored. |
Definition at line 65 of file selectionloader.cpp.