OpenWalnut  1.5.0dev
Protected Member Functions | List of all members
WReaderEEG Class Reference

Abstract base class for all Readers who handle with EEG data. More...

#include <WReaderEEG.h>

+ Inheritance diagram for WReaderEEG:
+ Collaboration diagram for WReaderEEG:

Protected Member Functions

 WReaderEEG (std::string fileName)
 Constructs basic eeg Reader with a file name. More...
 
WEEGElectrodeLibrary extractElectrodePositions ()
 Load electrode positions from ELC file with same name. More...
 

Additional Inherited Members

- Public Member Functions inherited from WReader
 WReader (std::string fname)
 Creates a read object for file reading. More...
 
OW_API_DEPRECATED void setFileName (std::string fname)
 Reset the file name and checks if it exists. More...
 
void setFilename (std::string fname)
 Reset the file name and checks if it exists. More...
 
- Protected Attributes inherited from WReader
std::string m_fname
 Absolute path of the file to read from. More...
 

Detailed Description

Abstract base class for all Readers who handle with EEG data.

Definition at line 38 of file WReaderEEG.h.

Constructor & Destructor Documentation

◆ WReaderEEG()

WReaderEEG::WReaderEEG ( std::string  fileName)
explicitprotected

Constructs basic eeg Reader with a file name.

Parameters
fileNamePath to be loaded
Exceptions
WDHIOFailurein case of an error

Definition at line 35 of file WReaderEEG.cpp.

Member Function Documentation

◆ extractElectrodePositions()

WEEGElectrodeLibrary WReaderEEG::extractElectrodePositions ( )
protected

Load electrode positions from ELC file with same name.

Returns
electrode library containig the loaded positions

Definition at line 40 of file WReaderEEG.cpp.

References WLogger::addLogMessage(), WLogger::getLogger(), and WReader::m_fname.

+ Here is the call graph for this function:

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