![]() |
OpenWalnut
1.5.0dev
|
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... | |
Abstract base class for all Readers who handle with EEG data.
Definition at line 38 of file WReaderEEG.h.
|
explicitprotected |
Constructs basic eeg Reader with a file name.
| fileName | Path to be loaded |
| WDHIOFailure | in case of an error |
Definition at line 35 of file WReaderEEG.cpp.
|
protected |
Load electrode positions from ELC file with same name.
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: