MNE-CPP
beta 1.0
|
The SensorLayout class represents a channel layout. More...
#include <sensorlayout.h>
Public Member Functions | |
SensorLayout () | |
const QString & | getName () const |
QStringList | fullChNames () const |
QStringList | shortChNames () const |
qint32 | numChannels () const |
QList< QPointF > | loc () const |
QList< QSizeF > | dim () const |
Static Public Member Functions | |
static SensorLayout | parseSensorLayout (const QDomElement &sensorLayoutElement) |
The SensorLayout class represents a channel layout.
DECLARE CLASS SensorLayout
Definition at line 66 of file sensorlayout.h.
SensorLayout::SensorLayout | ( | ) |
Default constructor
Definition at line 65 of file sensorlayout.cpp.
|
inline |
Returns the dimension for each channel
|
inline |
Returns the full channel names of the layout sensors
Definition at line 157 of file sensorlayout.h.
|
inline |
Returns the name of the sensor layout
Definition at line 149 of file sensorlayout.h.
|
inline |
Returns the location for each channel
Definition at line 181 of file sensorlayout.h.
|
inline |
Returns the number of channels
Definition at line 173 of file sensorlayout.h.
|
static |
Returns the parsed sensor layout
[in] | sensorLayoutElement | the xml element which contains the sensor layout |
Definition at line 72 of file sensorlayout.cpp.
|
inline |
Returns the list of short channel names of the layout sensors for diplay purposes
Definition at line 165 of file sensorlayout.h.