|
MNE-CPP
0.1.9
A Framework for Electrophysiology
|
Information about raw data in fiff file. More...
#include <mne_raw_buf_def.h>
Public Types | |
| typedef QSharedPointer< MneRawBufDef > | SPtr |
| typedef QSharedPointer< const MneRawBufDef > | ConstSPtr |
Public Member Functions | |
| MneRawBufDef () | |
| ~MneRawBufDef () | |
Static Public Member Functions | |
| static void | free_bufs (MneRawBufDef *bufs, int nbuf) |
Public Attributes | |
| FIFFLIB::FiffDirEntry::SPtr | ent |
| int | firsts |
| int | lasts |
| int | ntaper |
| int | ns |
| int | nchan |
| int | is_skip |
| float ** | vals |
| int | valid |
| int * | ch_filtered |
| int | comp_status |
Information about raw data in fiff file.
Implements the MNE Raw Information (Replaces *mneRawBufDef,mneRawBufDefRec; struct of MNE-C mne_types.h).
Definition at line 78 of file mne_raw_buf_def.h.
| typedef QSharedPointer<const MneRawBufDef> MNELIB::MneRawBufDef::ConstSPtr |
Const shared pointer type for MneRawBufDef.
Definition at line 82 of file mne_raw_buf_def.h.
| typedef QSharedPointer<MneRawBufDef> MNELIB::MneRawBufDef::SPtr |
Shared pointer type for MneRawBufDef.
Definition at line 81 of file mne_raw_buf_def.h.
| MneRawBufDef::MneRawBufDef | ( | ) |
Constructs the MNE Raw Buffer Definition Refactored: (.c)
Definition at line 59 of file mne_raw_buf_def.cpp.
| MneRawBufDef::~MneRawBufDef | ( | ) |
Destroys the MNE Raw Buffer Definition Refactored: (.c)
Definition at line 65 of file mne_raw_buf_def.cpp.
1.8.17