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

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)
 

Detailed Description

Make layout files from given 3D points.

Make layout files from given 3D points

Definition at line 131 of file layoutmaker.h.

Constructor & Destructor Documentation

LayoutMaker::LayoutMaker ( )

Constructs a LayoutMaker object.

Definition at line 66 of file layoutmaker.cpp.

Member Function Documentation

bool LayoutMaker::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 
)
static

Reads the specified ANT elc-layout file.

Parameters
[in]inputPointsthe input points in 3D space.
[in]outputPointsthe output layout points in 2D space.
[in]namesthe channel names.
Returns
true if making layout was successful, false otherwise.

Definition at line 73 of file layoutmaker.cpp.


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