MNE-CPP
beta 1.0
|
Make layout files from given 3D points. More...
#include <layoutmaker.h>
Public Member Functions | |
LayoutMaker () | |
Static Public Member Functions | |
static bool | makeLayout (const QList< QVector< double > > &inputPoints, QList< QVector< double > > &outputPoints, const QStringList &names, QFile &outFile, bool do_fit, float prad, float w, float h, bool writeFile=false) |
Make layout files from given 3D points.
Make layout files from given 3D points
Definition at line 131 of file layoutmaker.h.
LayoutMaker::LayoutMaker | ( | ) |
Constructs a LayoutMaker object.
Definition at line 66 of file layoutmaker.cpp.
|
static |
Reads the specified ANT elc-layout file.
[in] | inputPoints | the input points in 3D space. |
[in] | outputPoints | the output layout points in 2D space. |
[in] | names | the channel names. |
Definition at line 73 of file layoutmaker.cpp.