OpenWalnut
1.4.0
|
An incomplete implementation to store information about electrodes of EEG data. More...
#include <WEEG.h>
Public Member Functions | |
WEEGElectrodeObject (WPosition position) | |
Contructor taking the position of the elctrode. | |
WPosition | getPosition () const |
Returns the position of the electrode. | |
Private Attributes | |
WPosition | m_position |
Position of the electrode in space. |
An incomplete implementation to store information about electrodes of EEG data.
WEEGElectrodeObject::WEEGElectrodeObject | ( | WPosition | position | ) | [explicit] |
WPosition WEEGElectrodeObject::getPosition | ( | ) | const |
Returns the position of the electrode.
Definition at line 93 of file WEEG.cpp.
References m_position.
WPosition WEEGElectrodeObject::m_position [private] |
Position of the electrode in space.
Definition at line 57 of file WEEG.h.
Referenced by getPosition().