OpenWalnut  1.5.0dev
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>

+ Collaboration diagram for WEEGElectrodeObject:

Public Member Functions

 WEEGElectrodeObject (WPosition position)
 Contructor taking the position of the elctrode. More...
 
WPosition getPosition () const
 Returns the position of the electrode. More...
 

Private Attributes

WPosition m_position
 Position of the electrode in space. More...
 

Detailed Description

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

Definition at line 41 of file WEEG.h.

Constructor & Destructor Documentation

◆ WEEGElectrodeObject()

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

◆ getPosition()

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

◆ m_position

WPosition WEEGElectrodeObject::m_position
private

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: