OpenWalnut  1.4.0
Public Member Functions | Private Attributes
WEEGElectrodeObject Class Reference

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

#include <WEEG.h>

List of all members.

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 41 of file WEEG.h.


Constructor & Destructor Documentation

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

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

Position of the electrode in space.

Definition at line 57 of file WEEG.h.

Referenced by getPosition().


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