MNE-CPP  0.1.9
A Framework for Electrophysiology
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.


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