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

epoch data More...

#include <mne_epoch_data.h>

Public Types

typedef QSharedPointer< MNEEpochDataSPtr
 
typedef QSharedPointer< const MNEEpochDataConstSPtr
 

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
 

Detailed Description

epoch data

Epoch data, which corresponds to an event

Definition at line 93 of file mne_epoch_data.h.

Member Typedef Documentation

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.

Constructor & Destructor Documentation

MNEEpochData::MNEEpochData ( )

Default constructor.

Definition at line 57 of file mne_epoch_data.cpp.

MNEEpochData::MNEEpochData ( const MNEEpochData p_MNEEpochData)

Copy constructor.

Parameters
[in]p_MNEEpochDataMNE 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.

Member Function Documentation

bool MNELIB::MNEEpochData::operator== ( const MNEEpochData MED_other) const
inline

Comparison of two Epoch data

Parameters
[in]MED_otherEpoch data to compare with
Returns
true if equal; false otherwise

Definition at line 128 of file mne_epoch_data.h.

Member Data Documentation

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.


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