MNE-CPP  beta 1.0
Public Member Functions | List of all members
UTILSLIB::SelectionLoader Class Reference

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)
 

Detailed Description

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.

Constructor & Destructor Documentation

SelectionLoader::SelectionLoader ( )

Constructs a Filter object.

Definition at line 58 of file selectionloader.cpp.

Member Function Documentation

bool SelectionLoader::readMNESelFile ( QString  path,
QMap< QString, QStringList > &  selectionMap 
)

Reads the specified MNE sel file.

Parameters
[in]pathholds the file path of the elc file which is to be read.
[in]selectionMapholds the map to which the read selection groups are stored.

Definition at line 65 of file selectionloader.cpp.


The documentation for this class was generated from the following files: