37 #ifndef LAYOUTLOADER_H
38 #define LAYOUTLOADER_H
53 #include <QSharedPointer>
56 #include <QTextStream>
57 #include <QStringList>
86 using namespace Eigen;
104 typedef QSharedPointer<LayoutLoader>
SPtr;
121 static bool readAsaElcFile(QString path, QStringList &channelNames, QVector<QVector<double> > &location3D, QVector<QVector<double> > &location2D, QString &unit);
130 static bool readMNELoutFile(QString path, QMap<QString, QPointF> &channelData);
138 #endif // LAYOUTLOADER_H
#define UTILSSHARED_EXPORT
QSharedPointer< const LayoutLoader > ConstSPtr
utils library export/import macros.
Processes AsA .elc files which contain the electrode positions of a EEG hat.
QSharedPointer< LayoutLoader > SPtr