|
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.
|
static |
Definition at line 71 of file mne_raw_buf_def.cpp.
| int* MNELIB::MneRawBufDef::ch_filtered |
Definition at line 109 of file mne_raw_buf_def.h.
| int MNELIB::MneRawBufDef::comp_status |
Definition at line 110 of file mne_raw_buf_def.h.
| FIFFLIB::FiffDirEntry::SPtr MNELIB::MneRawBufDef::ent |
Definition at line 101 of file mne_raw_buf_def.h.
| int MNELIB::MneRawBufDef::firsts |
Definition at line 102 of file mne_raw_buf_def.h.
| int MNELIB::MneRawBufDef::is_skip |
Definition at line 106 of file mne_raw_buf_def.h.
| int MNELIB::MneRawBufDef::lasts |
Definition at line 102 of file mne_raw_buf_def.h.
| int MNELIB::MneRawBufDef::nchan |
Definition at line 105 of file mne_raw_buf_def.h.
| int MNELIB::MneRawBufDef::ns |
Definition at line 104 of file mne_raw_buf_def.h.
| int MNELIB::MneRawBufDef::ntaper |
Definition at line 103 of file mne_raw_buf_def.h.
| int MNELIB::MneRawBufDef::valid |
Definition at line 108 of file mne_raw_buf_def.h.
| float** MNELIB::MneRawBufDef::vals |
Definition at line 107 of file mne_raw_buf_def.h.