MNE-CPP
beta 1.0
|
Epoch data list. More...
#include <mne_epoch_data_list.h>
Public Types | |
typedef QSharedPointer< MNEEpochDataList > | SPtr |
typedef QSharedPointer< const MNEEpochDataList > | ConstSPtr |
Public Member Functions | |
MNEEpochDataList () | |
~MNEEpochDataList () | |
FiffEvoked | average (FiffInfo &p_info, fiff_int_t first, fiff_int_t last, VectorXi sel=defaultVectorXi, bool proj=false) |
Epoch data list.
Epoch data list, which corresponds to a set of events
Definition at line 86 of file mne_epoch_data_list.h.
typedef QSharedPointer<const MNEEpochDataList> MNELIB::MNEEpochDataList::ConstSPtr |
Const shared pointer type for MNEEpochDataList.
Definition at line 90 of file mne_epoch_data_list.h.
typedef QSharedPointer<MNEEpochDataList> MNELIB::MNEEpochDataList::SPtr |
Shared pointer type for MNEEpochDataList.
Definition at line 89 of file mne_epoch_data_list.h.
MNEEpochDataList::MNEEpochDataList | ( | ) |
Default constructor.
Definition at line 57 of file mne_epoch_data_list.cpp.
MNEEpochDataList::~MNEEpochDataList | ( | ) |
Destroys the MNEEpochDataList.
Definition at line 65 of file mne_epoch_data_list.cpp.
FiffEvoked MNEEpochDataList::average | ( | FiffInfo & | p_info, |
fiff_int_t | first, | ||
fiff_int_t | last, | ||
VectorXi | sel = defaultVectorXi , |
||
bool | proj = false |
||
) |
Averages epoch list.
[in] | info | measurement info |
[in] | first | First time sample |
[in] | last | Last time sample |
[in] | sel | Which epochs should be averaged (optional) |
[in] | proj | Apply SSP projection vectors (optional, default = false) |
Definition at line 77 of file mne_epoch_data_list.cpp.