v2.0.0
Loading...
Searching...
No Matches
INVERSELIB::MNEMeasDataSet Class Reference

Single measurement epoch or average within MNEMeasData, including data matrix and projectors. More...

#include <mne_meas_data_set.h>

Public Types

typedef QSharedPointer< MNEMeasDataSetSPtr
typedef QSharedPointer< const MNEMeasDataSetConstSPtr

Public Member Functions

 MNEMeasDataSet ()
 ~MNEMeasDataSet ()

Public Attributes

QString comment
float ** data
float ** data_proj
float ** data_filt
float ** data_white
float * stim14
int first
int np
int nave
int kind
float tmin
float tstep
float * baselines
MNEMneData * mne
void * user_data
mneUserFreeFuncTmp_1 user_data_free

Detailed Description

Single measurement epoch or average within MNEMeasData, including data matrix and projectors.

Implements MNE Meas Data Set (Replaces *mneMeasDataSet,mneMeasDataSetRec; struct of MNE-C mne_types.h).

Definition at line 80 of file mne_meas_data_set.h.

Member Typedef Documentation

◆ ConstSPtr

Const shared pointer type for MNEMeasDataSet.

Definition at line 84 of file mne_meas_data_set.h.

◆ SPtr

Shared pointer type for MNEMeasDataSet.

Definition at line 83 of file mne_meas_data_set.h.

Constructor & Destructor Documentation

◆ MNEMeasDataSet()

MNEMeasDataSet::MNEMeasDataSet ( )

Constructs the MNE Meas Data Set Refactored: mne_new_meas_data_set (mne_read_data.c)

Definition at line 70 of file mne_meas_data_set.cpp.

◆ ~MNEMeasDataSet()

MNEMeasDataSet::~MNEMeasDataSet ( )

Destroys the MNE Meas Data Set description Refactored: mne_free_meas_data_set (mne_read_data.c)

Definition at line 89 of file mne_meas_data_set.cpp.

Member Data Documentation

◆ baselines

float* INVERSELIB::MNEMeasDataSet::baselines

Definition at line 116 of file mne_meas_data_set.h.

◆ comment

QString INVERSELIB::MNEMeasDataSet::comment

Definition at line 104 of file mne_meas_data_set.h.

◆ data

float** INVERSELIB::MNEMeasDataSet::data

Definition at line 105 of file mne_meas_data_set.h.

◆ data_filt

float** INVERSELIB::MNEMeasDataSet::data_filt

Definition at line 107 of file mne_meas_data_set.h.

◆ data_proj

float** INVERSELIB::MNEMeasDataSet::data_proj

Definition at line 106 of file mne_meas_data_set.h.

◆ data_white

float** INVERSELIB::MNEMeasDataSet::data_white

Definition at line 108 of file mne_meas_data_set.h.

◆ first

int INVERSELIB::MNEMeasDataSet::first

Definition at line 110 of file mne_meas_data_set.h.

◆ kind

int INVERSELIB::MNEMeasDataSet::kind

Definition at line 113 of file mne_meas_data_set.h.

◆ mne

MNEMneData* INVERSELIB::MNEMeasDataSet::mne

Definition at line 117 of file mne_meas_data_set.h.

◆ nave

int INVERSELIB::MNEMeasDataSet::nave

Definition at line 112 of file mne_meas_data_set.h.

◆ np

int INVERSELIB::MNEMeasDataSet::np

Definition at line 111 of file mne_meas_data_set.h.

◆ stim14

float* INVERSELIB::MNEMeasDataSet::stim14

Definition at line 109 of file mne_meas_data_set.h.

◆ tmin

float INVERSELIB::MNEMeasDataSet::tmin

Definition at line 114 of file mne_meas_data_set.h.

◆ tstep

float INVERSELIB::MNEMeasDataSet::tstep

Definition at line 115 of file mne_meas_data_set.h.

◆ user_data

void* INVERSELIB::MNEMeasDataSet::user_data

Definition at line 118 of file mne_meas_data_set.h.

◆ user_data_free

mneUserFreeFuncTmp_1 INVERSELIB::MNEMeasDataSet::user_data_free

Definition at line 119 of file mne_meas_data_set.h.


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