MNE-CPP
0.1.9
A Framework for Electrophysiology
|
Make layout files from given 3D points. More...
#include <layoutmaker.h>
Static Public Member Functions | |
static bool | makeLayout (const QList< QVector< float > > &inputPoints, QList< QVector< float > > &outputPoints, const QStringList &names, QFile &outFile, bool do_fit, float prad, float w, float h, bool writeFile=false, bool mirrorXAxis=false, bool mirrorYAxis=false) |
static bool | makeLayout (const std::vector< std::vector< float > > &inputPoints, std::vector< std::vector< float > > &outputPoints, const std::vector< std::string > &names, const std::string &outFilePath, bool do_fit, float prad, float w, float h, bool writeFile=false, bool mirrorXAxis=false, bool mirrorYAxis=false) |
Make layout files from given 3D points.
Make layout files from given 3D points
Definition at line 88 of file layoutmaker.h.
|
static |
Reads the specified ANT elc-layout file.
[in] | inputPoints | The input points in 3D space. |
[in,out] | outputPoints | The output layout points in 2D space. |
[in] | names | The channel names. |
[in] | outFile | The outout file. |
[in] | do_fit | The flag whether to do a sphere fitting. |
[in] | prad. | |
[in] | w. | |
[in] | h. | |
[in] | writeFile | The flag whether to write to file. |
[in] | mirrorXAxis | Mirror points at x axis. |
[in] | mirrorYAxis | Mirror points at y axis. |
Definition at line 75 of file layoutmaker.cpp.
|
static |
Reads the specified ANT elc-layout file.
[in] | inputPoints | The input points in 3D space. |
[in,out] | outputPoints | The output layout points in 2D space. |
[in] | names | The channel names. |
[in] | outFile | The outout file. |
[in] | do_fit | The flag whether to do a sphere fitting. |
[in] | prad. | |
[in] | w. | |
[in] | h. | |
[in] | writeFile | The flag whether to write to file. |
[in] | mirrorXAxis | Mirror points at x axis. |
[in] | mirrorYAxis | Mirror points at y axis. |
Definition at line 225 of file layoutmaker.cpp.