MNE-CPP  beta 0.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | List of all members
UTILSLIB::AsAElc Class Reference

Processes AsA .elc files which contain the electrode positions of a EEG hat. More...

#include <asaelc.h>

Public Types

typedef QSharedPointer< AsAElcSPtr
 
typedef QSharedPointer< const
AsAElc
ConstSPtr
 

Public Member Functions

 AsAElc ()
 
bool readElcFile (QString path, QStringList &channelNames, QVector< QVector< double > > &location3D, QVector< QVector< double > > &location2D, QString &unit)
 

Detailed Description

Processes AsA .elc files which contain the electrode positions of a EEG hat.

Processes AsA .elc files which contain the electrode positions of a EEG hat.

Definition at line 98 of file asaelc.h.

Member Typedef Documentation

typedef QSharedPointer<const AsAElc> UTILSLIB::AsAElc::ConstSPtr

Const shared pointer type for AsAElc.

Definition at line 102 of file asaelc.h.

typedef QSharedPointer<AsAElc> UTILSLIB::AsAElc::SPtr

Shared pointer type for AsAElc.

Definition at line 101 of file asaelc.h.

Constructor & Destructor Documentation

AsAElc::AsAElc ( )

Constructs a Filter object.

Definition at line 58 of file asaelc.cpp.

Member Function Documentation

bool AsAElc::readElcFile ( QString  path,
QStringList &  channelNames,
QVector< QVector< double > > &  location3D,
QVector< QVector< double > > &  location2D,
QString &  unit 
)

Gets the impulse response of a static precalculated (matlab) filter.

Parameters
[in]pathholds the file path of the elc file which is to be read.
[in]location3Dholds the vector to which the read 3D positions are stored.
[in]location2Dholds the vector to which the read 2D positions are stored.
[out]boolreturns true if reading was successful, false otherwise.

Definition at line 65 of file asaelc.cpp.


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