MNE-CPP 0.1.9
A Framework for Electrophysiology
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
MNELIB::MneRawBufDef Class Reference

Information about raw data in fiff file. More...

#include <mne_raw_buf_def.h>

Public Types

typedef QSharedPointer< MneRawBufDefSPtr
 
typedef QSharedPointer< const MneRawBufDefConstSPtr
 

Public Member Functions

 MneRawBufDef ()
 
 ~MneRawBufDef ()
 

Static Public Member Functions

static void free_bufs (MneRawBufDef *bufs, int nbuf)
 

Public Attributes

FIFFLIB::FiffDirEntry::SPtr ent
 
int firsts
 
int lasts
 
int ntaper
 
int ns
 
int nchan
 
int is_skip
 
float ** vals
 
int valid
 
int * ch_filtered
 
int comp_status
 

Detailed Description

Information about raw data in fiff file.

Implements the MNE Raw Information (Replaces *mneRawBufDef,mneRawBufDefRec; struct of MNE-C mne_types.h).

Definition at line 78 of file mne_raw_buf_def.h.

Member Typedef Documentation

◆ ConstSPtr

typedef QSharedPointer<const MneRawBufDef> MNELIB::MneRawBufDef::ConstSPtr

Const shared pointer type for MneRawBufDef.

Definition at line 82 of file mne_raw_buf_def.h.

◆ SPtr

typedef QSharedPointer<MneRawBufDef> MNELIB::MneRawBufDef::SPtr

Shared pointer type for MneRawBufDef.

Definition at line 81 of file mne_raw_buf_def.h.

Constructor & Destructor Documentation

◆ MneRawBufDef()

MneRawBufDef::MneRawBufDef ( )

Constructs the MNE Raw Buffer Definition Refactored: (.c)

Definition at line 59 of file mne_raw_buf_def.cpp.

◆ ~MneRawBufDef()

MneRawBufDef::~MneRawBufDef ( )

Destroys the MNE Raw Buffer Definition Refactored: (.c)

Definition at line 65 of file mne_raw_buf_def.cpp.

Member Function Documentation

◆ free_bufs()

void MneRawBufDef::free_bufs ( MneRawBufDef bufs,
int  nbuf 
)
static

Definition at line 71 of file mne_raw_buf_def.cpp.

Member Data Documentation

◆ ch_filtered

int* MNELIB::MneRawBufDef::ch_filtered

Definition at line 109 of file mne_raw_buf_def.h.

◆ comp_status

int MNELIB::MneRawBufDef::comp_status

Definition at line 110 of file mne_raw_buf_def.h.

◆ ent

FIFFLIB::FiffDirEntry::SPtr MNELIB::MneRawBufDef::ent

Definition at line 101 of file mne_raw_buf_def.h.

◆ firsts

int MNELIB::MneRawBufDef::firsts

Definition at line 102 of file mne_raw_buf_def.h.

◆ is_skip

int MNELIB::MneRawBufDef::is_skip

Definition at line 106 of file mne_raw_buf_def.h.

◆ lasts

int MNELIB::MneRawBufDef::lasts

Definition at line 102 of file mne_raw_buf_def.h.

◆ nchan

int MNELIB::MneRawBufDef::nchan

Definition at line 105 of file mne_raw_buf_def.h.

◆ ns

int MNELIB::MneRawBufDef::ns

Definition at line 104 of file mne_raw_buf_def.h.

◆ ntaper

int MNELIB::MneRawBufDef::ntaper

Definition at line 103 of file mne_raw_buf_def.h.

◆ valid

int MNELIB::MneRawBufDef::valid

Definition at line 108 of file mne_raw_buf_def.h.

◆ vals

float** MNELIB::MneRawBufDef::vals

Definition at line 107 of file mne_raw_buf_def.h.


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