OpenWalnut  1.2.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Private Attributes | List of all members
WEEGElectrodeObject Class Reference

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.

Detailed Description

An incomplete implementation to store information about electrodes of EEG data.

Definition at line 39 of file WEEG.h.

Constructor & Destructor Documentation

WEEGElectrodeObject::WEEGElectrodeObject ( WPosition  position)
explicit

Contructor taking the position of the elctrode.

Parameters
positionThe position of the electrode in world space.

Definition at line 88 of file WEEG.cpp.

Member Function Documentation

WPosition WEEGElectrodeObject::getPosition ( ) const

Returns the position of the electrode.

Returns
The position of the electrode.

Definition at line 93 of file WEEG.cpp.

References m_position.

Member Data Documentation

WPosition WEEGElectrodeObject::m_position
private

Position of the electrode in space.

Definition at line 55 of file WEEG.h.

Referenced by getPosition().


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