MNE-CPP
beta 1.0
|
epoch data More...
#include <mne_epoch_data.h>
Public Types | |
typedef QSharedPointer< MNEEpochData > | SPtr |
typedef QSharedPointer< const MNEEpochData > | ConstSPtr |
Public Member Functions | |
MNEEpochData () | |
MNEEpochData (const MNEEpochData &p_MNEEpochData) | |
~MNEEpochData () | |
bool | operator== (const MNEEpochData &MED_other) const |
Public Attributes | |
MatrixXd | epoch |
fiff_int_t | event |
float | tmin |
float | tmax |
epoch data
Epoch data, which corresponds to an event
Definition at line 93 of file mne_epoch_data.h.
typedef QSharedPointer<const MNEEpochData> MNELIB::MNEEpochData::ConstSPtr |
Const shared pointer type for MNEEpochData.
Definition at line 98 of file mne_epoch_data.h.
typedef QSharedPointer<MNEEpochData> MNELIB::MNEEpochData::SPtr |
Shared pointer type for MNEEpochData.
Definition at line 97 of file mne_epoch_data.h.
MNEEpochData::MNEEpochData | ( | ) |
Default constructor.
Definition at line 57 of file mne_epoch_data.cpp.
MNEEpochData::MNEEpochData | ( | const MNEEpochData & | p_MNEEpochData | ) |
Copy constructor.
[in] | p_MNEEpochData | MNE epoch data |
Definition at line 68 of file mne_epoch_data.cpp.
MNEEpochData::~MNEEpochData | ( | ) |
Destroys the MNE epoch data.
Definition at line 79 of file mne_epoch_data.cpp.
|
inline |
Comparison of two Epoch data
[in] | MED_other | Epoch data to compare with |
Definition at line 128 of file mne_epoch_data.h.
MatrixXd MNELIB::MNEEpochData::epoch |
The data
Definition at line 134 of file mne_epoch_data.h.
fiff_int_t MNELIB::MNEEpochData::event |
The event code
Definition at line 135 of file mne_epoch_data.h.
float MNELIB::MNEEpochData::tmax |
New end time of the data (cannot exceed data duration).
Definition at line 137 of file mne_epoch_data.h.
float MNELIB::MNEEpochData::tmin |
New start time (must be >= 0).
Definition at line 136 of file mne_epoch_data.h.