MNE-CPP  beta 1.0
Public Types | Public Member Functions | List of all members
MNELIB::MNEEpochDataList Class Reference

Epoch data list. More...

#include <mne_epoch_data_list.h>

Inheritance diagram for MNELIB::MNEEpochDataList:

Public Types

typedef QSharedPointer< MNEEpochDataListSPtr
 
typedef QSharedPointer< const MNEEpochDataListConstSPtr
 

Public Member Functions

 MNEEpochDataList ()
 
 ~MNEEpochDataList ()
 
FiffEvoked average (FiffInfo &p_info, fiff_int_t first, fiff_int_t last, VectorXi sel=defaultVectorXi, bool proj=false)
 

Detailed Description

Epoch data list.

Epoch data list, which corresponds to a set of events

Definition at line 86 of file mne_epoch_data_list.h.

Member Typedef Documentation

Const shared pointer type for MNEEpochDataList.

Definition at line 90 of file mne_epoch_data_list.h.

Shared pointer type for MNEEpochDataList.

Definition at line 89 of file mne_epoch_data_list.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

FiffEvoked MNEEpochDataList::average ( FiffInfo p_info,
fiff_int_t  first,
fiff_int_t  last,
VectorXi  sel = defaultVectorXi,
bool  proj = false 
)

Averages epoch list.

Parameters
[in]infomeasurement info
[in]firstFirst time sample
[in]lastLast time sample
[in]selWhich epochs should be averaged (optional)
[in]projApply SSP projection vectors (optional, default = false)

Definition at line 77 of file mne_epoch_data_list.cpp.


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